.speacialHeader
{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6));
}
.opacity-mask
{
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.whyRama
{
    padding: 30px 0;
}

.team .feature_home .team_image {
    width: 100%;
    max-height: 190px;
    transition: all .6s ease-in-out;
}

.team .feature_home .team_image:hover {
    transform: scale(1.1);
}

.logo {
    width: 135px;
    height: 56px;

}

.services img {

    position: absolute;
    top: 30px;
    /*left: 30px;*/
    right: 30px;
    padding: 1px;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 34px;
    color: #6dcff6;
}

ul.pagination
{
    padding:0 40% !important;
}

.testomenialContainer{
    padding: 40px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.testomenial img
{
    border-radius: 3px;
    width: 115px !important;
    height: 115px;
}
.testomenial {
    font-weight: bold;
    color: #000;
}



/*Appointment Design*/

.appointment .col-md-4
{
    z-index: 99999;
}
.appointment .actual-appointment
{
    background: #20B8D3;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
}
.appointment .actual-appointment h3,.appointment .actual-appointment h2,.appointment .actual-appointment h4
{
    color: #ffffff;
}


@media only screen and (min-width: 1000px) {
    .appointment .col-md-4
    {
        padding-right: 0;
        padding-left: 0;
    }
    .forform
    {
        padding-top: 84px;
    }

}

/*Why Rama*/

.whyRama img
{
    padding-bottom: 2px;
}


.bannerss
{
    width: 100%;
    height: 400px;
}


/*Edit Of themeforest *****/

@media (max-width: 767px) {
    .table.cart-list thead tr {
        left: inherit;
        right: -9999px !important;
    }
    .bannerss
    {
        height: 180px;
    }

    .switch-ios.switch-light {
        overflow: hidden;
    }

    .switch-ios.switch-light a {
        box-shadow: none !important;
    }
    /*Problem with mobile*/
    .row{
        margin-left: 0px;
    }
    .categories_grid img
    {
        width: 100%;
        height: 175px;
    }
    .white_bg
    {
        padding-top: 5px;
        margin-bottom: 10px;
    }
    /*/Departments on mobile*/
    .categories_grid a .wrapper
    {
        background: -webkit-linear-gradient(top,transparent,#0000005e);
        background: linear-gradient(to bottom,#ddd0,#0000005e);
    }
/*    Footer*/
    .footersection
    {
        width: 50% !important;
    }

}
/*Loader-Style*/


.All-loader
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #f9f9f9;
    z-index: 999999;
    padding: 15% 10%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0, 0, 255, 0.5);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0, 0, 255, 0.5);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
}

/*body {*/
/* */
/*    padding-bottom: 100px;*/
/*}*/

.loader {
    /*background: #f9f9f9;*/
    position: relative;
    margin: 75px auto;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}

.loader div {
    height: 100%;
}

/* loader 1 */
.loader1, .loader1 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 255, 0.5);
}

.loader, .loader * {
    will-change: transform;
}

/*Slider*/

.owl-item img
{
    margin: 0 auto;
}

/*For General Button*/
.btn-system{
    padding: 10px 0 1px 0;
    margin-top: 15px;
}
.btn-system a h4{
    color: #fff;
}



