.heading{
    font-size: 69px;
    font-family: 'Prata' , serif;
    font-weight: 700;
    color: #2b2b2b;
}

.user-detail p {
    color: #fff;
}

.user-name {
    color: #2b2b2b;
	 font-family: 'Prata' , serif;
}




/*=================================
        Testimonial sec css
===================================*/

.testimonial-sec .heading-area{
    position: absolute;
    transform: translate(58%,80%);
    z-index: 11;
    left: -125px;
    width: 30%;
}
.testimonial-sec .item{
    width: 65%;
    margin-left: auto;
}
.testimonial-sec .review-detail{
    display: block;
    margin-top: 50px;
    transform: translateX(-25%);
}
.testimonial-sec .user-detail{
    position: absolute;
    left: 19%;
    top: 50%;
    z-index: 11;
}
.testimonial-sec .user-detail .user-name{
    font-size: 20px;
    font-weight: 500;
}
.testimonial-sec .user-detail .user-loc{
    font-size: 18px;
    font-weight: 300;
}
.testimonial-sec .review-detail .text{
    width: 85%;
	color: #2b2b2b;
	font-weight: 500;
	font-family: 'Prata' , serif;
}
.testimonial-sec .review-detail .quote-icon{
    position: absolute;
    right: 0;
    bottom: 50%;
    font-size: 20px;
}


/*=================================
        Media Queries
===================================*/




/*Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar-nav .nav-link {
        font-size: 38px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
/*.heading {
    font-size: 49px;
    font-family: 'Prata' , serif;
    font-weight: 700;
    color: #fff;
} */
	
.testimonial-sec .heading-area {
   	left: -100px;
}

}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    header .header-appear .sidemenu_btn {
        position: relative;
        left: auto;
        top: auto;
    }
    header .inner-header.header-appear{
        position: fixed;
        -webkit-animation-name: animationFade;
        animation-name: animationFade;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }
    .main .slider-img{
        margin-top: 90px;
    }
    .main .slider-img .white-overlay {
        display: none;
    }
    .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 50px;
        width: 60%;
    }
    .heading-area.long-area {
        transform: translate(0);
        width: 100%;
    }
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 50px;
        text-align: center;
    }

    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }
    .testimonial-sec .heading-area {
        position: relative;
        transform: translate(0);
        width: 100%;
		left: 0;
        z-index: 1;
    }
    .testimonial-sec .item {
        width: 100%;
    }
    .testimonial-sec .user-detail {
        position: relative;
        left: auto;
        top:auto;
        text-align: center;
    }
    .testimonial-sec .review-detail {
        transform: translateX(0);
        margin-top: 50px;
    }
    .testimonial-sec .review-detail .text {
        width: 100%;
        text-align: center;
    }
    
	.testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -16%;
    }
	
	.none {
        display: none;
    }

}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .heading-area {
        width: 100%;
    }
    .services-sec .services-boxes {
        width: 100%;
    }
    header .navbar-brand img{
        max-width: 70%;
        margin: auto;
    }
    header .btn-main {
        padding: 8px 16px;
        font-size: 13px;
    }
    .navbar-nav .nav-link {
        font-size: 37px;
    }
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 45px;
        text-align: center;
    }
    .services-sec .services-boxes {
        padding: 0 33px;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }
    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -16%;
    }

}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}