.themeStyle7{
	color: #7f848c!important;
}
.style7Banner {
    position: relative;
    height: 100vh;
    min-height: 731px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    background-attachment: fixed!important;

}
.style7Banner.overlays:before, .style7Banner.overlay-2:before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(125, 131, 132, 0.5);
}

.homeStyle:after{
    content: "";
    background: #fff;
    height: 215px;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    bottom: -130px;
    right: 0;
    z-index: 1;
}

.style7_userMenu {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%;
}
.style7_userMenu .mainMenu ul  > a, .style7_userMenu a {
    padding: 20px 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    text-decoration: none !important;
}

.style7Banner .scroll-button {
    position: absolute;
    z-index: 5;
    bottom: -11px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    left: 50%;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    -webkit-box-shadow: 0 10px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 10px 10px 0px rgb(0 0 0 / 30%);
}
.style7Banner .scroll-button > span {
    position: absolute;
    font-size: 2rem;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.TopMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.TopMenu ul a.active,.TopMenu ul a:hover{
	color: #fff;
}
.style7_HomeContest {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeContent.style_7Home h1,.homeContent.style_7Home p{
	color: #fff;
}

.style7_HomeContest  .cd-headline.clip.typing_data {
    margin-top: 23px;
    font-size: 28px;
}

.default-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 2;
}
.themeStyle7 .facts_item h2 {
    font-size: 2.2rem;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
}
.themeStyle7 .facts_item p {
    font-size: 1rem;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
}

/*----------------------------------------------
title
----------------------------------------------*/
.section-title-sub{
	font-size: 1rem;
	font-family: "Source Sans Pro", sans-serif;
}
h2.section-title {
    font-size: 2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    position: relative;
}
h2.section-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -23px;
    top: -12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
}

/*----------------------------------------------
	Services
----------------------------------------------*/
.style7singe_service {
    background:#f8f9fa ;
    padding: 30px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: 0;
    position: relative;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
}
.style7singe_service .style7IconArea {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #007bff;
    margin-bottom: 1.5rem;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.style7singe_service .style7IconArea:before {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 90px;
    height: 90px;
    border: 1px solid rgba(0, 123, 255, 0.2);
}
.style7singe_service .style7IconArea i,
.style7singe_service .style7IconArea img {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
    -o-transition: 0.3s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
    transition: 0.3s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
}
.style7singe_service .style7IconArea img{
	height: 40px;
	width: 40px;
	object-fit: cover;
}
.style7singe_service h3 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: #7f848c;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
}
.style7singe_service p {
    color: #212529;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
}
.style7singe_service:hover {
    top: -20px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
    .style7singe_service:hover {
        top: 0;
    }
}
.style7singe_service:hover .style7IconArea {
    background: transparent;
}
.style7singe_service:hover .style7IconArea i,
.style7singe_service:hover .style7IconArea img {
    color: #007bff;
}
/*----------------------------------------------
End services
----------------------------------------------*/

/*----------------------------------------------
Portfolio
----------------------------------------------*/
.filters .btn {
    border-color: transparent;
    font-size: .8rem;
    margin: 5px;
    color: #fff;
    text-transform: uppercase;
}
.filters .btn:hover,
.filters .btn:focus{
	box-shadow: none;
	text-decoration: none;
}

.portfolio_single_img  img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.portfolio_single_img:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.portfolio_single_img .portfolio_hover_area{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.portfolio_single_img .portfolio_img:hover:after,
.portfolio_single_img:hover .port_title {
    opacity: 1;
    visibility: visible;
}
.portfolio_single_img:hover .portfolio_hover_area {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.portfolio_single_img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.portfolio_single_img .portfolio_hover_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio_single_img .portfolio_hover_area a {
    color: #fff;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: inline-block!important;
}
.portfolio_single_img .port_title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.portfolio_single_img .port_title h5 {
    color: #fff!important;
    z-index: 3;
    font-size: 18px;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
}
/*----------------------------------------------
blog
----------------------------------------------*/
.themestyle_7.singleBlogPost {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    background: #f8f8f8;
    font-family: "Source Sans Pro", sans-serif;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    top: 0;
}
.themestyle_7.singleBlogPost:hover {
    top: -5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -2px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 20px -2px rgb(0 0 0 / 20%);
    transition: all .3s ease-in-out;
}
.blogImgVideo {
    height: 179px;
    width: 180px;
    flex: 0 0 180px;
    margin-right: 20px;
}
.blogDetails a {
    color: #000;
}

.blogDetails h3 {
    font-size: 20px;
    font-weight: 400;
}
.blogBottomDetails.border-top {
    padding-top: 15px;
}
.blogBottomDetails.border-top ul {
    display: flex;
    align-items: center;
}

.blogBottomDetails.border-top ul li {
    display: block;
    padding: 0 9px;
}
/*----------------------------------------------
    Testimonial
----------------------------------------------*/
.testimonial_texts {
    padding: 10px;
    max-height: 180px;
    overflow: hidden;
}
.single_testimonial_themestyle_7 {
    background: #f8f8f8;
    padding: 10px;
    margin: 1px 0;
    overflow: hidden;
    max-height: 320px;
    min-height: 205px;
    margin-bottom: 19px;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}
.single_testimonial_themestyle_7 .single_testimonialUser {
    padding: 20px;
}

/*----------------------------------------------
resume
----------------------------------------------*/
.resumeWrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.resumeWrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.resumeWrapper .row{
  display: flex;
}
.resumeWrapper .row-1{
  justify-content: flex-start;
}
.resumeWrapper .row-2{
  justify-content: flex-end;
}

.resumeWrapper .details{
  color: #000;
}
.resumeWrapper .row section{
  background: #F9F3F3;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.resumeWrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #FDFAF6;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.resumeWrapper .row-1 section::before{
  right: -7px;
}
.resumeWrapper .row-2 section::before{
  left: -7px;
}
.resumeWrapper .row section i,
.resumeWrapper .center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.resumeWrapper .center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.resumeWrapper .row-1 section i{
  top: 15px;
  right: -60px;
}
.resumeWrapper .row-2 section i{
  top: 15px;
  left: -60px;
}
.resumeWrapper .row section .details,
.resumeWrapper .row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resumeWrapper .row section .details .title{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.resumeWrapper .row section p{
  margin: 10px 0 17px 0;
}
.resumeWrapper .row section .bottom a{
  text-decoration: none;
  background: #ff7979;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.resumeWrapper .row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .resumeWrapper .center-line{
    left: 40px;
  }
  .resumeWrapper .row{
    margin: 30px 0 3px 60px;
  }
  .resumeWrapper .row section{
    width: 100%;
  }
  .resumeWrapper .row-1 section::before{
    left: -7px;
  }
  .resumeWrapper .row-1 section i{
    left: -60px;
  }
}
@media(max-width: 440px){
  .resumeWrapper .center-line,
  .row section::before,
  .row section i{
    display: none;
  }
  .resumeWrapper .row{
    margin: 10px 0;
  }
}
.resumeWrapper .row section.null{
    background: transparent;
}
.resumeWrapper .row section .details .title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: 'Source Sans Pro';
}
.resumeWrapper .row section.null h4{
    font-family: 'Source Sans Pro';
}
/*----------------------------------------------
End resume
----------------------------------------------*/
a.aboutSeemore {
    clear: both;
    overflow: hidden;
    margin: 60px 0;
    min-width: 145px;
    position: relative;
    transition: all .6s ease-in-out;
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
}
a.aboutSeemore span {
    position: absolute;
    display: inline-block;
    transition: all .4s ease-in-out;
    left: 50%;
    opacity: 0;
    padding-left: 10px;
    transition: all .4s ease-in-out;
}
a.aboutSeemore:hover span{
    left:70%;
    opacity: 1;
    color: #fff;
    transition: all .6s ease-in-out;
}
a.aboutSeemore:hover{
    border-color: transparent;
}
.userBanner.style7Banner {
    position: relative;
    min-height: 550px;
    height: auto;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.userBanner.homeStyle::after {
    content: "";
    background: #fff;
    height: 160px;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    bottom: -87px;
    right: 0;
    z-index: 1;
}
.userBanner.style7Banner .scroll-button {
    position: absolute;
    z-index: 5;
    bottom: -28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    left: 50%;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    -webkit-box-shadow: 0 10px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 10px 10px 0px rgb(0 0 0 / 30%);
}
.userBanner .style7_HomeContest {
    position: relative;
    z-index: 1;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userBanner .home_profile{
    height: 100px;
    width: 100px;
}
.userBanner .homeContent.style_7Home h1{
    color: #fff;
    font-size: 1.5rem;
}
.singleHeading {
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 108px;
    transform: translateX(-50%);
}

.singleHeading h2 {
    font-size: 2rem;
    font-family: 'Source Sans Pro';
    color: #fff!important;
}

.themeStyle7 .single_right_cat {
    padding: 10px 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.themeStyle7 .all_items  li a:hover{
   background: transparent;
   text-decoration: underline;
}

.dtr-progress {
    position: relative;
    margin: 0 0 35px 0;
    height: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}
.progress-bar{
    width: 0;
    opacity: 0;
}
.style7Banner.overlays.homeStyle.userBanner .socialLink ul li a {
    font-size: 20px;
    padding: 5px 0;
    height: 35px;
    width: 35px;
    border-radius: 10px;
}
.themestyle_7 .single_team.style_1{
    margin:0 5px;
}

.themestyle_7 .seeMoreBtn a {
    display: block;
    color: #fff;
    padding: 3px 12px;
    border-radius: 5px;
    margin: 6px;
    font-size: 14px;
    margin-top: 11px;
}
.style7singe_service.d-block.videoService, .style7singe_service.d-block.serviceImg {
    padding: 0;
    padding-bottom: 11px;
}
span.style7IconArea.mx-auto.videoService {
    height: 250px;
    width: 100%;
    background: transparent;
    border: 0;
}

 span.style7IconArea.mx-auto.serviceImg {
     min-height: 185px;
    width: 100%;
    background: transparent;
    border: 0;
}
.style7singe_service .style7IconArea.serviceImg img{
    height: 100%;
    width: 100%;
}

.flex_btn a, .flex_btn button, .flex_btn i{
    color: #fff;
}