/* service css */
.srvic-header-area {
  background: transparent none repeat scroll 0 0;
  border: medium none;
}
.service-heading {
  background: #f2f2f2 none repeat scroll 0 0;
  padding-top: 112px;
}
.service-area-2 {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 129px 0 255px;
}
.single-sirvice-2 {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
  margin-top: 65px;
  width: 100%;
}
.service-2-content {
  padding: 50px 65px;
}
.service-2-img {
  position:relative;
}
.service-2-img::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.service-2-img-overly {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25%;
}
.service-2-content > h1 {
  color: #cccccc;
  font-family: "Poppins",sans-serif;
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 33px;
}
.service-2-content > h4, .service-title h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 27px;
  text-transform: capitalize;
}
.service-2-img > img {
  width: 100%;
}
.service-2-content > a {
  color: #000000;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-top: 47px;
  text-transform: uppercase;
}
.service-2-content > a:hover{
  color:#999;
}
.service-header {
  background: rgba(0, 0, 0, 0) url("../images/bg/service-bg.jpg") no-repeat fixed center center / cover ;
}
.breadcrumb-title-3 {
  color:#fff;
}
.service-3-content h1 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 10px;
}
.service-area-3 {
  padding: 110px 0 100px;
}
.mainmenu.red-menu nav ul li a:hover {
  color: #cc3333;
}
.single-sirvice-3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  margin: 0 0 140px;
  padding: 0 15px;
}
.service-title {
  margin-left: 70px;
}
.service-brand{
  padding:0;
  border:none;
}
.service-work {
  background: #666666 none repeat scroll 0 0;
  padding: 45px 45px 100px;
  transform: translate(20px, 20px);
}
.service-work > h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 30px;
  text-transform: uppercase;
  position:relative;
}
.service-work > h3::before {
  background: #cc3333 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  width: 100px;
}
.service-work-bg {
  background: #f6f6f6 none repeat scroll 0 0;
}
/* team css */
.team-single{
  position:relative; 
}
.team-member-details {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  left: -58%;
  opacity: 0;
  padding: 50px;
  position: absolute;
  top: -90%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 470px;
  z-index: 999;
  transform:scale(0);
}
/*.team-member-details {
  margin-left: -90px;
  -webkit-transform-origin: 50% calc(100% + 6em);
  transform-origin: 50% calc(100% + 6em);
  -webkit-transform: rotate3d(0,0,1,15deg);
  transform: rotate3d(0,0,1,15deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
  transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}*/
.team-single:hover .team-member-details{
  opacity:1;
  visibility:visible; 
  top: -135%; 
  transform:scale(1);  
}
/*.team-single:hover .team-member-details {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
}*/
.team-member-details > p {
  color: #666666;
  font-weight: normal;
  margin-bottom: 45px;
}
.follow {
  color: #000000;
  font-weight: 700;
}
/* about-page-css */
.about-us-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 120px 0 210px;
}
.about-us-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.about-us-thumb {
	position:relative;
}
.about-us-thumb > img {
  height: 100%;
  width:100%;
}
.about-us-thumb:after {
	background:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index:1;
}
.about-thumb-overlay {
	left: 0;
	margin-top: -120px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	z-index:2;
}
.about-desc {
	margin-bottom:118px;
}
.about-us-content {
	padding:100px 0;
	color:#999;
}
.about-title {
	font-weight:600;
	color:#000;
	font-size:48px;
	text-transform:uppercase;
	margin-bottom:80px;
}
.author-signature {
	font-family:"SignericaMedium";
	color:#000;
	margin-top:40px;
}
.about-content-title h2 {
	text-transform:uppercase;
	font-size:13px;
}
.about-content-title p.heading-md-solid-line {
	width:36px;
	background:#000;
}
.number-box-about p.clients-list {
	font-family: "Poppins",sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 8px;
	color:#000;
}
.number-box-about h4 {
	color: #999;
	font-size: 13px;
	line-height: 30px;
}
.about-testimonail-section {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 100px;
}
.about-testimonial-desc p {
  color: hsl(0, 0%, 20%);
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 70px;
}
.testimonail-thumbs-about {
	margin-bottom:20px;
}
.about-testi-info strong {
	color:#000;
	font-size:18px;
}
.testimonail-thumbs-about img {
	border-radius:100%;
}
.owl-carousel.about-testimonial-carousel .owl-dots .owl-dot {
    background: transparent;
  display: inline-block;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 10px 0;
  width: auto;
}

.owl-carousel.about-testimonial-carousel .owl-dots .owl-dot span {
  background: #999999 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin: 0 12px;
  width: 18px;
  border-radius: 20px;
}
.owl-carousel.about-testimonial-carousel .owl-dots .owl-dot.active span {
    background:#000;
    height:3px;
}

.owl-carousel.client-carousel .owl-nav div {
    display:inline-block;
    font-size:24px;
    color:#999;
    transition:.3s;
}
.owl-carousel.client-carousel .owl-nav div:hover {
    color:#cc3333;
}

.owl-carousel.client-carousel .owl-nav .owl-prev {
    margin-right:55px;
}
.about-testimonial-carousel .owl-pagination {
  text-align: center;
}
.about-testimonial-carousel .owl-pagination .owl-page {
	padding:10px 0;
}
.about-testimonial-carousel .owl-pagination .owl-page span {
  background: #999999 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin: 0 12px;
  width: 18px;
}
.about-testimonial-carousel .owl-pagination .owl-page.active span {
	background:#000;
	height:3px;
}
/* contact us css */
.contact-header{
  background: rgba(0, 0, 0, 0) url("../images/bg/contact-bg.jpg") no-repeat fixed center center / cover ;
}
.contact-us-area {
  padding: 70px 0;
}
.contact-form .contact-button-2:hover {
  color:#000;
  border-color:#000;
}
.contact-heading h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 80px;
}
.contact-details {
  margin: 50px 0;
}
.sin-contact {
  padding: 45px 0 45px 65px;
}
.contact-border{
  border-left: 1px solid #ccc;	
  border-right: 1px solid #ccc;	
}
.sin-contact:hover .contact-icon{
  color:#cc3333;
}
.contact-icon {
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
}
.contact-text > h3 {
  color: #000;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-transform: uppercase;
}
.contact-text > p {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 26px;
}
