.inner-page-title{
    background: url(../images/page-title.jpg) center center/cover no-repeat local;
    width: 100%;
    height: 300px;
    text-align: center;
    position: relative;
}

.inner-page-title:before {
    content: "";
    background-color: rgb(30 43 70 / 84%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-page-title .container {
    height: 100%;
    display: table;
}

.inner-page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.inner-page-title .breadcrumb li a {
    color: #fff;
}

.inner-page-title .breadcrumb li {
    color: #fff;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: 1rem;
}


.inner-page-title .breadcrumb > li + li {
    margin-left: 20px;
    padding-left: 15px;
}

.inner-page-title .breadcrumb > li + li:before {
    content: "/";
    color: #fff;
    padding: 0;
    position: absolute;
    left: -8px;
    top: 2px;
}

.inner-page-title .breadcrumb > li + li:before {
    font-size: 12px;
}

.inner-page-title .breadcrumb {
    border-radius: 4px;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    display: block;
}

.inner-page-title .title h2{color: #fff;} 


.our-team{
    background-color: #f3f3f3;
}

.team-member > img.teamPhoto{
    width: 150px;
    height: 100%;
    object-fit: cover;
    background: #333;
	    display: none;
}

.team-member{
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.team-member-details{
    padding: 20px;
}

.team-member-name h4{
    font-size: 18px;
}

.team-member-name h5{
    color: #b7b7b7;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.team-member-name h6{
    font-size: 14px;
    font-weight: normal;
    color: #949494;
}

.team-member-social ul li{
    list-style: none;
    display: inline-block;
}

.team-member-social ul li a{
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    color: #333;
}

.team-member .team-member-details {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

.team-member .team-member-details{
    width: 100%;
}

.team-member .team-member-social{
    width: 100%;
    margin-top: auto;
}


.employe-details{
    padding: 10px;
    background-color: #fff;
}

.p-0-LR-i-s .col-md-2{padding: 0;}

.employe-details h4{
    font-size: 16px;
    text-align: center;
}

.employe-details p{
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #b7bed0;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    text-align: center;
}

.our-team-2{
    background-image: url('../images/team-bg.jpg');
}

.contact_address_img_icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contact_address_img_details {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.cont_big_para {
    display: block;
    /* font-size: 24px; */
    font-size: 16px;
    text-decoration: none;
    color: #2f2c2c;
    transition: all 0.15s linear;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Merriweather", "Times New Roman", Times, serif;
}

.contact_address_img_details p{
    font-family: "Merriweather", "Times New Roman", Times, serif;
    margin:0;
}

.section-location-7{
    background-color: #f3f3f3;
}

.review1{
    background-color: #ffe88c;
}

.review2{
    background-color: #00a0d2;
}

.review3{
    background-color: #fff;
}

.review4{
    background-color: #db3021;
}


.realReview-side{
    padding: 80px 50px;
}

.realReview-content p{
    font-size: 36px;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-weight: bold;
    /* text-shadow: 5px 9px 0 rgb(0 0 0 / 15%); */
    text-shadow: 3px 3px 0 rgb(0 0 0 / 15%);
}


.realReview-content{
    padding-left: 60px;
}

.realReview-content::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 44px;
    height: 48px;
    background: url(../images/ico-shadow-quotes-dark.svg) no-repeat 0 0;
    background-size: cover;
}

.review2 .realReview-content::before, .review4 .realReview-content::before{
    background: url(../images/ico-shadow-quotes.svg) no-repeat 0 0;
}

.realReview-content::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 70px;
    height: 8px;
    background: url(../images/wave-charcoal.png) no-repeat 0 0;
    background-size: cover;
}

.review2 .realReview-content::after, .review4 .realReview-content::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 70px;
    height: 8px;
    background: url(../images/wave-white.png) no-repeat 0 0;
    background-size: cover;
}

.reviewMore{
    padding-left: 60px;
}

.addReviExtra p{
    color: #000;
    font-size: 16px;
}

.reviewMore button.readMoreLess{
    color: #000;
    font-weight: bold;
    position: relative;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
}

.reviewMore button.readMoreLess::before{
    content: '+';
    padding-right: 6px;
}


.review1 .realReview-content p{
    color: #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.review2 .realReview-content p {
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.review3 .realReview-content p {
    color: #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.review4 .realReview-content p {
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.review1 .addReviExtra p, .review1 button.readMoreLess{
    color: #333;
}

.review2 .addReviExtra p, .review2 button.readMoreLess{
    color: #fff;
}

.review3 .addReviExtra p, .review3 button.readMoreLess{
    color: #333;
}

.review4 .addReviExtra p, .review4 button.readMoreLess{
    color: #fff;
}

.reviewMore button.addreadMoreLess::before{
    content: '-';
    padding-right: 6px;
}

.real-Review{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.reviewMainLeft, .reviewMainRight{
    width: 50%;
}

.reviewimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 50px;
}

.clientReviewImg img{
    border-radius: 100%;
    width: 150px;
    height: 150px;
}

.clientDetails{
    text-align: center;
}

.clientDetails h4{
    font-size: 18px;
}

.clientDetails h5{
    font-size: 14px;
    margin: 5px 0px;
    color: #ababab;
    font-weight: normal;
}

.clientDetails h6{
    font-size: 12px;
    margin: 0;
    color: #ababab;
    font-weight: normal;
    font-family: "Merriweather", "Times New Roman", Times, serif;
}

.clientDetails h6 span, .clientDetails h5 span{
    color: #333;
    font-weight: bold;
    padding-left: 5px;
}

.rd-navbar-collapse-toggle{display: none !important;}

.projects-our-page{
    background-color: #ffffff;
}

.projects-our-page h2.heading-1{
    color: #333;
}

.thumb-details h4{
    color: rgba(53,53,53,.8);
    font-size: 16px;
}


.thumb-details p{
    color: #999;
    font-size: 14px;
    margin: 0;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    margin-top: 4px;
}

.thumbNew {
    margin-bottom: 25px;
}


.projectThumbNew{
    background-color: #f3f3f3;
}

.thumb-details{
    padding: 10px;
    text-align: center;
}

.thumb-img-live{
    overflow: hidden;
}

.thumb-live {
    background-color: #fff;
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0px;
    transition: all .2s ease-out;
}

.thumb-img-live:hover .thumb-live {
    height: 45px;
}

.thumb-live a{
    color: #999;
    font-weight: bold;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-size: 16px;
    padding: 15px;
}

.thumb-live a span{
    padding-left: 5px;
}

.filtersProject{
    margin-bottom: 20px;
}

.filtersProject > ul > li{
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    font-family: "Merriweather", "Times New Roman", Times, serif;
}

.filtersProject > ul > li.active{
    color: #0c68f2;
}


.site-map-terms li{
    list-style: none;
}

.site-map-terms li a{
    font-weight: bold;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    color: #999;
}


.site-map-terms li a:hover{
    font-weight: bold;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    color: #01C9F5;
}

@media (max-width: 768px) {  
    .real-Review{flex-wrap: wrap;}
    .reviewMainLeft, .reviewMainRight {width: 100%;}
    .reviewMainRight{order: 1;}
}