.dw .latest-blog-area {
    padding-bottom: 0px!important;
}
.br .latest-blog-area {
    padding-top: 120px;
}
.brand-ex section.partner-area {
    padding-top: 120px;
    padding-bottom: 0px!important;
}
.up .latest-blog-area {
    padding-top: 115px!important;
}
.mr .about-style2-image-box img {
    max-width: none!important;
    float: right;
}
.mr .about-style1-text-box.style3 {
    padding-left: 74px!important;
	padding-bottom:0px;
}
.about-style1-are.style3{
	padding-bottom:0px!important;
}
.br .about-style1-area.style3 {
	padding-top: 806px!important;
}
.br .about-style1-area {
    padding: 0px 0 0px; 
}
.dw .service-style1-area.style4 {
    padding-bottom: 0px;
}
.up .service-style1-area.style4 {
    padding-top: 0px;
}
.nn .about-style1-area {
    background: #ffffff!important;
}
.dw .fact-counter-area {
    padding-bottom: 110px;
}
.br .fact-counter-area {
    padding-bottom: 110px;
	padding-top: 110px;
}
.up .team-single-area {
     padding: 0px 0 80px;
}
.dw .team-single-area {
    padding: 120px 0 0px;
}
.up .latest-blog-area {
    padding-top: 120px!important;
}
.faqtop{
	padding-top: 120px!important;
}
.up .partner-area.partner-page {
    padding-top: 0px!important;
}
.upn .testimonial-style2-area {
    padding-top: 80px!important;
}
section.slogan-area {
    margin-bottom: -1px;
}
.up .team-member-content-box {
    padding-top: 26px;
}
.upx .team-area {
    padding-top: 50px;
}
.breadcrumb-area {
    top: -30px;
    margin-bottom: 0px;
}










/***

==================================================================
	Our Testimonial
==================================================================

***/


.testimonial-section{
	position: relative;
	background-color: #f7f9f3;
	padding: 120px 0;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots {
	display: none;
}

/*testimonial-block-one*/

.testimonial-block-one{
  position:relative;
}

.testimonial-block-one .inner-box{
  position:relative;
  text-align:center;
}

.testimonial-block-one .inner-box .image{
  position:relative;
  width:80px;
  height:80px;
  margin:0 auto;
  border-radius:50%;
  margin-bottom: 45px;
}

.testimonial-block-one .inner-box .image:after {
    position: absolute;
    content: "\f103";
    font-family: Flaticon;
    font-size: 40px;
    font-style: normal;
    color: #879afd;
    top: 30px;
    right: -80px;
}

.testimonial-block-one .inner-box .image:before {
    position: absolute;
    content: "\f103";
    font-family: Flaticon;
    font-size: 40px;
    font-style: normal;
    transform: rotate(180deg);
    top: 30px;
    left: -80px;
}

.testimonial-block-one .inner-box .image img{
  border-radius:50%;
}

.testimonial-block-one .inner-box h3{
  position:relative;
  font-size:20px;
  font-weight:700;
  color:#222;
  margin-bottom:5px;
}

.testimonial-block-one .inner-box h3 span{
  font-size: 16px;
  margin-left: 10px;
  font-weight: 500;
}

.testimonial-block-one .inner-box .rating{
  position:relative;
  margin-bottom: 50px;
}

.testimonial-block-one .inner-box .rating .fa{
  position:relative;
  color:#34c3ed;
  font-size:14px;
  display:inline-block;
}

.testimonial-block-one .inner-box .text{
  position:relative;
  color: #222;
  font-size: 22px;
  font-weight: 400;
  line-height:1.6em;
  max-width: 900px;
  margin:0 auto;
  margin-top:20px;
  font-style: italic;
  margin-bottom:40px;
}









/*** 

====================================================================
    Single Project
====================================================================

***/

.single-project {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.project-info{
    position:relative;
}

.project-info .inner-box{
    position:relative;
}

.project-info .inner-box .image{
    position:relative;
    margin-bottom: 40px;
    overflow:hidden;
    transition: .5s ease;
}

.project-info .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.project-info .inner-box .image .category-title{
    position: relative;
    left:0px;
    bottom:0px;
    width:100%;
    color: #f13729;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight:400;
    text-decoration: underline;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.project-info .inner-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-left: 100px;
    display: flex;
    align-items: center;
    z-index: 5;
}

.project-info .inner-box .overlay-box .overlay-inner {
    position: relative;
    z-index: 10;
}

.project-info .inner-box .overlay-box h2{
    position:relative;
    color:#ffffff;
    font-size: 30px;
    font-weight:600;
    line-height: 40px;
    margin-bottom: 25px;
}

.project-info .inner-box .overlay-box h2 a{
    position:relative;
    color:#ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-info .inner-box .overlay-box h2 a:hover{
    color:#f13729;
}

.project-info .inner-box .overlay-box .text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.project-info .inner-box .overlay-box .video-box-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-info .inner-box .overlay-box .default-video-box-two {
    margin: 0;
    margin-right: 15px;
}

.project-info .inner-box .overlay-box .default-video-box-two a {
    color: #f13729;
    font-size: 40px;
}

.project-info .inner-box .overlay-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/* Project info block one */

.project-info-block {
    position: relative;
    margin-bottom: 30px;
}

.project-info-block .icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 48px;
    color: #f13729;
}

.project-info-block h4 {
    font-size: 16px;
    font-weight: 600;
}

.project-info-block .text {
    line-height: 26px;
    font-weight: 400;
}

/*** 

====================================================================
    Project Description
====================================================================

***/

.project-description {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}

.project-description .title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.project-description .top-content .text {
    margin-bottom: 40px;
}

.project-description .top-content .text p {
    font-weight: 400;
}

/* Project Description block one */

.project-description-block-one {
    position: relative;
    margin-bottom: 30px;
}

.project-description-block-one .inner-box {
    position: relative;
    padding: 90px 36px;
    background: #f7f7f7;
    text-align: center;
}

.project-description-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.90);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.project-description-block-one .inner-box .icon {
    position: relative;
    font-size: 90px;
    color: #f13729;
    margin-bottom: 20px;
}

.project-description-block-one .inner-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

/* project description block two */

.project-description-block-two {
    position: relative;
    padding-left: 38px;
    margin-bottom: 30px;
}

.project-description-block-two .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fd5d14;
}

.project-description-block-two h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-description-block-two .text {
    line-height: 26px;
    font-weight: 400;
}
.vagneimg{
    width: 476px;
    left: 0px;
    margin-right: 59px;
}

.mrsidebar .sidebar-widget {
    padding: 0;
    border: transparent;
}

.mrsidebar .sidebar-widget .widget-content .post .post-thumb a img {
    border-radius: 5px;

}
.mrsidebar .sidebar-widget .widget-content .post h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 0 0;
    line-height: 1.4em;
    font-weight: 600;
    color: #25283a;
    margin-bottom: 6px;
}
.mrsidebar .sidebar-widget .widget-content .post h6 a {
	color: #25283a;
}
.mrsidebar  .sidebar-widget .widget-content .post .post-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 6px;
}




.sidebar-wrapper .single-sidebar {
    padding: 0;
}
.widget-content {
    padding: 28px 40px 28px;
}



.mrsidebar .gallery-widget .image-list img {
    width: 101px;
}
.mrsidebar .gallery-widget .image {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.mrsidebar .gallery-widget figure {
    margin-bottom: 0;
}


.about-style1-area.style3 {
    margin-top: 0px!important;
    background: #ffffff;
    padding-bottom: 0px!important;
}
.main_footer_rb .site-footer {}
.main_footer_rb .site-footer .text-right {}
.main_footer_rb .site-footer .text-right .socials.footer-social a {}
.main_footer_rb .site-footer .text-right .socials.footer-social i {}
.main_footer_rb .site-footer .text-right .socials.footer-social i:hover {}


.mrsidebar {
    overflow: hidden;
}

h3.widget-title {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 11px;
}
.main-slider {
    position: relative;
    z-index: 10;
    top: -30px;
}