/*==========================
	Custom css
==========================*/
/* Importación de las fuentes */
/* Fuente: Khorusia */
@font-face {
	font-family: "Khorusia";
	src: url("../fonts/Khorusia-Regular.woff2") format("woff2"),
	  /* Navegadores modernos */ url("../fonts/Khorusia-Regular.woff")
		format("woff"); /* Navegadores más antiguos */
	font-weight: normal;
	font-style: normal;
  }
  
  /* Fuente: Orbitron */
  @font-face {
	font-family: "Orbitron";
	src: url("../fonts/Orbitron-Regular.woff2") format("woff2"),
	  url("../fonts/Orbitron-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  
  /* Fuente: Raleway */
  @font-face {
	font-family: "Raleway";
	src: url("../fonts/Raleway-Regular.woff2") format("woff2"),
	  url("../fonts/Raleway-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  
  /* Fuente: Ostrich */
  @font-face {
	font-family: "Ostrich";
	src: url("../fonts/Ostrich-Regular.woff2") format("woff2"),
	  url("../fonts/Ostrich-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  

.mfp-wrap {
	z-index: 100001;
}
.mfp-bg {
	z-index: 100000;
}
/* PortFolio Box ======= */
.portbox2 .dlab-media:after,
.portbox2 .title,
.portbox2 .dlab-info-has,
.portbox2 p,
.portbox1 .portinner,
.portbox2 span{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.portbox2 .dlab-media,
.portbox1{
	border-radius:4px;
	margin-bottom:30px;
}
.portbox3{
	border-radius: 6px;
	margin-bottom:10px;
}
.portbox3 .overlay-bx,
.portbox1 .overlay-bx{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.portbox1 .overlay-bx span{
	display:block;
	margin-bottom:10px;
	color: #fff;
}
.portbox3 .overlay-bx,
.portbox1 .portinner{
	transform:scale(0.2);
	-webkit-transform:scale(0.2);
	-moz-transform:scale(0.2);
	-ms-transform:scale(0.2);
	-o-transform:scale(0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;				 	 
}
.portbox3:hover .overlay-bx,
.portbox1:hover .portinner{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
.portbox1 .overlay-bx .port-title{
	font-size: 35px;
	line-height: 45px;
	margin-bottom:0;
}
.portbox1 .overlay-bx .port-title a{
	color:#fff;
}
.portbox2 .dlab-media{
	position:relative;
}
.portbox2 .dlab-media:after{
	content:"";
	height:100%;
	position:absolute;
	width:100%;
	background: rgb(15,15,15);
	background: -moz-linear-gradient(top, rgba(15,15,15,0) 0%, rgba(15,15,15,1) 100%);
	background: -webkit-linear-gradient(top, rgba(15150,0,0) 0%,rgba(15,15,15,1) 100%);
	background: linear-gradient(to bottom, rgba(15,15,15,0) 0%,rgba(15,15,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	left:0;
	top:0;
}
.portbox2 .title{
	margin-bottom:0;
}
.portbox2 span{
	color:#fff;
	font-size:15px;
}
.portbox2 p{
	margin-bottom:0;
	font-size:15px;
	visibility: hidden;
	height: 1px;
	opacity:0;
}
.portbox2 .dlab-info-has{
	padding: 30px;
}
.portbox2:hover .dlab-info-has{
	bottom:50%;
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
}
.portbox2:hover span{
	display:none;
}
.portbox2:hover p{
	visibility: visible;
	height: auto;
	opacity:1;
}
.portbox2:hover .title{
	margin-bottom:10px;
}
.portbox2:hover .dlab-media:after{
	background: rgb(15,15,15);
	opacity:0.85;
}
.portbox3 .portinner{
	max-width: 250px;
	margin: auto;
	position: relative;
	z-index: 1;
	top: -25px;
}
.portbox3 .portinner .port-up{
	background: #fff;
	border-radius: 6px;
	padding: 20px;
}
.portbox3 .portinner .port-up span{
	text-transform: uppercase;
	font-weight: 600;
	color: #5e5e5e;
	font-size: 14px;
}
.portbox3 .portinner .port-down{
	background: var(--bg-color);
	position: absolute;
	top: 50px;
	height: 100%;
	width: calc(100% + 20px);
	vertical-align: bottom;
	display: flex;
	align-items: end;
	text-align: center;
	flex-direction: row;
	border-radius: 6px;
	z-index: -1;
	left: -10px;
}
.portbox3 .portinner .port-down a{
	width: 100%;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 15px;
	margin-top: auto;
}
.portbox3 .portinner .port-up .port-title{
	margin-bottom: 0;
}
.portbox3 .portinner .port-down a i{
	font-size:18px;
}
.portbox1 > img{ 
	transform:scale(1.05);
	transition:all 0.5s;
}
.portbox1{ 
	transition:all 0.5s;
	transform:scale(1);
}
.portbox1:hover{ 
	transform:scale(1.05);
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
}
.portbox1:hover > img{ 
	transform:scale(1);
	

	}
/* Filter ======= */
.filter-style2,
.filter-style1{
	margin-bottom:50px;
}
.filter-style2 ul,
.filter-style1 ul{
	padding:0;
}
.filter-style2 li,
.filter-style1 li{
	color:#000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 20px;
	position: relative;
	border-radius:0;
	z-index:1;
}

.filter-style2 li:hover,
.filter-style1 li:hover,
.filter-style2 li,
.filter-style1 li{
	background:transparent;
}
.filter-style2 li{
	padding:0;
}
.filter-style2 li a,
.filter-style1 li a{
	color:#000;
	margin:0;
}
.filter-style2 li a{
	text-transform:uppercase;
}
.filter-style2 li.active a{
	color:#737373;
}
.filter-style1 li:before,
.filter-style1 li:after{
	content:"";
	position:absolute;
	width:100%;
	height:15px;
	background:var(--bg-color);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	z-index:-1;
}
.filter-style1 li:before{
	top:0;
	left:-100%;
}
.filter-style1 li:after{
	bottom:0;
	right:-100%;
}
.filter-style1 li:hover:before,
.filter-style1 li.active:before{
	top:0;
	left:0;
}
.filter-style1 li:hover:after,
.filter-style1 li.active:after{
	right:0;
}
/* Video Section ======= */
.content-inner-1.video-sction{
	padding-top:300px;
}
.videoplay-bx{
	width:140px;
	height:140px;
	line-height:140px;
	font-size:50px;
	text-align:center;
	color:#2d2d2d;
	background-color:#fdfdfd;
	border-radius:140px;
	display:inline-block;
	margin-top:50px;
	margin-bottom:100px;
	box-shadow: 0 0 150px 0 rgba(0,0,0,0.3);
}

/* Team Member ======= */
.team-member{
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
}
.team-member .team-info,
.team-member .team-media{
	max-width: 50%;
    flex: 0 0 50%;
}
.team-job-title{
	color:var(--bg-color-sc);
	font-size:18px;
}
.team-title{
	font-size:52px;
	line-height:62px;
	margin-bottom:15px;
}
.team-info p{
	color:#898989;
	font-size:18px;
	line-height:30px;
}
.team-perinfo {
    display: flex;
}
.team-perinfo .team-sign{
	max-width: 130px;
    margin-right: 30px;
}
.team-profile .name{
	padding-left:15px;
}
.team-profile .name h3{
	font-weight: 600;
	margin-bottom: 5px;
}
.team-profile .name span{
	color: #939393;
	margin-bottom:10px;
	display:block;
}
.team-pic{
	width: 45px;
	height: 45px;
	border-radius: 45px;
	overflow: hidden;
	min-width: 45px;
	margin-top: 15px;
}
.team-profile ul{
	margin:0;
	padding:0;
	list-style:none;
}
.team-profile ul li{
	display:inline-block;
}
.team-profile ul li a{
	font-size:18px;
	color:#222;
	padding-right:20px;
}
.team-profile{
	display:flex;
	align-items: start;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next{
	padding:0;
	background:transparent;
	margin: 0 -15px;
}
.team-carousel .owl-nav .owl-prev span,
.team-carousel .owl-nav .owl-next span{
	padding: 0;
	background: transparent;
	margin: 0 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.team-carousel .owl-nav .owl-prev i,
.team-carousel .owl-nav .owl-next i{
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 45px;
	background: var(--bg-color);
	font-size: 22px;
	line-height: 45px;
}
/* Blog Half ======= */
.blog-half{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-half .post-title{
	font-size:38px;
	line-height:44px;
}
.blog-half .dlab-post-text p{
	font-size:20px;
	color:#2e2c2c;
	line-height:35px;
}
.blog-half .post-info{
	width:45%;
	max-width:45%;
	padding: 0 40px;
}
.blog-half .blog-media{
	width:55%;
	max-width:55%;
}
/* Client Box ======= */
.client-box{
	max-width:680px;
	margin-left:auto;
	margin-top: 100px;
	margin-bottom: 60px;
}
.client-box .owl-theme .owl-dots{
	margin-left: 180px;
	text-align: left;
}
.client-says{
	padding-left:180px;
	position:relative;
}
.client-says .testimonial-pic{
	width: 150px;
	height: 150px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.client-says .testimonial-text {
	padding: 0;
}
.client-says .testimonial-text p{
	position: relative;
	font-size:18px;
	line-height:32px;
	color:#4c4c4c;
	font-weight: 400;
	margin-bottom: 20px;
}
.client-says .testimonial-name{
	color:#2b2b2b;
    font-size: 22px;
	text-transform: capitalize;
    font-weight: 600;
}
.client-says .testimonial-position {
    font-size: 14px;
    font-style: inherit;
    text-transform: capitalize;
    color: #2e2e2e;
}

/* Table ======= */
.table-option{
	border: 2px solid #adadad;
	border-radius: 6px;
	padding:50px 0px 30px 0
}
.table-option .pricingtable-title,
.table-option .pricingtable-price,
.table-option .pricingtable-footer,
.table-option .pricingtable-features,
.table-option .pricingtable-features li{
	border:0;
	background-color: transparent;
}
.table-option .pricingtable-title *{
	color:#000;
}
.table-option .pricingtable-title h2{
	font-size: 28px;
    line-height: 36px;
}
.table-option .pricingtable-price,
.table-option .pricingtable-title{
	padding: 0;
}
.table-option .pricingtable-bx {
	color: #000;
	font-size: 63px;
	font-weight: 800;
}
.table-option .pricingtable-bx strong,
.table-option .pricingtable-bx sup{
	font-size: 30px;
	font-weight: 700;
}
.table-option .pricingtable-features li{
	color:#919191;
	font-size:18px;
}
.table-option:hover,
.table-option.active{
	background-color:#eeeeee;
	border: 2px solid #eeeeee;
}
.dark.table-option:hover, 
.dark.table-option.active {
    background-color: var(--bg-color);
    border: 2px solid var(--bg-color);
	transition: all 0.5s;
}
.dark.table-option{
	transition: all 0.5s;
}
.dark.table-option:hover .pricingtable-features li,
.dark.table-option:hover .pricingtable-title h2,
.dark.table-option:hover .pricingtable-price .pricingtable-bx,
.dark.table-option.active .pricingtable-features li,
.dark.table-option.active .pricingtable-title h2,
.dark.table-option.active .pricingtable-price .pricingtable-bx{
	color: #fff;
	transition: all 0.5s;
}
.dark.table-option:hover .pricingtable-footer .btn.black{
	background-color: #fff;
	border-color: rgba(0,0,0,0);
	color: #000;
}
/* Footer ======= */
.archi-footer.site-footer .footer-top{
	background-color: #202020;
	padding: 0;
}
.archi-footer.site-footer .footer-bottom span{
	color: rgba(255,255,255,0.6);
	font-size: 14px;
}
.archi-footer.site-footer .footer-bottom{
	background-color: #151515;
	border-radius: 0;
}
.archi-footer.site-footer .footer-top .footer-logo{
	width: 200px;
}
.archi-footer.site-footer .widget.widget-info{
	margin-bottom: 0;
}
.archi-footer.site-footer .widget .title {
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding: 10px 0px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
	font-weight: 700;
}
.archi-footer.site-footer .widget .title:after{
	content: "";
	height: 1px;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--bg-color);
}
.archi-footer.site-footer .widget-info p{
	color: #fff;
	margin: 0;
	font-size: 14px;
    word-wrap: break-word;
}
.archi-footer.site-footer .footer-top [class*="col-"]:last-child {
	border: 0;
}
.archi-footer.site-footer .footer-top [class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 30px;
}
.footer-bottom .social-link1 li{
	margin-bottom: 5px;
}

/* Gallery ======= */
.overlay-gallery-bx1 .primary.dlab-img-overlay1::after,
.overlay-gallery-bx1 .primary.dlab-img-overlay1::before{
	background-color: var(--bg-color);
}
.overlay-gallery-bx1 .overlay-bx .overlay-icon a i {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.overlay-gallery-bx1 .overlay-bx .icon-bx-xs {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.project-area .section-head .head-title{
	color:#000;
	font-size:45px;
	margin-bottom:15px;
}
.project-area .section-head p{
	max-width: 750px;
	font-weight: 400;
	color: #404040;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
	padding-top: 0;
}
/* Project Info Box ======= */
.project-info-box{
	position:relative;
}
.project-info-box .project-content{
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 40px 50px;
	width: 500px;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity:0;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
 .active .project-info-box .project-content{
	opacity:1;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.project-carousel-1 .owl-nav{
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.project-carousel-1 .owl-next,
.project-carousel-1 .owl-prev{
	padding: 0;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
	margin: 0 15px;
	text-shadow:2px 2px 0 rgba(0,0,0,0.1)
}
.project-carousel-1 .owl-next i,
.project-carousel-1 .owl-prev i{
	font-size: 22px;
}
.project-area{
	position:relative;
	z-index:1;
}
.project-area:after{
	content:"";
	z-index:-1;
	background:#fff;
	height:100px;
	bottom:0;
	left:0;
	width:100%;
	position:absolute;
}
.project-style-2 .project-info-box .project-content{
	left:auto;
	top:auto;
	right:0;
	bottom:55px;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.project-style-2.project-carousel-1 .owl-nav{
	right: 0;
	bottom: 0;
	background: #2e2e2e;
	width: 500px;
}
.project-style-2.project-carousel-1 .owl-next, 
.project-style-2.project-carousel-1 .owl-prev{
	margin: 0;
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	padding:15px 20px;
}
.project-style-2.project-carousel-1 .owl-next:hover, 
.project-style-2.project-carousel-1 .owl-prev:hover{
	background-color:rgba(0,0,0,0.2);
}





/* Blog ======= */
.blog-grid.style1{
	margin-bottom:0;
}
.blog-grid.style1 .dlab-post-text p{
	color:#2e2c2c;
	margin-bottom:15px;
}
.blog-grid.style1 .dlab-post-text .post-title a{
	color:#000;
}
.blog-grid.style1 .dlab-post-text .post-title{
	margin-bottom: 10px;
}
.blog-grid.style1 .dlab-post-text  .post-date i{
	color:#000;
}

/*  Responsive */
@media only screen and (max-width: 1200px) {
	.team-perinfo .team-sign {
		max-width: 95px;
		margin-right: 15px;
	}
	.blog-half .post-title {
		font-size: 20px;
		line-height: 32px;
		margin-top: 0;
	}
	.team-title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.team-info p {
		color: #898989;
		font-size: 15px;
		line-height: 26px;
	}
	.team-profile ul li a{
		font-size: 15px;
		padding-right: 10px;
	}
	.team-profile .name span {
    	margin-bottom: 5px;
	}
	.team-profile .name h3 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.blog-half .dlab-post-text p{
		font-size: 15px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.portbox1 .overlay-bx .port-title {
		font-size: 24px;
		line-height: 35px;
	}
	.team-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.team-perinfo {
		flex-direction: column;
	}
	.blog-half{
		flex-direction: column;
	}
	.blog-half .post-info,
	.blog-half .blog-media{
		width: 100%;
		max-width: 100%;
		
	}
	.blog-half .post-info{
		padding: 20px 20px;
		background-color:#f9f9f9;
	}
	.client-box{
		margin-top: 0px;
		max-width: 100%;
		margin-bottom: 0;
	}
	.table-option .pricingtable-features li{
		font-size: 14px;
		padding: 8px;
	}
	.table-option .pricingtable-bx{
		font-size: 40px;
	}
	.table-option .pricingtable-bx strong, 
	.table-option .pricingtable-bx sup{
		font-size: 18px;
	}
	.table-option .pricingtable-title h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.table-option .pricingtable-title h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.table-option{
		padding: 30px 0px 10px 0;
	}
	.section-head .head-title {
		font-size: 40px;
		line-height: 50px;
	}
	.header-full .logo-header{
		height: 60px;
		width: 120px;
	}
	.header-full .main-bar{
		padding:0;
	}
	.header-full .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-full .menu-icon-in span{
		height: 2px;
	}
	.header-full .menu-icon-in {
		width: 20px;
		height: 15px;
	}
	.header-full .menu-icon{
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.header-full .is-fixed .extra-nav,
	.header-full .extra-nav {
		padding: 10px 0;
	}
	
}
@media only screen and (max-width: 767px) {
	.filter-style1 li{
		margin: 0 10px;
	}
	.team-member{
		flex-direction: column;
	}
	.team-member .team-info, 
	.team-member .team-media {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.team-member .team-info{
		text-align: center;
	}
	.team-perinfo .team-sign{
		max-width: 100%;
		margin-bottom:15px;
	}
	.team-perinfo .team-sign img{
		max-width: 70px;
		display: inline-block;
	}
	.team-profile{
		flex-direction: column;
	}
	.team-pic{
		     margin: auto;
	}
	.team-profile .name {
		padding-left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.client-says {
		padding-left: 130px;
	}
}
@media only screen and (max-width: 576px) {
	.client-says .testimonial-pic {
		width: 60px;
		height: 60px;
		position: unset;
		margin-bottom:10px;
	}
	.client-says {
		padding-left: 0;
		text-align: center;
	}
	.client-box .owl-theme .owl-dots{
		margin-left: 0;
		text-align: center;
	}
	.team-carousel .owl-nav .owl-prev, 
	.team-carousel .owl-nav .owl-next{
		margin: 0 0px;
	}
	.head-title,
	.section-head .head-title {
		font-size: 28px;
		line-height: 35px;
	}
	.section-head p {
		font-size: 14px;
	}
	.filter-style1 li:before, 
	.filter-style1 li:after{
		height: 2px;
	}
	.filter-style1 li{
		padding: 5px 0;
		font-size: 14px;
	}
	.filter-style1 li {
		margin: 0 5px;
	}
}
/* Home 2 ======= */
.header-full.style1 .main-bar{
	background-color:#121a2d;
	padding: 0;
}
.header-full.style1 .menu-icon{
	width: 40px;
	height: 40px;
}
.menu-icon-in span{
	height: 3px;

}
.header-full.style1 .menu-icon-in{
	width: 23px;
	height: 16px;
}
.header-full.style1 .is-fixed .header-content-bx  > .logo-header,
.header-full.style1 .header-content-bx  .logo-header{
	height: 60px;
	width: 150px;
}
.header-full.style1 .extra-nav .extra-cell > ul{
	display: flex;
}
.header-full.style1 .extra-nav .extra-cell > ul > li{
	border-left: 1px solid rgba(255,255,255,0.2);
	align-items: center;
	display: flex;
	padding: 10px 20px;
}
.header-full.style1 .extra-nav .extra-cell > ul > li.search-btn{
	padding-right:0;
}
.header-full.style1 .extra-nav{
	padding:0;
}
.header-full.style1 .contact-no span{
	color:#fff;
	font-size:18px;
}
.header-full.style1 .header-social ul{
	margin:0;
	padding:0;
}
.header-full.style1 .header-social ul li a{
	color:#fff;
	font-size:18px;	
	padding: 0 10px;
}
.header-full.style1.white .main-bar{
	background-color: #fff;
}
.header-full.style1.white .header-social ul li a,
.header-full.style1.white .contact-no span {
    color: #000;
}
.header-full.style1.white .extra-nav .extra-cell > ul > li{
	border-left: 1px solid rgba(0,0,0,0.1);
}
.header-full.style1.white  .btn.white{
	background-color:#f1f1f1;
}
/* About Us Box ======= */
.about-year span{ 
	font-size: 85px;
	color: #000;
	font-weight: 600;
	line-height: 85px;
	position:relative;
	padding-left: 50px;
	padding-right: 15px;
	z-index: 1;
}
.about-year p{ 
	font-size:22px;
	color: #000;
	margin-bottom: 0;
}
.about-year span:after{
	content: "";
	width: 130px;
	height: 130px;
	display: block;
	position: absolute;
	border: 5px solid var(--bg-color);
	left: 0;
	top: -25px;
	z-index: -1;
}
.about-year {
    display: flex;
    align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.about-bx1-content p{
	color:#555555;
	font-size:18px;
	line-height:28px;
}
.about-bx1-content h2{
	font-size:40px;
	line-height:55px;
	margin-bottom: 20px;
}
.list-details{
	list-style:none;
	margin:0;
	padding:0;
	max-width: 430px;
}
.list-details li{
	color: #000;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.list-details li:first-child{
	border-top:0;
}
/* Project Slider */
.project-slider{
	position:relative;
	z-index:1;
}
.project-slider .container{
	position:relative;
	z-index:1;
}
.project-slider:after{
	content: "";
	background: #ebebeb;
	height: 100%;
	width: calc(50% - 80px);
	position: absolute;
	top: 0;
	left:0;
}
.project-slider .about-bx1-content{
	max-width:600px;
	padding-left:45px;
}
.project-carousel.owl-btn-1 .owl-prev, 
.project-carousel.owl-btn-1 .owl-next{
	border-radius:50px;
	background:#000;
	color:#fff;
}
/* Form Box ======= */
.form-box .title{
	font-size:30px;
	line-height:45px;
	color:#424344;
	font-weight:400;
	margin-bottom: 30px;
}
.form-box .sign{
	color: #424344;
	font-weight: 400;
	text-transform: uppercase;
}
.form-box {
    background: #e9f2f7;
    border-radius: 10px;
    padding: 70px 80px;
}
.form-img{
	width: calc(100% + 150px);
	position: absolute;
	bottom: 0;
	z-index: 1;
	margin-bottom: -50px;
}
.form-content-box{
	padding-top:200px;
	background-image: url(../images/pattern/pt1.png), url(../images/pattern/pt1.png);
	background-repeat: no-repeat;
	background-position: right top 70px, left bottom;
}
.form-box .form-control {
    height: 70px;
    border-radius: 60px;
    font-size: 15px;
    border: 0;
    padding: 0 40px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
}
.form-box .btn{
	height: 70px;
	width: 100%;
	font-size: 14px;
	background: #444548;
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
}
/* Slider 2 ======= */
.slide2 .tp-leftarrow{
	margin-right:25px;
}
.slide2 .tp-rightarrow{
	margin-left:25px;
}
.slide2 .tparrows.tp-rightarrow:before{
	content:"NEXT";
	font-size: 16px;
	width: auto;
	height: auto;
	line-height: 20px;
	display: inline-block;
}
.slide2 .tp-rightarrow:after{
	content:"\f121";
	font-family:"LineAwesome";
	color:#fff;
	display: inline-block;
	line-height: 20px;
	font-size: 24px;
	margin-left: 15px;
	opacity:0.25;
}
.slide2 .tparrows.tp-leftarrow:before{
	content:"\f120";
	font-family:"LineAwesome";
	font-size: 24px;
	width: auto;
	height: auto;
	line-height: 20px;
	display: inline-block;
	margin-right: 15px;
	opacity:0.25;
}
.slide2 .tp-rightarrow:hover:after,
.slide2 .tparrows.tp-leftarrow:hover:before{
	opacity:0.8;
}
.slide2 .tp-leftarrow:after{
	content:"PREV";
	color:#fff;
	display: inline-block;
}
.slide2 .uranus.tparrows{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
/* Number */
.slide2  .tp-bullet:first-child:after{
	content:"01";
}
.slide2  .tp-bullet:nth-child(2):after{
	content:"02";
}
.slide2  .tp-bullet:nth-child(3):after{
	content:"03";
}
.slide2  .tp-bullet:nth-child(4):after{
	content:"04";
}
.slide2  .tp-bullet:nth-child(5):after{
	content:"05";
}
.slide2  .tp-bullet:nth-child(6):after{
	content:"06";
}
.slide2  .tp-bullet:nth-child(7):after{
	content:"07";
}
.slide2  .tp-bullets.hermes{
	width: 40px !important;
	height: 95px !important;
}
.slide2  .hermes  .tp-bullet,
.slide2  .hermes  .tp-bullet.selected{
	color: #fff;
	box-shadow: none;
	border-radius: unset;
	overflow: unset;
	width: 100%;
	position: unset;
	height: auto;
}
.slide2  .hermes  .tp-bullet:after,
.slide2  .hermes  .tp-bullet.selected:after{
	background: transparent;
	box-shadow: none;
	color: #fff;
	height: auto;
	width: auto;
	border-radius: unset;
	overflow: unset;
	position: unset;
}
.slide2  .hermes  .tp-bullet{
	width: 50%;
	display: inline-block;
	padding: 0 3px;
	text-align: center;
	opacity:0;
}
.slide2  .hermes  .tp-bullet.selected{
	position: absolute;
	bottom: 0px !important;
	line-height: 45px;
	height: 50px;
	top: auto !important;
	left:0 !important;
	opacity:1;
}
.slide2  .hermes  .tp-bullet.selected:after{
	color:var(--text-color);
	font-size:40px;
}
/* Sr Numbox ======= */
.sr-numbox .box-number {
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 0 15px 3px;
    position: relative;
    float: left;
}
.sr-numbox .box-number:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #dfdfdf;
}
.sr-numbox .dlab-tilte {
    align-self: end;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
	margin-top: auto;
}
/* Team ======= */
.team-info-contact h2{
	font-size: 40px;
}
.team-info-contact p{
	font-size: 18px;
	line-height: 28px;
}
/* Archi Info ======= */
.archi-info{
	position: relative;
	display: inline-block;
	text-align: left;
}
.archi-info i {
    position: absolute;
    left: 0;
    font-size: 30px;
    top: 10px;
}
.team-info-contact .archi-info i {
	color: var(--bg-color);
}
/* Team Slider ======= */
.team-slider {
	margin-bottom:30px;
}
.team-slider .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    background-color: #000;
	margin: 0;
}
.team-slider .owl-dots .owl-dot{
	border: 2px solid rgba(0,0,0,0,);
    padding: 10px;
	border-radius: 50px;
	margin: 5px;
}
.team-slider .owl-dots .owl-dot.active {
    border: 2px solid var(--bg-color);
}
.team-slider .owl-dots .owl-dot:hover span,
.team-slider .owl-dots .owl-dot.active span{
	background-color: var(--bg-color);
}
.team-slider.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    left: -60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
}
/* Project Area ======= */
.project-area-info{
	background-color: #fff;
}
.project-area-info .project-content{
	margin-left: -70px;
}
.project-area-info .owl-nav .owl-prev,
.project-area-info .owl-nav .owl-next{
	background-color: rgba(0,0,0,0)
}
.project-area-info .owl-nav .owl-prev i,
.project-area-info .owl-nav .owl-next i{
	font-size: 40px;
	color: #fff;
}
.project-area-info .owl-nav .owl-prev{
	left: -100px;
}
.project-area-info .owl-nav .owl-next{
	right: -100px;
}
/* ===== Home Style 5 ===== */
/* Archia Header ======= */
.header-archia .search-btn{
    height: 50px;
    width: 50px;
    background-color: rgba(0,0,0,0.5);
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
}
.header-archia .contact-info{
	padding-left: 35px;
	position: relative;
	margin-right: 30px;
}
.header-archia .contact-info span{
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}
.header-archia .contact-info h4{
	font-size: 20px; 
	line-height: 20px;
	color: #fff;
}
.header-archia .contact-info i{
    position: absolute;
	align-self: center;
	line-height: 40px;
    font-size: 30px;
	left: 0;
	color: var(--text-color);
}
.header-archia .extra-cell{
	margin-left: 30px;
}
.header-archia .extra-cell ul {
    display: flex;
}
.header-archia .header-nav .nav > li > a {
	font-size: 15px;
	padding: 18px 20px;
}
.header-archia .logo-header{
	height: 60px;
}
.header-archia.header-transparent .main-bar {
    padding: 30px 0;
}
.header-archia .header-nav .nav > li > a{
	border-bottom: 3px solid rgba(0,0,0,0);
}
.header-archia .header-nav .nav > li .sub-menu{
	border-radius: 5px;
}
.header-archia .header-nav .nav > li.active a,
.header-archia .header-nav .nav > li:hover > a{
	border-color: var(--bg-color);
}
.header-archia.header-transparent .is-fixed .main-bar {
    padding: 0;
}
.header-archia .is-fixed  .header-nav .nav > li > a,
.header-archia .is-fixed .contact-info span,
.header-archia .is-fixed .contact-info h4{
	color: #000;
}
.header-transparent .navbar-toggler span {
    background-color: #fff;
}
.header-archia .is-fixed .header-nav .nav > li > a {
    padding: 20px;
}
.header-archia .is-fixed .logo-header {
    height: 65px;
}
.header-archia .header-nav .nav > li .sub-menu{
    width: 270px;
}
.header-archia .header-nav .nav > li .sub-menu li:hover > a,
.header-archia .header-nav .nav > li .sub-menu li .sub-menu li:hover a{
	background-color: var(--bg-color);
	color: #fff;
}
.header-archia .header-nav .nav > li .sub-menu li a{
	color: #6f6f6f;
}
.header-archia .header-nav .nav > li .sub-menu li a {
    padding: 15px 35px;
	border-radius: 0;
}
.header-archia .header-nav .nav > li .sub-menu li:hover > .sub-menu {
	left: 280px;
}
.header-archia .header-nav .nav > li .sub-menu li > .sub-menu::after {
    content: "";
    left: -10px;
    top: 20px;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #dedede;
}
.header-archia .header-nav .nav > li .sub-menu li > .sub-menu{
	background-color: #dedede;
}
.header-archia .header-nav .nav > li .sub-menu li > .sub-menu li a{
	color: #2c2c2c;
}
.header-archia .header-nav .nav > li .sub-menu li:first-child > a{
	border-radius: 5px 5px 0 0;
}
.header-archia .header-nav .nav > li .sub-menu li:last-child > a{
	border-radius: 0 0 5px 5px;
}
.header-archia .header-nav .nav > li .sub-menu li a{
	font-size: 14px;
	font-weight: 400;
}
.header-archia .header-nav .nav > li .sub-menu li a:after,
.header-archia .header-nav .nav > li .sub-menu li a:before{
	content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	background-color: #fff;
	top: 50%;
	border-radius: 50px;
	opacity: 0;
}
.header-archia .header-nav .nav > li .sub-menu li a:after{
	right: 20px;
}
.header-archia .header-nav .nav > li .sub-menu li a:before{
	right: 30px;
}
.header-archia .header-nav .nav > li .sub-menu li:hover > a:after,
.header-archia .header-nav .nav > li .sub-menu li:hover > a:before{
	opacity: 1;
}
.header-archia .navbar-toggler,
.header-archia .is-fixed .navbar-toggler{
	margin: 22px 0 22px 15px;
}
.header-archia .is-fixed .navbar-toggler span{
	background-color: #000;
}
/* About Us ======= */
.about-us h2 {
    font-size: 46px;
    font-weight: 700;
    color: #272727;
    line-height: 54px;
}
.about-us p{
	color: #7b7b7b;
	font-size: 18px;
	line-height: 30px;
}
/* Project Info ======= */
.project-info {
    background-color: #fff;
    padding: 80px 80px 60px;
    border-radius: 50px;
    background-image: url(../images/pattern1.png), url(../images/pattern2.png);
    background-position: -55px, 200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-info .project-title{
	font-size: 45px;
	line-height: 55px;
	color: #222;
}
.project-info .project-description{
	font-size: 17px;
	line-height: 30px;
	color: #676565;
	margin-bottom: 30px;
}
.project-info .project-time{
	color: #676565;
}
.project-info .project-social-list a{
	color: #999;
}
.project-info .info-number{
	font-size: 30px;
}
.project-info .project-social-list{
	padding: 0;
}
.project-info .project-social-list li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    font-size: 20px;
}
.text-blue-dark{
	color: #101e4e;
}
.section-head .pre-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #777;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 2px;
    display: block;
}
.pre-title.text-white{
	color: #fff;
}
/* Our Team ======= */
.our-team .social-list{
	padding: 0;
	margin: 10px 0 0;
}
.our-team .social-list li a{
	text-decoration: none;
}
.our-team .social-list li {
    display: inline-block;
	font-size: 18px;
    padding: 4px 10px;
}
.our-team .team-title-bx {
    padding: 30px;
    background-color: #fff;
    margin: -50px 30px 0;
    z-index: 9;
    position: relative;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.our-team .dlab-media.radius-sm img{
	border-radius: 5px;
}
.our-team .team-title-bx span{
	font-size: 16px;
    color: #a1a1a1;
    display: block;
}
.our-team .team-title-bx .team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
/* Inner Page Banner ======= */
.dlab-bnr-inr p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    max-width: 900px;
    margin: 0px auto 35px;
}
.dlab-bnr-inr .breadcrumb-row {
    width: 100%;
    text-align: center;
}
.breadcrumb-row ul {
    margin: auto;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.2);
}
.dlab-bnr-inr .breadcrumb-row ul li,
.dlab-bnr-inr .breadcrumb-row ul li a,
.dlab-bnr-inr .breadcrumb-row ul li::after{
	color: #fff;
}
.dlab-bnr-inr .breadcrumb-row ul li {
	text-transform: capitalize;
    font-size: 14px;
	font-weight: 500;
}
.dlab-bnr-inr .breadcrumb-row ul li::after {
    margin-left: 10px;
}
/* About Bx ======= */
.about-bx {
    padding: 30px;
    border-radius: 5px;
	text-align: center;
}
.about-bx .icon-bx-sm{
	margin-bottom: 20px;
	transition: all 0.5s;
}
.about-bx:hover .icon-bx-sm{
	box-shadow: 0 0 0 5px #fff, 0 0 0 10px var(--bg-color);
	transition: all 0.5s;
}
.about-bx .bg-primary{
	margin-bottom: 20px;
}
.about-bx .icon-content .dlab-tilte {
    color: #2c2c2d;
    font-size: 24px;
    font-weight: 700;
	margin-bottom: 15px;
}
.about-bx .icon-content p{
	color: #8c8c94;
	font-size: 16px;
	line-height: 28px;
}
/* Video Bx ======= */
.video-bx{
	padding: 80px 0;
}
.video-bx .video-title {
    font-size: 40px;
    margin-bottom: 20px;
}
.video-bx .video-content{
    font-size: 18px;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
    width: 80%;
    margin: 0 auto 30px;
}
.video-bx .video-play{
	margin-bottom: 30px;
}
.video-bx .video-play .popup-youtube{
	color: #fff;
}
.video-bx .video-play .popup-youtube {
    height: 100px;
    width: 100px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: auto;
}
.video-bx1{
	position: relative;
}
.video-bx1 .video-play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}
.video-bx1 .video-play a{
	height: 80px;
	width: 80px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto 20px;
}
/* .video-bx2 .video-play a {
    height: 80px;
    width: 80px;
    font-size: 30px;
    background-color: var(--bg-color);
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    float: left;
    margin-right: 20px;
}
.video-bx2 .video-play p {
    font-weight: 600;
    font-size: 13px;
    padding: 22px 0;
    line-height: 18px;
}
.video-bx2{
	background-color: #fff;
	border: 4px solid var(--text-color);
	padding: 30px;
	width: 300px;
}
.video-bx2 .years-date {
    font-size: 96px;
    line-height: 96px;
    font-weight: 800;
	margin-bottom: 0;
}
.video-bx2 .years {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 700;
}
.video-bx2 .years-work {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 22px;
} */
.video-info{
	position: relative;
}
.video-info .video-bx2 {
    position: absolute;
    bottom: 40px;
    left: 0;
}
.video-bx .video-play.play-bg-primary .popup-youtube {
    border: 0;
    background-color: var(--bg-color);
    color: #fff;
}
.video-bx .video-play.play-bg-primary{
	margin-bottom: 0;
}
/* About Me ======= */
.about-me .about-thumb {
    border-left: 25px solid var(--bg-color);
    z-index: 99;
    position: relative;
    margin: 35px 0;
}
.about-me .about-email-bx .title{
	font-size: 26px;
}
.about-me .about-email-bx{
	padding: 20px;
	z-index: 9;
	position: relative;
}
.about-me .about-email-bx form .form-control {
    text-align: center;
    height: 65px;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
}
.about-me .about-me-info .title{
	font-size: 40px;
	font-weight: 800;
}
.about-me .about-me-info .sub-title{
    color: rgba(0,0,0,0.7);
    font-size: 20px;
    text-decoration: underline;
}
.about-me .about-me-info .widget_getintuch strong {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
	color: #000;
}
.about-me .about-me-info .widget_getintuch{
	margin-bottom: 0;
}
.about-me .about-me-info .widget_getintuch li{
	color: rgba(0,0,0,0.7);
    padding-left: 50px;
}
/* Progress Section ======= */
.progress-section .progress-bx .count-box {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    text-align: right;
    position: relative;
    top: -20px;
}
.progress-bx .bg-pink{
	background-color: #7200ff;
}
.progress-bx .bg-red{
	background-color: #f13646;
}
.progress-bx .bg-green{
	background-color: #41b649;
}
.progress-section .progress-bx .progress {
    height: 8px;
    overflow: unset;
	border-radius: 0;
}
.progress-section .progress-bx{
	margin-bottom: 50px;
}
.progress-section .progress-bx .title {
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.archia-counter .counter {
    font-size: 50px;
    font-weight: 700;
    color: #000;
	line-height: 60px;
	margin-bottom: 0;
}
.archia-counter i{
	color: #8799a3;
}
/* Team ======= */
.our-team.team-style1 .team-title-bx .team-title {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
}
.our-team.team-style1 .team-title-bx span {
    font-size: 16px;
    color: #fff;
}
.our-team.team-style1 .team-title-bx {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	z-index: 99;
	opacity: 0;
}
.our-team.team-style1 .dlab-media:after {
    content: "";
    background-color:#000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	opacity: 0;
	transition: all 0.5s;
}
.our-team.team-style1:hover .dlab-media:after{
	opacity: 0.7;
}
.our-team.team-style1:hover .team-title-bx {
	opacity: 1;
	transition: all 0.5s;
}
/* Portfolio ======= */
.portfolio-1 .dlab-box .port-box .title{
	font-size: 20px;
	margin-bottom: 5px;
}
.portfolio-1 .dlab-box .port-box p {
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.7);
}
.portfolio-1 .dlab-box .port-box{
	padding: 40px 35px;
}
/* Blog ======= */
.blog-post.blog-grid .dlab-post-title .post-title{
	font-size: 20px;
	margin: 0;
}
.blog-post.blog-grid .dlab-post-name,
.blog-post.blog-grid .dlab-info ul li a,
.blog-post.blog-grid .dlab-info ul li i,
.blog-post.blog-grid .dlab-info ul li{
	color: #8799a3;
}
.blog-post.blog-grid{
	margin-bottom: 30px;
}
.blog-post.blog-grid .dlab-info{
	background-color: #fff;
	margin: -60px 30px 0;
	border-radius: 5px;
}
/* .blog-post.shadow .dlab-post-name a{
	color:var(--text-color);
} */
.blog-post.shadow .dlab-post-meta li::after {
    content: "";
}
/* Pagination Bx Radius ======= */
.pagination-bx .pagination li a {
    padding: 13px 18px;
    font-size: 15px;
	font-weight: 500;
}
.pagination-bx .pagination li.active a {
	background-color: var(--bg-color);
	color: #fff;
}
.pagination-bx .pagination li {
    margin: 0 3px;
	display: inline;
}
.pagination-bx .pagination li span{
	border: 0;
	border-radius: 50px;
	padding: 0;
    font-size: 15px;
}
.pagination-bx .pagination{
	display: block;
}
.pagination-bx .pagination li span:hover{
	background-color: unset;
	color: #000;
}
/* Blog Half ======= */
.blog-post.blog-half.blog-half1{
	align-items: unset;
}
.blog-post.blog-half.blog-half1 .dlab-post-title{
    background-color: #fff;
    z-index: 9;
    position: relative;	
}
.blog-post.blog-half.blog-half1 .dlab-post-title.left{
    margin: 0 0 0 -150px;
    padding: 30px 10px 20px 40px;
}
.blog-post.blog-half.blog-half1 .dlab-post-title.right{
    margin: 0 -150px 0 0;
    padding: 30px 40px 20px 10px;
}
.blog-post.blog-half.blog-half1 .dlab-post-text p {
    font-size: 15px;
    color: #2e2c2c;
    line-height: 25px;
}
.blog-post .dlab-post-text p {
	color: #2e2c2c;
	font-size: 15px;
}
.blog-masonry .blog-post{
	margin-bottom: 30px;
}
.blog-masonry .blog-post .post-title{
	font-size: 24px;
	line-height: 32px;
}
/* Section Head 2 ======= */
.section-head.style2 .head-title{
	font-size: 36px;
	line-height: 46px;
	width: 55%;
	margin: 5px auto 20px;
}
.section-head.style2 .pre-title {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 3px;
    color: #848484;
    font-weight: 600;
}
.section-head.style2  p{
	font-size: 14px;
	color: #7b7b7b;
	font-weight: 400;
}
/* Contenedor principal del portafolio */
.portfolio-bx .portbox1 {
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
    width: 285px; /* Tamaño predeterminado */
    height: 285px; /* Tamaño predeterminado */
    overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Imágenes dentro del contenedor */
.portfolio-bx .portbox1 img {
    width: 100%; /* Ajusta la imagen al ancho del contenedor */
    height: 100%; /* Ajusta la imagen a la altura del contenedor */
    object-fit: cover; /* Recorta y ajusta las imágenes sin distorsión */
    transition: transform 0.3s ease, filter 0.3s ease; /* Efecto suave al pasar el cursor */
}

/* Efecto hover en imágenes */
.portfolio-bx .portbox1:hover img {
    transform: scale(1.05); /* Amplía ligeramente la imagen al pasar el cursor */
    filter: brightness(80%); /* Oscurece ligeramente la imagen */
}

/* Superposición en hover */
.portfolio-bx .overlay-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro semitransparente */
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Alinea el texto y botones en columna */
    transition: opacity 0.3s ease;
}

.portfolio-bx .portbox1:hover .overlay-bx {
    opacity: 1; /* Muestra la superposición al pasar el cursor */
}

/* Título del portafolio */
.portfolio-bx .overlay-bx .port-title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

/* Categoría o subtítulo */
.portfolio-bx .overlay-bx span {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    font-size: 14px;
}

/* Botón dentro de la superposición */
.portfolio-bx .overlay-bx a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.portfolio-bx .overlay-bx a:hover {
    background-color: #fff;
    color: #000;
}

/* Responsividad */
@media (max-width: 1200px) {
    .portfolio-bx .portbox1 {
        width: 220px; /* Reduce el tamaño en pantallas medianas */
        height: 220px;
    }
}

@media (max-width: 768px) {
    .portfolio-bx .portbox1 {
        width: 180px; /* Reduce el tamaño en pantallas pequeñas */
        height: 180px;
    }
}

@media (max-width: 576px) {
    .portfolio-bx .portbox1 {
        width: 100%; /* Ocupa todo el ancho en pantallas extra pequeñas */
        height: auto; /* Ajusta la altura automáticamente */
    }

    .portfolio-bx .portbox1 img {
        object-fit: contain; /* Ajusta la imagen sin recorte en pantallas pequeñas */
    }
}

.portfolio-bx .overlay-bx .port-title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
}
.portfolio-bx .overlay-bx span{
	color: rgba(255,255,255,0.8);
	margin-bottom: 5px;
}
.btn-video{
	padding: 14px 18px;
}
/* Widget Getintuch Project Details ======= */
.container-fluid{
	padding-left:55px;
	padding-right:55px;
}
.project-img-bx  img{
	width:100%;
}
.widget_getintuch-pro-details{
	margin-bottom: 0;
}
.widget_getintuch-pro-details .pro-details i {
    background-color: var(--bg-color);
    height: 53px;
    width: 53px;
    color: #fff;
    border-radius: 50px;
    line-height: 53px;
    font-size: 20px;
	top: 0;
}
.widget_getintuch-pro-details .pro-details {
    padding: 5px 0 0px 70px;
    margin-bottom: 30px;
    position: relative;
    font-size: 15px;
}
.widget_getintuch-pro-details strong {
    font-weight: 700;
    color: #000;
}

/* Project Details ======= */
.project-carousel .owl-nav .owl-prev i, 
.project-carousel .owl-nav .owl-next i {
    height: 50px;
    width: 50px;
    background: var(--bg-color-sc);
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}
.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	background-color: rgba(0,0,0,0);
	padding: 0;
}
.project-carousel .owl-nav .owl-prev{
	left: 10%;
}
.project-carousel .owl-nav .owl-next{
	right: 10%;
}
/* Company History ======= */
.animation-jet {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.history-box{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:80px;
}
.history-box .history-media{
	flex: 0 0 70%;
	max-width: 70%;
}
.history-box .history-details{
	flex: 0 0 30%;
	padding-right: 50px;
	max-width: 30%;
}
.history-box.right {
	flex-direction: row-reverse;
}
.history-box.right .history-details{
	padding-left: 50px;
	padding-right: 0;
}
.history-head{
	border-left:4px solid var(--bg-color);
	padding-left: 25px;
}
.history-box p{
	color:#666666;
	line-height:26px;
	font-size:16px;
	margin-bottom:0;
}
.history-head h2{
	font-size: 60px;
	font-weight: 200;
	color: var(--text-color);
}
.history-head h3{
	color:#333333;
}
/* Error Page ======= */
.error-page .dz_error{
	font-size:260px;
	color:#2c2c2d;
	font-weight:800;
	line-height: 260px;
}
.error-page .error-head {
    font-size: 36px;
    font-weight: 500;
    color: #2c2c2d;
    line-height: 50px;
    max-width: 760px;
    display: inline-block;
}
.error-page  .input-group .btn{
	border-radius:50px;
}
.error-page  .input-group .btn:hover{
	background-color:transparent;
}
.error-page  .input-group .btn img{
	width:21px;
}
.error-page  .input-group .form-control,
.error-page  .input-group .form-control:active,
.error-page  .input-group .form-control:focus{
	border:0;
	background-color:transparent;
	padding: 25px 30px;
	font-weight:500;
}
.error-page  .input-group{
	border:2px solid #eceef2;
	border-radius: 40px;
}
.error-page .subscribe-form{
	max-width:560px;
	width:560px;
	display:inline-block;
}
/* Comign Soon ======= */
.coming-soon{
	height:100vh;
	position:relative;
}
.countdown .date div strong{
	font-size: 20px;
	font-weight: 400;
	color: #1b1b1b;
	text-transform: uppercase;
	box-shadow: inset 0px -4px 0  var(--bg-color);
	line-height: 18px;
	display: inline-block;
}
.countdown .date div{
	display:block;
	line-height: 30px;
}
.countdown .date {
    display: inline-block;
	text-align: center;
	width: 130px;
}
.countdown .date .time{
	font-size: 70px;
	color:#000;
	font-weight: 700;
	display: block;
}
.countdown-box {
    display: flex;
	line-height: 70px;
	align-items: start;
	padding: 50px 50px 0;
}
.countdown-box .countdown{
	margin-left: auto;
}
.coming-head h2{
	line-height: 162px;
	font-size: 162px;
	display: inline;
	position: relative;
}
.coming-head h2 strong{
	color: #1b1b1b;
}
.coming-head h2 span{
	font-size: 40px;
	color: #1b1b1b;
	position: absolute;
	right: 26px;
	line-height: 40px;
}
.coming-head {
    display: block;
    max-width: 1170px;
    text-align: center;
	margin-top: 50px;
}
.coming-head .input-group .btn{
	border-radius: 40px;
    height: 40px;
    padding: 0;
    width: 40px;
    margin: 5px;
	color:#000;
}
.coming-head .subscribe-form {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.coming-head .subscribe-form .form-control:hover,
.coming-head .subscribe-form .form-control:active,
.coming-head .subscribe-form .form-control:focus,
.coming-head .subscribe-form .form-control{
	border:0;
	border-radius: 40px !important;
}
.coming-head .input-group{
	background:#ffffff;
	border:1px solid #e3e3e3;
	border-radius:50px;
}
/* Contact Us ======= */
.section-head.contact-title span{
	color:var(--bg-color);
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.section-head.contact-title p{
	font-weight:400;
}
.section-head.contact-title h2{
	font-size:67px;
	line-height:80px;
	color:#000;
}
/* Contact Box ======= */
.contact-box .form-control{
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
	height: 60px;
	border-radius: 6px;
	padding: 20px;
	font-size: 16px;
	font-weight:300;
}
.contact-box textarea.form-control{
	height:180px;
}
.contact-box .form-control:hover,
.contact-box .form-control:active,
.contact-box .form-control:focus{
	background-color: #fff;
	border: 2px solid #000;
}
.contact-box .section-head p{
	font-weight:400;
}
.contact-box .icon-content p{
	color:#7b7b7b;
}
/* Author Box ======= */
.author-box {
    background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	border: 2px solid #c4c4c4;
}
.author-box.blog-user .author-profile-info {
    display: flex;
}
.blog-user .author-profile-pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: none;
    z-index: 2;
    position: relative;
	margin-top: 5px;
    border: 0;
}
.blog-user .author-profile-content {
    padding-left: 20px;
    text-align: left;
    padding-top: 0;
}
.blog-user .author-profile-content p {
    margin-bottom: 10px;
	font-size: 14px;
}
.author-profile-content ul li a i{
	margin-left:0;
}
.author-profile-content ul li a{
	color:#000;
	font-size:15px;
	margin-right:15px;
}
/* Recent Post Box ======= */
.recent-post-bx .dlab-post-meta ul li i{
	color:#afafaf;
}
.recent-post-bx .dlab-post-title .post-title{
	margin-bottom: 5px;
	margin-top: 20px;
}
.recent-post-bx.blog-post .dlab-post-text p{
	color: #676767;
	font-size: 14px;
}
.related-post .owl-nav{
	position: absolute;
	top: 15px;
	right: 10px;
}
.related-post .owl-prev,
.related-post .owl-next{
	width: 34px;
	height: 34px;
	background: #000;
	color: #fff;
	line-height: 34px;
	padding: 0;
	text-align: center;
	transition:all 0.5s;
}
.related-post .owl-prev:hover,
.related-post .owl-next:hover{
	background: #fff;
	color: #000;
}
.slide-social {
    margin: 0;
        margin-left: 0px;
    padding: 0;
    list-style: none;
    margin-left: auto;
}
.slide-social li:first-child {
    margin-right: 10px;
}
.slide-social li {
    display: inline-block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
	color: #000000;
}
.share-post .slide-social li a:hover{
	color:#ed145b;
}
.share-post .slide-social li a {
    color: #464646;
	font-size: 18px;
	padding:0 0 0 10px;
}
.post-link-in {
    padding: 15px 30px;
    display: inline;
    background:var(--bg-color);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    left: 20px;
}
.post-link-in:hover{
	color:#fff;
}
.blog-post.blog-single .dlab-post-meta{
	margin-bottom:30px;
}
.blog-post.blog-single .dlab-post-meta li{
	margin-right:20px;
}
.blog-post.blog-single .dlab-post-meta li.dlab-post-name a{
	color:var(--text-color);
}
.blog-post.blog-single .dlab-post-meta li.dlab-post-name img{
	width:40px;
	height:40px;
	object-fit:cover;
	border-radius:40px;
	margin-right:5px;
}
.blog-post.blog-single .dlab-post-meta li:after{
	content:none;
}
.blog-post.blog-single .dlab-post-meta i{
	color:#999999;
}
/* Video Full ======= */
.video-full{
	display: flex;
	align-items: center;
}
.video-full.overlay-black-dark:after{
	opacity:0;
}
.video-content-box h2{
	font-size:85px;
	line-height:85px;
	text-transform:uppercase;
	color:#fff;
	font-weight:800;
	margin-bottom: 15px;
}
.video-content-box h6{
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 30px;
}
.video-content-box {
    margin: auto;
    max-width: 900px;
	text-align: center;
}
.video-content-box a.video{
	width: 100px;
	height: 100px;
	background: #fff;
	text-align: center;
	font-size: 30px;
	color: var(--bg-color);
	display: block;
	line-height: 100px;
	border-radius: 50px;
	margin: 0 auto 10px;
}
.video-content-box p{
	font-size:18px;
	line-height:30px;
	max-width:800px;
	
}
.video-content-box h2 span{
	font-weight:300;
}
/* Portfolio Carousel ======= */
.portfolio-bx.style2 .overlay-bx{
	opacity: 1;
	visibility: visible;
}
.portfolio-bx.style2 .dlab-img-overlay1:before{
	background:#111111;
	opacity:0.4;
}
.portfolio-bx.style2.project-media .dlab-img-overlay1:before{
	opacity:0;
}
.portfolio-bx.style2:hover .dlab-img-overlay1:before{
	opacity:0.8;
}
.portfolio-bx.style2:hover .title{
	opacity:0;
}
.portfolio-bx.style2:hover .mfp-link{
	visibility:visible;
}
.portfolio-bx.style2 .mfp-link,
.portfolio-bx.style2 .title{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.portfolio-bx.style2 .title a{
	color:#fff;
}
.portfolio-bx.style2 .mfp-link {
    width: 100px;
    height: 100px;
    display: block;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
    background: var(--bg-color);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
}
.portfolio-bx.style2:hover .mfp-link{
	 transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}
.portfolio-bx.style2 .mfp-link i{
	background:transparent;
	vertical-align: middle;
	color:#fff;
}
.portfolio-bx.style2 .overlay-icon{
	padding: 30px 70px;
}
/* Portfolio Box */
.portfolio-carousel-2 .item{
	margin:10px 0 10px 10px;
}
.portfolio-bx.style3:after{
	content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity:1;
    top: 0;
	background: rgb(9,25,40); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(9,25,40,0.2) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9,25,40,0.2) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9,25,40,0.2) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091928', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.portfolio-bx.style3 .port-box .title{
	font-size: 28px;
    font-weight: 600;
	margin-bottom: 10px;
}
.portfolio-bx.style3 .port-box .title a{
	color:#fff;
}
.portfolio-bx.style3 .port-box .btn-link{
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
}
.portfolio-bx.style3 .overlay-bx{
	opacity: 1;
    visibility: visible;
    bottom: 0;
    top: auto;
    text-align: left;
    height: auto;
    padding: 30px;
}
.portfolio-carousel .owl-prev,
.portfolio-carousel .owl-next{
	padding: 0 10px;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
	margin: 0 15px;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.portfolio-carousel .owl-prev i,
.portfolio-carousel .owl-next i{
	font-size: 22px;
}
/* Full Height */
.portfolio-carousel.full-vh .dlab-media img{
	transform-style: inherit;
    height: calc(100vh - 81px);
    object-fit: cover;
}
.portfolio-carousel-2.full-vh .dlab-media img{
	transform-style: inherit;
    height: calc(100vh - 161px);
    object-fit: cover;
}
.showcase-bottom{
	height:60px;
	background: #0d0d0d;
	padding:0 55px;
	display: flex;
	align-items: center;
}
.showcase-bottom p{ 
	color: #fff;
    opacity: 0.8;
    margin: 0;
    font-size: 14px;
}
.showcase-bottom ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left: auto;
}
.showcase-bottom ul li{
	display:inline-block;
}
.showcase-bottom ul li a{
	font-size: 14px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    line-height: 28px;
    opacity: 0.8;
}
.showcase-bottom ul li a:hover{
	background:#fff;
	color:#000;
	opacity: 1;
}
/* Exhibition ======= */
.exhibition-bx p{
	color:#676767;
	font-size:17px;
	line-height:30px;
}
.exhibition-bx .title{
	font-size:50px;
	line-height:58px;
}
.exhibition-carousel {
    padding: 20px 50px 20px 0px;
    position: relative;
    z-index: 1;
}
.exhibition-carousel:after{
	content:"";
	position:absolute;
	width:calc(100% - 70px );
	height:100%;
	right:0;
	top:0;
	background-color:#f9f9f9;
	z-index:-1;
}
.exhibition-carousel .owl-dots{
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.exhibition-carousel .owl-dot{
	width: 12px;
	height: 12px;
	background: #dadada;
	border-radius: 20px;
	margin: 10px 0;
}
.exhibition-carousel .owl-dot.active{
	background: var(--bg-color);
}
/* New Css */
.section-head.style1 .pre-title{
	font-size: 18px;
	letter-spacing: 5px;
	color: #555;
}
.blog-post .blog-media img{
	width: 100%;
}

.latest-project-info {
    background-color: #1b1b1b;
    padding: 100px 130px;
}
.latest-project-info h2{
	font-size: 50px;
	line-height: 60px;
}
.latest-project-info a{
	margin-top: 30px;
}
.latest-project-info p{
	color: #949494;
}
.portbox1.style1{
	border-radius: 0;
}
.portbox1.style1 .portinner span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 5px;
    font-weight: 500;
}
.portbox1.style1 .overlay-bx .port-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}
.letter-spacing{
	letter-spacing: 3px;
}
.exhibition-bx .exhibition-name{
    color: #ecedef;
    font-size: 130px;
    font-weight: 800;
    position: absolute;
    top: 50%;
	left: 0;
}

.testimonial-two .client-says{
	padding-left: 130px;
}
.testimonial-two .client-says .testimonial-pic {
    width: 90px;
	height: 90px;
}
.testimonial-two .client-says .testimonial-text p{
	font-size: 18px;
}
.testimonial-two .client-says .testimonial-name{
	font-size: 20px;
	margin-bottom: 5px;
}
.testimonial-two .client-says .testimonial-position {
    font-size: 15px;
    color: #868686;
}
.progress-head h2{
	font-size: 36px;
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot span{
	height: 13px;
	width: 13px;
	background-color: #2b2b2b;
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	opacity:1;
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot.active span{
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	background-color: var(--bg-color);
	width: 13px;
}
/* Btn aware */
.btn.btn-aware{
	background:transparent;
	position: relative;
	overflow: hidden;
	z-index:1;
	border-color: #5651b1;
}
.btn.btn-aware:hover{
	background-color:transparent;
	border-color: #5651b1;
}
.btn.black.btn-aware{
	position: relative;
	overflow: hidden;
	background:transparent;
	z-index:1;
	border-color: var(--bg-color);
}
.btn.btn-aware span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #5651b1;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:-1;
}
.btn.black.btn-aware span{
	background-color: var(--bg-color);
}
.btn-aware:hover span {
    width: 225%;
    height: 562px;
}


/* Slider 2 ======= */
/* .slide3 .tp-leftarrow{
	margin-right:25px;
}
.slide3 .tp-rightarrow{
	margin-left:25px;
} */
.header-full.bgimg-scale .main-bar{
	background-image:url(../images/scale.png);
	background-repeat: repeat-x;
	padding-top:10px;
}
.slide3 .tparrows.tp-rightarrow:before{
	content:"";
}
.slide3 .tp-rightarrow:after{
	content:"\f121";
	font-family:"LineAwesome";
	color:#fff;
	display: inline-block;
	line-height: 53px;
	font-size: 24px;
	height: 53px;
	width: 53px;
	background-color: #252526;
	text-align: center;
}
.slide3 .tparrows.tp-leftarrow:before{
	content:"\f120";
	font-family:"LineAwesome";
	font-size: 24px;
	line-height: 53px;
	display: inline-block;
	height: 53px;
	width: 53px;
	background-color: #252526;
}
.slide3 .tp-rightarrow:hover:after,
.slide3 .tparrows.tp-leftarrow:hover:before{
	opacity:0.8;
}
.slide3 .tp-leftarrow:after{
	content:"";
}
.slide3 .uranus.tparrows{
	width: auto;
	height: auto;
	display: black;
	align-items: center;
}
.slide3 > ul{
	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    text-align: center;
}
.slide3 > ul li{
	display:block;
}
.slide3 > ul li a{
	color: #000;
    font-size: 18px;
    padding: 5px 10px;
    display: block;
}
/* like button */
.heart {
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url(../images/like.png) no-repeat;  
	cursor: pointer;
	margin: -20px -10px;
}
.heart-blast {
	background-position: -1680px 0;
	transition: background 1s steps(28);
}
.footer-bottom p {
    display: flex;
    align-items: left;
    justify-content: left;
    margin: 0;
}
/* Responsive */
@media only screen and (max-width: 1400px) {
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 630px;
		padding-top: 100px;
	}
	.video-content-box,
	.video-content-box h2{
		max-width: 750px;
	}
	.video-content-box p{
		max-width: 700px;
	}
	.latest-project-info {
		padding: 50px 80px;
	}
	.latest-project-info h2{
		font-size: 40px;
		line-height: 50px;
	}
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 600px;
	}
	.header-archia .contact-info{
		display: none;
	}
	.archi-footer.site-footer .footer-top .footer-logo{
		margin: auto;
	}
	.about-bx1-content h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.about-bx1-content p{
		font-size: 16px;
		line-height: 28px;
	}
	.about-year{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.about-year span:after{
		width: 80px;
		height: 80px;
		top: -2px;
	}
	.about-year span{
		font-size: 65px;
		line-height: 75px;
		padding-left: 24px;
		padding-right: 10px;
	}
	.about-bx1-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.project-slider .about-bx1-content{
		padding-left: 15px;
		max-width: 400px;
	}
	.about-bx1-content h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.about-bx1-content p{
		margin-bottom: 10px;
	}
	.form-img {
		width: calc(100% + 30px);
		margin-bottom: -40px;
	}
	.form-box .title {
		font-size: 18px;
		line-height: 28px;
	}
	.sr-numbox .dlab-tilte{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.sr-numbox .box-number {
		font-size: 30px;
		padding: 0;
		margin-bottom: 0;
		line-height: 50px;
	}
	.sr-numbox .box-number::after{
		width: 35px;
		content: none;
	}
	.sr-numbox .dlab-tilte{
		padding-left: 10px;
	}
	.sr-numbox .icon-content .m-b10{
		margin-bottom:5px;
	}
	.section-head .head-title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom:20px;
	}
	.video-bx2 .years-work{
		display:none;
	}
	.project-content .head-title{
		font-size: 24px;
		font-weight: 600;
		line-height: 32px;
	}
	.project-area  [class*="col-"]{
		padding:0;
	}
	.project-area > .row{
		margin:0;
	}
	.project-area-info .project-content p{
		font-size:14px;
		margin-bottom: 10px;
	}
	.project-area-info .project-content {
		margin-left: 0;
		padding-right: 30px;
	}
	.project-area-info .owl-nav .owl-prev{
		left: 0px;
		text-shadow: 5px 0px 0 rgba(0,0,0,0.3);
	}
	.project-area-info .owl-nav .owl-next {
		right: 0;
		text-shadow: 5px 0px 0 rgba(0,0,0,0.3);
	}
	.team-info-contact h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.team-info-contact p {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.team-slider{
		margin-bottom:30px;
	}
	.team-slider.owl-theme .owl-dots{
		left:10px;
	}
	.team-slider .owl-dots .owl-dot.active{
		border: 1px solid #fff;
	}
	.team-slider .owl-dots .owl-dot{
		padding: 5px;
	}
	.team-slider .owl-dots .owl-dot span,
	.team-slider .owl-dots .owl-dot:hover span, 
	.team-slider .owl-dots .owl-dot.active span{
		background-color:#fff;
	}
	.our-team .team-title-bx .team-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.our-team .team-title-bx span {
		font-size: 15px;
	}
	.our-team .social-list li{
		font-size: 16px;
		padding: 5px;
	}
	/* .our-team .team-title-bx{
		
	} */
	.section-head .head-title{
		margin-bottom: 10px;
	}
	.about-us h2 {
		font-size: 35px;
	}
	.project-info{
		padding: 40px;
	}
	.coming-head{
		margin-left: auto;
		margin-right: auto;
	}
	.video-content-box {
		max-width: 600px;
	}
	.video-content-box h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.video-content-box h6 {
		font-size: 12px;
		letter-spacing: 20px;
	}
	.video-content-box p {
		font-size: 16px;
		line-height: 26px;
		max-width: 600px;
	}
	.pro-details-col-5 .col {
		width: 25%;
		flex-basis: auto;
	}
	.content-inner {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.content-inner-1 {
		padding-top: 60px;
	}
	.content-inner-2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-head.style2 .head-title {
		width: 85%;
	}
	.history-box .history-details {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.history-box .history-media {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.history-box {
		margin-bottom: 60px;
	}
	.blog-post.blog-half.blog-half1 .dlab-post-title .post-title{
		font-size: 24px;
		line-height: 34px;
	}
	blockquote {
		padding: 4px 20px 5px 40px;
	}
	.archi-footer.site-footer .container{
		max-width: 100%;
	}
	.archi-footer.site-footer .footer-top [class*="col-"]:first-child {
		border: 0;
		border-bottom:1px solid  rgba(255, 255, 255, 0.1); 
	}
	.video-bx {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 991px) {
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 550px;
		padding-top: 30px;
	}
	.filter-style2 li{
		margin: 0 10px;
		font-size: 14px;
	}
	.form-box{
		padding: 40px 40px;
	}
	.form-box .row:first-child{
		flex-direction: column-reverse;
		text-align: center;
	}
	.form-img{
		position: unset;
		margin-bottom: -20px;
		margin-top: -50px;
	}
	.project-slider .about-bx1-content{
		padding-right: 20px;
	}
	.project-area .section-head .head-title{
		font-size: 36px;
		margin-bottom: 5px;
	}
	.project-area .section-head p{
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.project-info-box .project-content{
		padding: 20px 20px;
		width: 300px;
	}
	.list-details li{
		padding: 5px 0;
		font-size: 12px;
	}	
	.team-info-contact{
		padding-left:0;
		margin-bottom: 40px;
	}
	.project-area{
		padding: 30px;
	}
	.header-archia .header-nav .nav > li > a{
		border:0;
		padding: 10px 20px;
	}
	.header-archia .is-fixed .navbar-toggler.open span {
		background-color: #fff;
	}
	.countdown{
		margin-left:0;
	}
	.countdown-box{
		display:block;
		padding: 50px 20px 0;
	}
	.countdown .date{
		text-align: left;
	}
	.button-home{
		position:absolute;
		bottom:20px;
		left:20px;
	}
	.coming-head{
		margin-right: unset;
		text-align:left;
		padding-left:20px;
		padding-right: 20px;
	}
	.coming-head .subscribe-form{
		margin-left:unset;
	}
	.project-style-2.project-carousel-1 .owl-nav{
		width: 300px;
	}
	.project-style-2 .project-info-box .project-content{
		bottom: 48px;
	}
	.video-full {
		height: 80vh!important;
		padding-top: 100px!important;
	}
	.video-content-box a.video {
		width: 70px;
		height: 70px;
		font-size: 20px;
		line-height: 70px;
	}
	.video-content-box h6 {
		font-size: 12px;
		letter-spacing: 14px;
	}
	.video-content-box p {
		font-size: 14px;
		line-height: 24px;
		max-width: 400px;
	}
	.video-content-box {
		max-width: 400px;
	}
	.video-content-box h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.portfolio-bx.style2 .overlay-icon {
		padding: 30px;
	}
	.portfolio-bx.style2 .title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.pro-details-col-5 .col {
		width: 33.33%;
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-inner-1 {
		padding-top: 50px;
	}
	.content-inner-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.history-box.right .history-details {
		padding-left: 30px;
	}
	.history-box .history-details,
	.history-box .history-media {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.history-box .history-details{
		padding-right: 30px;
	}
	.history-head h2 {
		font-size: 50px;
		margin-bottom: 15px;
	}
	.history-box .history-head h3 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 15px;
    }
	.history-box {
		margin-bottom: 50px;
	}
	.blog-half.blog-half1 .post-info {
		background-color: #fff;
		padding: 0 20px 30px;
	}
	.blog-post.blog-half.blog-half1 .dlab-post-title.left,
	.blog-post.blog-half.blog-half1 .dlab-post-title.right {
		margin: 0;
		padding: 0;
	}
	.blog-post.blog-half.blog-half1{
		margin-bottom: 0;
	}
	.blog-post.blog-half.blog-half1 .blog-media,
	.blog-post.blog-grid.shadow {
		margin-bottom: 30px;
	}
	.blog-post.blog-grid.shadow .dlab-info{
		padding: 30px;
	}
	.video-bx2 .video-play a {
		height: 60px;
		width: 60px;
		font-size: 24px;
		line-height: 60px;
	}
	.video-bx2 .years-date {
		font-size: 65px;
		line-height: 65px;
	}
	.video-bx2 .years {
		font-size: 24px;
		line-height: 24px;
	}
	.video-bx2 .video-play p {
		font-size: 12px;
		padding: 12px 0;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.video-info .video-bx2 {
		bottom: -20px;
		width: 250px;
	}
	.section-head .head-title {
		font-size: 30px;
		line-height: 40px;
	}
	.error-page .dz_error {
		font-size: 200px;
		line-height: 200px;
	}
	.error-page .error-head {
		font-size: 30px;
		line-height: 45px;
	}
	/* header */
	.header-archia .extra-cell ul {
		display: block;
	}	
	.header-archia .is-fixed .logo-header {
		height: 62px;
	}
	.header-archia.header-transparent .main-bar{
		padding: 10px 0;
	}
	.mo-nav .logo-header, 
	.mo-nav .social-menu {
		display: block;
		width: 100%;
	}
	
	.header-archia .is-fixed .mo-nav.header-nav .nav > li > a,
	.header-archia .mo-nav.header-nav .nav > li > a{
		padding: 12px 35px;
		width: 100%;
		font-size: 18px;
	}
	.header-archia .mo-nav.header-nav {
		display: flex;
		flex-direction: column;
		justify-content: space-between !important;
		min-height: 100%;
	}
	.mo-left .is-fixed .header-nav .logo-header{
		height:auto;
	}
	.header-archia .header-nav .nav > li .sub-menu{
		width:100%;
	}
	.header-archia .header-nav.mo-nav .nav > li .sub-menu li:hover > a, 
	.header-archia .header-nav.mo-nav .nav > li .sub-menu li .sub-menu li:hover a{
		background-color: #fff;
		color:#6f6f6f;
	}
	.header-archia .mo-nav .social-menu {
		padding: 30px;
	}
	.mo-left .header-nav.mo-nav .logo-header a{
		text-align: left;
	}
	.mo-left .header-nav.mo-nav .logo-header{
		padding: 30px 35px;
		text-align:left;
	}
	.blog-grid.style1 .dlab-post-text .post-title{
		font-size: 20px;
		line-height: 30px;
	}
	.section-head {
		margin-bottom: 30px;
	}
	.side-bar {
		margin-bottom: 0;
	}
	.showcase-bottom{
		padding:0 15px; 
	}
	.video-info{
		margin-bottom:40px;
	}
	.pagination-bx {
		margin-bottom: 0;
	}
	.blog-half.blog-half1 .post-info {
		padding: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.section-head {
		margin-bottom: 20px;
	}
	.project-carousel-1 .project-media img{
		height:400px;
		object-fit:cover;
	}
	.about-bx1-content{
		margin-top:30px;
	}
	.project-carousel-2{
		margin-right:30px;
	}
	.project-slider:after{
		content:none;
	}
	.project-slider .about-bx1-content{
		max-width:100%;
	}
	.form-content-box{
		padding-top: 120px;
	}
	.client-box-full .testimonial-1{
		margin: 0 50px;
	}
	.section-head .head-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 5px;
	}
	.filter-style2{
		margin-bottom: 20px;
	}
	.section-head p{
		font-weight: 400;
		font-size: 14px;
	}
	.filter-style2 li {
		margin: 0 5px;
	}
	.portbox3 .portinner{
		max-width: 200px;
	}
	.portbox3 .portinner .port-up .port-title{
		font-size: 18px;
		line-height: 28px;	
	}
	.project-area .section-head .head-title{
		font-size: 26px;
	}
	.about-year {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.about-bx1-content {
		margin-top: 25px;
	}	
	.project-slider{
		padding-top:0;
	}
	.form-box {
		padding: 20px 20px;
	}
	.form-box .form-group{
		margin-bottom:10px;
	}
	.form-box .form-control{
		font-size: 13px;
		padding: 20px 30px;
		height: 45px;
	}
	.form-box .btn{
		height: 50px;
		padding: 0 15px;
	}
	.project-carousel-1 .owl-next, 
	.project-carousel-1 .owl-prev{
		font-size: 12px;
		margin: 0 10px;
	}
	.project-carousel-1 .owl-next i, 
	.project-carousel-1 .owl-prev i {
		font-size: 16px;
	}
	.project-area{
		padding: 0;
	}
	.project-area-info .project-content{
		padding: 30px;
	}
	.portfolio-bx.style2 .mfp-link {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		margin: -25px 0px 0px -25px;
	}
	.portfolio-bx.style2 .overlay-icon .title{
		margin-bottom:0;
		font-size: 22px;
		line-height: 30px;
		font-weight:600;
	}
	.portfolio-bx.style2 .overlay-icon {
		padding: 20px 20px;
	}
	.our-team.team-style1 .team-title-bx .team-title{
		font-size: 18px;
		line-height: 30px;
		margin-bottom:0;
	}
	.our-team.team-style1 .team-title-bx span{
		font-size: 14px;
	}
	.our-team .social-list li{
		font-size: 15px;
		padding: 5px;
	}
	.our-team.team-style1 .social-list{
		margin-top:0;
	}
	.our-team.team-style1 .team-title-bx{
		padding: 10px;
	}
	.sr-iconbox.p-lr30{
		padding-left:0;
		padding-right:0;
	}
	.project-info .project-title{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.project-info .info-number {
		font-size: 24px;
		line-height: 34px;
	}
	.project-info .project-description{
		margin-bottom: 20px;
	}
	.header-full.style1 .extra-nav .extra-cell > ul > li{
		padding: 10px 10px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 500px;
	}
	.pro-details-col-5 .col {
		width: 50%;
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-inner-1 {
		padding-top: 50px;
	}
	.content-inner-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-head.contact-title h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.history-box .history-details, 
	.history-box .history-media {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.history-box .history-details, 
	.history-box.right .history-details {
		padding: 0 0 30px 0;
	}
	.dlab-post-tags.d-flex{
		display: block!important;
	}
	.blog-post.blog-single{
		margin-bottom: 30px;
	}
	.video-info .video-bx2 {
		bottom: 50px;
	}
	.video-info {
		margin-bottom: 30px;
	}
	.error-page .dz_error {
		font-size: 120px;
		line-height: 120px;
	}
	.error-page .error-head {
		font-size: 20px;
		line-height: 34px;
	}
	.error-page .subscribe-form {
		width: 100%;
	}
	.archi-footer.site-footer .footer-top [class*="col-"]:first-child{
		padding: 50px 30px;
	}
	.archi-footer.site-footer .footer-top [class*="col-"]:last-child, 
	.archi-footer.site-footer .footer-top [class*="col-"] {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding: 20px 30px 30px;
		border-right: 0;
		text-align: center;
	}
	.header-archia .is-fixed .logo-header,
	.header-archia .logo-header {
		height: 60px;
	}
	.header-archia .is-fixed .extra-nav ,
	.header-archia .extra-nav {
		padding: 6px 0;
	}
	.header-archia .extra-cell ul li a {
		padding: 0;
	}
	.dlab-bnr-inr .breadcrumb-row ul {
		display: inline-block;
		width: auto;
	}
	.dlab-bnr-inr h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.mo-left .header-nav.mo-nav .logo-header{
		margin-right: 0;
	}
	.about-me .about-thumb {
		margin: 0 0 30px;
	}
	.about-me .about-email-bx {
		padding: 20px 10px;
	}
	.about-me .about-me-info .title {
		font-size: 30px;
	}
	.about-me .about-me-info .sub-title {
		font-size: 16px;
	}
	.about-me .about-me-info .widget_getintuch strong {
		font-size: 18px;
	}
	.about-me .about-me-info .title {
		font-size: 30px;
		line-height: 30px;
	}
	.about-me .about-me-info .sub-title {
		font-size: 16px;
	}
	.progress-bx-info h2,
	.describe-about-info h2{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.progress-head h2{
		font-size: 24px!important;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.describe-about-info h2 img{
		width: 18px;
		margin-right: 10px;
	}
	body {
		font-size: 14px;
	}
	.icon-bx-wraper .icon-content p,
	.client-says .testimonial-text p,
	.exhibition-bx p,
	.extra-content ,
	.blog-post.blog-single .dlab-post-text ul li, 
	.blog-post.blog-single .dlab-post-text ol li, 
	.blog-post.blog-single .dlab-post-text p,
	ol.comment-list li.comment p{
    	font-size: 16px;
		line-height: 26px;
	}
	.icon-bx-wraper .icon-content .dlab-tilte {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-bx {
		padding: 25px;
	}
	.video-bx {
		padding: 50px 0;
	}
	.contact-box .m-b50{
		margin-bottom:10px;
	}
	.archia-counter .counter {
		font-size: 26px;
		line-height: 36px;
	}
	.archia-counter .font-16{
		font-size: 14px;
	}
	.archia-counter{
		text-align: center;
	}
	.archia-counter .icon-lg i{
		font-size: 40px;
	}
	.archia-counter .icon-lg{
		width: 50px;
		float: unset;
	}
	.archia-counter .m-l90{
		margin-left: 0;
	}
	.portfolio-bx .overlay-bx .port-title{
		margin-bottom: 15px;
	}
	.filter-style2, 
	.filter-style1 {
		margin-bottom: 20px;
	}
	.comment-respond{
		padding: 0px;
	}
	.widget-bx{
		padding: 30px 20px;
	}
	.client-says .testimonial-name {
		font-size: 18px;
	}
	.comments-area .comments-title{
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 15px;
	}
	.section-top-head{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.extra-content{
		margin: 0 0 20px 0;
	}
	.animation-jet + h3{
		font-size:20px;
		line-height: 30px;
	}
	.contact-box .section-head h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.exhibition-bx .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.comment-respond .comment-reply-title,
	.comments-area .comments-title{
		font-size: 24px;
	}
	.section-head.style1 h2{
		font-size: 24px;
		line-height: 34px;
	}
	.section-head.style1 .pre-title,
	.video-sction .font-18{
		font-size: 16px;
	}
	.videoplay-bx {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 70px;
	}
	.client-says .testimonial-pic {
		width: 100px;
		height: 100px;
	}
	.client-box-full .testimonial-detail .testimonial-name {
		font-size: 20px;
	}
	.portbox2 .dlab-media, 
	.portbox1,
	.pricingtable-wrapper,
	.portfolio-1 .card-container.m-b30,
	.our-gallery .m-b30,
	.form-group,
	.blog-post.blog-single .dlab-post-text p,
	.comments-area .comment-form p,
	.dlab-box.dlab-gallery-box.overlay-gallery-bx1.m-b30,
	.project-img-bx [class*="col-"]{
		margin-bottom:15px;
	}
	.about-us h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.about-us p {
		font-size: 16px;
		line-height: 26px;
	}
	.explore-projects [class*="col-"],
	.portfolio-1 [class*="col-"],
	.contact-box form [class*="col-"],
	.portfolio-bx1 [class*="col-"]{
		padding-left: 7px;
		padding-right: 8px;
	}
	.explore-projects,
	.portfolio-1 .row,
	.our-gallery,
	.contact-box .row,
	.portfolio-bx1{
		margin-left: -7px;
		margin-right: -8px;
	}
	.our-team .team-title-bx {
		padding: 15px 0 0 0;
	}
	.our-team .team-title-bx .team-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 3px;
	}
	.our-team .team-title-bx span {
		font-size: 13px;
	}
	.portfolio-1 .dlab-box .port-box {
		padding: 20px;
	}
	.describe-about-info{
		margin-bottom: 10px;
	}
	.video-bx .video-play {
		margin-bottom: 20px;
	}
	.video-bx .video-play .popup-youtube {
		height: 80px;
		width: 80px;
		line-height: 80px;
		font-size: 24px;
	}
	.video-bx .video-title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.video-bx .video-content {
		font-size: 14px;
		width: 100%;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.countdown .date .time {
		font-size: 50px;
		line-height: 50px;
	}
	.countdown .date div strong {
		font-size: 16px;
		line-height: 12px;
	}
	.coming-head h2 span {
		font-size: 30px;
		line-height: 30px;
	}
	.coming-head h2 {
		line-height: 140px;
		font-size: 140px;
	}
	.blog-post.blog-single .dlab-post-title .post-title{
		font-size: 26px;
		line-height: 40px;
	}
	.side-bar .widget {
		margin-bottom: 30px;
	}
	.blog-masonry .blog-post .post-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.latest-project-info h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.latest-project-info a{
		margin-top: 0;
	}
	.blog-post{
		margin-bottom: 30px;
	}
	.blog-post .dlab-post-info .post-title{
		margin-top: 0;
	}
	.pagination-bx {
		margin-bottom: 0;
	}
	.project-img-bx .dlab-box.portfolio-bx.m-b30{
		margin-bottom: 0;
	}
	.project-img-bx .dlab-box.portfolio-bx.m-b50{
		margin-bottom: 15px;
	}
}


@media only screen and (max-width: 576px) {
	.project-area-info .owl-nav .owl-prev i, 
	.project-area-info .owl-nav .owl-next i{
		font-size: 22px;
	}
	.about-us h2 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.about-us p{
		line-height: 28px;
		font-size: 15px;
	}
	.sr-iconbox.icon-bx-wraper .dlab-tilte{
		margin-bottom: 5px;
	}
	.project-info{
		border-radius: 15px;
		padding: 20px;
	}
	.project-info .project-time,
	.project-info .project-description {
		font-size: 15px;
		line-height: 28px;
	}
	.our-team .team-title-bx {
		padding: 20px 0 0 0;
	}
	.header-full.style1 .extra-nav .extra-cell > ul > li.contact-no{
		display:none;
	}
	.header-full.style1 .header-social ul li a{
		font-size: 14px;
		padding: 0 4px;
	}
	.header-full.style1 .menu-icon {
		width: 35px;
		height: 35px;
	}
	.header-full.style1 .menu-icon-in {
		width: 20px;
		height: 14px;
	}
	.header-full.style1 .extra-nav .extra-cell > ul > li {
		padding: 8px 10px;
	}
	.header-full.style1 .is-fixed .header-content-bx  > .logo-header, 
	.header-full.style1 .header-content-bx .logo-header {
		height: 50px;
		width: 100px;
	}
	.layers3{
		letter-spacing:5px !important;
	}
	.slide2 .hermes .tp-bullet.selected:after{
		font-size: 30px;
	}
	.slide2 .tp-bullets.hermes{
		left:-6px !important;
		transform: matrix(1, 0, 0, 1, 7, -122) !important;
	}
	.slide2  .tp-leftarrow.tparrows{
		transform: matrix(1, 0, 0, 1, -170, -33) !important;
	}
	.slide2  .tp-rightarrow.tparrows{
		transform: matrix(1, 0, 0, 1, -100, -31) !important;
	}
	.coming-head h2 {
		line-height: 100px;
		font-size: 100px;
	}
	.countdown .date{
		width: 70px;
	}
	.countdown .date .time {
		font-size: 40px;
		line-height: 50px;
	}
	.countdown .date div {
		line-height: 20px;
	}
	.countdown .date div strong {
		font-size: 12px;
	}
	.coming-head h2 span{
		font-size: 22px;
		top: 10px;
	}
	.coming-head{
		margin-top: 10px;
	}
	.button-home .btn.btn-lg{
		padding: 15px 20px;
		font-size: 13px;
	}
	.video-full {
		padding-top: 50px!important;
		padding-bottom: 30px!important;
	}
	.video-content-box h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.video-content-box h6 {
		letter-spacing: 8px;
	}
	.dlab-bnr-inr .breadcrumb-row {
		bottom: -25px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 350px;
		padding-top: 30px;
	}
	.pro-details-col-5 .col {
		width: 100%;
	}
	.project-img-bx .img-full.m-b50{
		margin-bottom: 30px;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-head.style2 .head-title {
		font-size: 26px;
		line-height: 36px;
	}
	.section-head.contact-title h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.section-head.contact-title span{
		font-size: 16px;
	}
	.pagination-bx.radius {
		margin: 30px 0px;
	}
	.blog-post.blog-single .dlab-post-info .post-title{
		font-size: 22px;
		line-height: 32px;
	}
	.blog-post.blog-single .dlab-post-meta li.dlab-post-name {
		display: block;
		margin-bottom: 15px;
	}
	.blog-post.blog-single .dlab-post-text h4{
		font-size: 18px;
		line-height: 28px;
	}
	.blog-post.blog-single .dlab-post-text blockquote p {
		font-size: 18px;
		line-height: 28px;
	}
	blockquote {
		padding: 4px 20px 5px 20px;
		margin: 30px 0;
	}
	.blog-user .author-profile-pic {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	.side-bar .widget {
		margin-bottom: 30px;
	}
	.video-info .video-bx2 {
		padding: 25px;
		bottom: 0;
	}
	.project-info {
		padding: 30px;
	}
	.project-info .project-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.project-info .info-number {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-us h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.dlab-bnr-inr h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.breadcrumb-row ul {
		padding: 8px 16px;
	}
	.dlab-bnr-inr .breadcrumb-row ul li {
		font-size: 12px;
	}
	.dlab-bnr-inr p {
		font-size: 14px;
		line-height: 24px;
	}
	.client-box-full .testimonial-text p {
		font-size: 15px;
		line-height: 25px;
	}
	.section-head .head-title {
		font-size: 24px;
		line-height: 34px;
	}
	.section-head .font-18 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.icon-bx-wraper .icon-content .dlab-tilte {
		font-size: 18px;
		margin-bottom: auto;
		line-height: 30px;
	}
	.exhibition-bx .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.describe-about-info p,
	.related-post-bx .m-b30{
		margin-bottom: 10px;
	}
	.history-box .history-details, 
	.history-box.right .history-details {
		padding: 0 0 15px 0;
	}
	.blog-post.blog-grid.shadow,
	.related-post-bx {
		margin-bottom: 20px;
	}
	.author-box.blog-user{
		margin-bottom: 30px;
	}
	.rev-slider-full .tp-bgimg.defaultimg{
		background-position: right 35% top !important
	}
	.content-inner {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.content-inner-1 {
		padding-top: 30px;
	}
	.content-inner-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.explore-projects [class*="col-"],
	.portfolio-1 [class*="col-"],
	.contact-box form [class*="col-"],
	.portfolio-bx1 [class*="col-"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	.explore-projects,
	.portfolio-1 .row,
	.contact-box .row,
	.portfolio-bx1{
		margin-left: -15px;
		margin-right: -15px;
	}
	.video-bx {
		padding: 30px 0;
	}
	.latest-project-info {
		padding: 30px 50px;
	}
	.latest-project-info h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.testimonial-two .client-says {
		padding-left: 0;
	}
	.exhibition-bx .exhibition-name {
		font-size: 100px;
	}
	.portfolio-carousel-2.full-vh .dlab-media img{
		height: calc(100vh - 130px);
	}
	.slide3 > ul{
		width:40px;
	}
	.slide3 > ul li a{
		padding: 10px 10px;
		font-size: 14px;
	}
	.slide3 .tparrows.tp-leftarrow{
		    transform: matrix(1, 0, 0, 1, -90, -50) !important;
	}
	.slide3 .tparrows.tp-rightarrow{
		    transform: matrix(1, 0, 0, 1, -90, -150) !important;
	}
	.slide3 .tp-rightarrow:after,
	.slide3 .tparrows.tp-leftarrow:before{
		line-height: 40px;
		font-size: 14px;
		height: 40px;
		width: 40px;
	}
}
.portbox3 .portinner .port-down a:hover i{
	text-decoration: unset;
}




/* New Css */
/* Shop */
.shop-cart .badge {
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    border-radius: 50px;
    color: #fff;
}
.shop-cart .dropdown-menu .btn{
	padding: 10px 15px;
	font-size: 11px;
	letter-spacing: 1px;
}
.cart-item .media-body h6{
	margin-bottom: 5px;
	font-size: 15px;
}
.cart-item .media-body {
    align-self: center;
}
.shop-cart .cart-btn i {
    color: #1b1b1c;
    font-size: 24px;
    padding: 5px 7px;
}
.extra-nav {
    padding: 18px 0;
}

/* Section Head */
.section-head .title-head::before {
    content: attr(data-name);
    font-size: 72px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e7e7ef;
    z-index: 1;
    display: block;
}
.section-head .title-head {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: 800;
}
.section-head .title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.title-separate{
	height: 1px;
	width: 52px;
	margin-top: 20px; 
	margin-bottom: 20px; 
}
.section-head .title-style1{
	font-size: 20px;
	letter-spacing: 10px;
}
.title-style1.text-secondry{
	color: var(--text-color-sc);
}

/* About */
.about-us,
.about-us .about-content{
	padding-left: 40px;
}
.about-slide .owl-dots{
    position: absolute;
    right: -190px;
    bottom: 20px;
}
.about-us .section-head{
	margin-bottom: 0;
}
.btn-link{
	color: #989898;
	text-transform: capitalize;
}

/* Product */
.item-box {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3;
    overflow: hidden;
}
.item-box .item-info{
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
}
.item-box .item-info	.item-title,
.item-box .item-info	.item-price{
	font-size: 18px;
	font-weight: 700;
}
.item-box .item-info	.item-price{
	color: var(--text-color);
}
.item-box .item-img.product-box1 img{
	padding: 100px 30px 30px;
}
.item-box .item-img.product-box2 img{
	padding: 80px 20px 10px 20px;
}
.item-box .item-img.product-box3 img{
	padding: 20px 50px 0px 0;
}
.item-box .item-info-hover {
    background-color: rgba(255,162,0,0.9);
    color: #fff;
    padding: 25px;
	position: absolute;
	left: 0;
	bottom: -100%;
	transition: all 0.5s;
}
.item-box .item-info-hover .item-title{
	font-size: 20px;
	font-weight: 700;	
	margin-bottom: 20px;
}
.item-box .item-info-hover .item-title a:hover{
	color: #fff;
}
.item-box:hover .item-info-hover {
    bottom: 0;
	transition: all 0.5s;
	width: 100%;
}
.item-box.shadow {
    border: 1px solid transparent;
}

/* Counter */
.counter-style1.intera-counter {
    margin: 0 0 50px 0;
    display: flex;
}
.counter-style1.intera-counter .counter {
    background-image: url(../images/sap1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 110px;
    font-size: 60px;
    font-weight: 800;
    padding: 30px 20px 0 45px;
    line-height: 90px;
}
.counter-style1.intera-counter span{
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
	margin: 50px 0 10px;
}
.counter-style1.intera-counter.counter-white .counter{
	color: #fff;
	background-image: url(../images/sap2.png);
}
.counter-bx .intera-counter .counter {
    background-image: unset;
    padding: 0 25px 0 0;
}
.counter-bx .intera-counter span {
    margin: 22px 0 10px;
}
.counter-bx .intera-counter{
    margin-bottom: 20px;
}
.counter-bx [class*="col-"]{
	border-right: 1px solid #cdd1dd;
	padding-left: 30px;
}
.counter-style3 .intera-counter .after-bx{
	background-color: var(--bg-color);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.counter-style3 .intera-counter {
    padding: 15px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
    border-radius: 200px;
    position: relative;
	display: flex;
	z-index: 9;
	background-color: #fff;
}
.counter-style3 .intera-counter span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.counter-style3 .intera-counter .counter {
    font-size: 64px;
    line-height: 150px;
    height: 150px;
    width: 150px;
    background-color: var(--bg-color);
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
	align-self: center;
}
.counter-style3 {
    position: relative;
    padding: 10px 0 10px 10px;
}
.counter-style3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 205px;
    width: 205px;
    background-color: var(--bg-color);
    border-radius: 50%;
}
.counter-style3 .intera-counter .counter-content {
    padding: 30px 20px 30px 170px;
}
.text-black-dark{
	color: #2c2c2d;
}

/* Services bx */
.services-bx{
	position: relative;
	z-index: 2;
}
.bg-href::before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    z-index: 1;
}

/* Services bx 1 */
.team-bx  .dlab-content .dlab-title{
    font-size: 16px;
    line-height: 26px;
}
.services-bx1 .dlab-content .dlab-title{
	font-size: 22px;
	line-height: 30px;
}
.services-bx1 .dlab-content{
	padding-top: 30px;
}

/* Our Products */
.product-bx{
	transition: all 0.5s;
	margin: 30px 0;
	border-radius: 10px
}
.product-carousel .owl-item.active.center .product-bx {
    transform: scale(1.05);
    transition: all 0.5s;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

/* Team Bx */
.team-bx .dlab-media {
    border-radius: 50%;
    overflow: hidden;
    margin: 20px;
}
.team-bx  .dlab-content p{
	font-size: 14px;
	line-height: 24px;
}
.team-bx.style1 .dlab-media {
	border-radius: 10px;
	border-bottom: 4px solid var(--text-color);
	margin: 0 0 20px;
}
.team-bx.style2 ul li .btn.btn-sm {
    height: 35px;
    width: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #a2a4ab;
	border-color: #a2a4ab;
}
.team-bx.style2 {
    border-right: 1px solid #cdd1dd;
    padding: 0 30px 0 30px;
}
.team-bx.style2 .dlab-media img{
   -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    box-sizing: border-box;
}
.team-bx.style2 .dlab-media .media-style1{
	 -webkit-mask-image: url(../images/team/sap/sap1.png);
    mask-image: url(../images/team/sap/sap1.png);
}
.team-bx.style2 .dlab-media .media-style2{
	 -webkit-mask-image: url(../images/team/sap/sap2.png);
    mask-image: url(../images/team/sap/sap2.png);
}
.team-bx.style2 .dlab-media .media-style3{
	 -webkit-mask-image: url(../images/team/sap/sap3.png);
    mask-image: url(../images/team/sap/sap3.png);
}
.team-bx.style2 .dlab-media .media-style4{
	 -webkit-mask-image: url(../images/team/sap/sap4.png);
    mask-image: url(../images/team/sap/sap4.png);
}
.team-bx.style2 .dlab-media {
    border-radius: 0;
    margin: 0 0 30px auto;
    text-align: right;
}


/* Message Bx */
.message-bx {
    border-radius: 20px;
    padding: 40px 30px;
	
}
.message-bx h2{
	font-size: 20px;
	line-height: 20px;
}
.message-bx form .form-control{
	height: 55px;
	border-radius: 6px;
	padding: 15px 20px 15px 20px;
	background-color: #fff;
	border: 0;
}
.site-footer .message-bx form .form-control{
	padding: 15px 20px 15px 5px;
}	
.message-bx form .input-group-text i{
	color: #666666;
}
.message-bx form .input-group{
    margin-bottom: 15px;
}
.message-bx .input-group .input-group-prepend .input-group-text {
    font-size: 18px;
    padding: 0;
    border: 0;
    width: 55px;
    text-align: center;
    display: block;
    line-height: 55px;
    color: #000;
}
.message-bx.style1 {
    padding: 40px 40px;
    position: relative;
}
.message-bx.style1 form .input-group {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 50px;
}
.message-bx.style1 form .form-control, 
.message-bx.style1 .input-group .input-group-prepend .input-group-text {
    background-color: #fff;
    color: #898989;
}

/* Slide Content */
.slide-content{
	height: 100vh!important;
	padding-top: 0!important;
}
.slide-content:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-image:url(../images/main-slider/slide-bg1.png);
	z-index: 1;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.slide-content h5{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 34px;
}
.slide-content h2{
	font-size: 65px;
	font-weight: 600;
	color: var(--text-color);
    line-height: 70px;
}
.slide-content .videoplay-bx{
	height: 60px;
	width: 60px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	display: block;
	margin: 50px auto;
	background-color: rgba(0,0,0,0);
	font-size: 20px;
}

/* Blog Post */
.blog-post.blog-grid .dlab-post-info .post-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
	font-weight: 700;
}
.blog-post.blog-grid.border {
    overflow: hidden;
    margin: 30px 0;
}
.blog-post.blog-grid.border .dlab-post-readmore{
	margin-bottom: 0;
}
.blog-post.blog-grid.border .dlab-post-info{
	padding: 20px;
}
.date-style-2 .post-date strong{
    font-size: 20px;
    padding: 5px;
    background-color: rgba(255,255,255,0.4);
	line-height: 24px;
}
.date-style-2 .post-date span {
    font-size: 12px;
    padding: 5px;
    text-transform: capitalize;
}

.date-style-2 .post-date > strong::after {
    content: unset;
}
.date-style-2 .post-date{
	border-radius: 5px;
	top: 10px;
	overflow: hidden;
	z-index: 99;
}
.overlay-icon a i {
    background-color: transparent;
    font-size: 30px;
    color: #fff;
}
.blog-post-center .owl-item.active.center .blog-post {
    transform: scale(1.1);
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	transition: all 0.5s;
}


/* Client Logo */
.client-logo-bx{
	border-top: 1px solid #000;
}
.client-logo-bx1 .item {
    margin: 20px;
}
.client-logo .client-bx{
	padding: 30px;
}
.client-logo .client-bx.shadow{
	padding: 0;
}
.client-logo-bx2{
	margin: 0 -15px;
}
.client-logo-bx2 li{
	display: inline-block;
	width: 19.50%;
	text-align: center;	
}
.client-logo-bx2 li .client-bx img{
	padding: 30px;
}
.client-logo-bx2 li .client-bx{
	transition: all 0.5s;
	border-radius: 10px;
}
.client-logo-bx2 li .client-bx:hover{
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
	transform: scale(1.1);
	transition: all 0.5s;
}
.client-logo-inner {
    padding: 0 20px;
}

/* Save Money Info */
.save-money-info {
	margin: auto;
	max-width: 500px;
}
.save-money-info h2{
	font-size: 38px;
	font-weight: 700;
}
.save-progress {
	font-size: 72px;
	line-height: 80px;
	font-weight: 800;
}

/* News Post */
.blog-post.news-post{
	overflow: hidden;
	margin: 0;
}
.blog-post.news-post .dlab-post-info {
    width: 55%;
    position: absolute;
    top: 0;
	height: 100%;
    right: 0;
    background-color: rgba(116,20,190,0.8);
    padding: 20px;
}
.blog-post.news-post .dlab-post-readmore {
    float: right;
}
.blog-post.news-post .dlab-post-meta {
    float: left;
}
.blog-post.news-post .post-title{
	font-size: 20px;
	text-align: right;	
}
.blog-post.news-post .dlab-post-meta .post-date{
	color: #fff;
}

/* Icon Box */
.sr-iconbox.shadow.hover{
	transition: all 0.5s;
}
.sr-iconbox.shadow.hover:hover{
	background-color: var(--bg-color);
	transition: all 0.5s;
	transform: scale(1.1);
}
.sr-iconbox.shadow.hover:hover a,
.sr-iconbox.shadow.hover:hover .dlab-tilte,
.sr-iconbox.shadow.hover:hover p{
	color: #fff;
	transition: all 0.5s;
}


/* Footer */
.footer-top{
	background-color: #111111;
}
.footer-top .widget .title {
    border-bottom: 1px solid rgba(241,241,241,0.1);
    padding-bottom: 40px;
    margin-bottom: 20px;
    font-size: 16px;
}
.footer-top .footer-logo{
	padding-bottom: 50px;
}
.site-footer ul li a,
.site-footer ul li,
.site-footer p{
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}
.site-footer .list-2 li::before {
    content: unset;
}
.site-footer .list-2 li{
    padding: 15px 0;
}
.site-footer .widget-newsletter .message-bx .form-control,
.site-footer .widget-newsletter .message-bx .input-group-text{
	background-color: #181818;
	margin-bottom: 0;
}
.site-footer .widget-newsletter .message-bx {
    border: 0;
    border-radius: 0;
    padding: 20px 0 0 0;
	margin-top: 0;
}
.site-footer .widget-info .post-date {
    font-weight: 400;
    color: #4a4949;
    padding-top: 15px;
    line-height: 24px;
}
.footer-top {
    padding: 100px 0 40px;
}

.footer-bottom{
	background-color: #0d0d0d;
	border-radius: 0;
}
.social-link1 li img{
	border-radius: 5px;
}

/* Testimonials */
.testimonial-1 .testimonial-pic img,
.testimonial-4 .testimonial-pic img{
    -webkit-mask-image: url(../images/testimonials/sap/sap1.png);
    mask-image: url(../images/testimonials/sap/sap1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    box-sizing: border-box;
}
.testimonial-1 .testimonial-pic{
    border: 0;
    float: left;
    margin-right: 20px;
}
.testimonial-1 .testimonial-detail .testimonial-name{
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 20px;
}
.testimonial-1 .testimonial-detail .testimonial-date{
	font-size: 14px;
}
.testimonial-1 .testimonial-text{
    font-size: 16px;
    padding: 0 0 0 200px;
	text-align: left;
}
.testimonial-1 .testimonial-detail{
	padding: 0 0 20px;
	text-align: left;
}
.testimonial-1 .testimonial-quote p{
	position: relative;
}
.testimonial-1 .testimonial-quote p::after {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    background-image: url(../images/quote.png);
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
}
.testimonial-1 {
    padding: 50px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
	margin: 10px 50px;
}

.testimonial-2 .testimonial-pic,
.testimonial-3 .testimonial-pic{
    float: unset;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
	border: 0;
	background-color: transparent;
}
.testimonial-2 .testimonial-detail,
.testimonial-3 .testimonial-detail{
	padding: 0;
}
.testimonial-2 .testimonial-name ,
.testimonial-3 .testimonial-name {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
	padding-top: 15px;
}
.testimonial-2.text-center .title-separate ,
.testimonial-3.text-center .title-separate {
    margin: 20px auto;
}
.testimonial-2 .testimonial-text,
.testimonial-3 .testimonial-text{
    background-color: transparent;
    padding: 0 30px;
    font-size: 16px;
    color: #2c2c2d;
}
.owl-item.active.center .testimonial-2 .testimonial-text{
	background-color: transparent;
	color: #2c2c2d;
}
.testimonial-3 {
    box-shadow: 0 0 0px 5px rgba(0,0,0,0.05);
    padding: 70px 30px;
    border-radius: 10px;
    margin: 10px;
}
.testimonial-3 .testimonial-text {
    padding: 0;
}
.owl-item.active.center .testimonial-3{
	background-color: var(--bg-color);
	transition: all 0.5s;
}
.owl-item.active.center .testimonial-3 .testimonial-text {
	background-color: transparent;
}
.owl-item.active.center .testimonial-3 .testimonial-name {
    color: #fff;
}
.testimonial-box{
	background-color: #fff;
	box-shadow: 0 0 16px 5px rgba(0,0,0,0.1);
    border-radius: 50px;
	overflow: hidden;
	padding-bottom: 15px;
}
.testimonial-box .testimonial-4 {
    padding: 50px 50px 30px 230px;
    margin: 0;
	background-color: #fff;
}
.testimonial-4 .testimonial-pic img{
	width: 100%;
}
.testimonial-4 .testimonial-pic {
    border: 0;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 30px;
    top: 40px;
	margin: 0;
}
.testimonial-4 .testimonial-text {
    font-size: 16px;
	font-weight: 500;
}
.testimonial-4 .testimonial-detail .testimonial-name{
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	display: flex;
}
.testimonial-4 .testimonial-detail .testimonial-date {
    font-size: 14px;
    font-weight: 500;
    color: #8c8c94;
    margin: 0 0 0 20px;
}
.testimonial-4 .testimonial-name::after {
    content: unset;
}


/* Project */
.project-style1 .portinner{
	position: relative;
	transition: all 0.5s;
}
.project-style1 .portinner::after{
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    left: 20px;
    top: -15px;
	transition: all 0.5s;
}
.project-style1:hover .portinner{
    background-color: var(--bg-color);
	transition: all 0.5s;
}
.project-style1:hover .portinner:after{
    border-bottom-color: var(--bg-color);
	transition: all 0.5s;
}
.project-style1 .portinner .port-title{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.project-style1 .portinner span{
	color: #2c2c2d;
	font-size: 14px;
}
.project-style1{
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 0 30px 0 rgba(0,0,0,0.05);
}
.project-style1 .portinner{
	padding: 15px 20px 20px 20px;
	background-color:#fff;
}
.project-style1:hover .portinner .port-title a,
.project-style1:hover .portinner span{
	color: #fff;
	transition: all 0.5s;
}

.project-style2 .portinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    z-index: 9;
    padding: 20px;
    color: #fff;
	opacity: 0;
	transition: all 0.5s;
}
.project-style2:hover .portinner {
	opacity: 1;
	transition: all 0.5s;
}
.project-style2 .portinner span{
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
}
.project-style2{
	border-radius: 10px;
	overflow: hidden;
}
.project-style2 .portinner .port-title a:hover{
	color: #fff;
}
.project-style2 .portinner .port-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}
.project-style2:hover{
	transform: scale(1.1);
}
.project-style3::after {
    content: "";
    background-color: rgba(116,20,190,0.9);
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
	opacity: 0;
	transition: all 0.5s;
}
.project-style3 .portinner .port-title {
    font-size: 20px;
}
.project-style3 .portinner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 9;
    width: 100%;
    transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.5s;
}
.project-style3:hover .portinner,
.project-style3:hover::after{
	opacity: 1;
	transition: all 0.5s;
}

/* Filter style */
.filter-style3 .btn-link {
    margin: 0 10px 5px 10px;
    position: relative;
    padding: 0 0 8px 0;
	font-size: 16px;
	color: #000;
}
.filter-style3 .btn,
.filter-style3 .btn:hover{
	background-color: rgba(0,0,0,0);
}
.filter-style3 .active .btn-link {
    background-color: transparent !important;
    color: #000;
}
.filter-style3 .btn-link:hover,
.filter-style3 .btn-link:active,
.filter-style3 .btn-link:focus{
	text-decoration: unset; 
}
.filter-style3 .active .btn-link::after {
    content: "";
    height: 6px;
    width: 100%;
    background-color: var(--bg-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.filter-style4 .btn a{
	color: #8c8c8c!important;
}
.filter-style4 .btn{
    padding: 12px 22px;
	font-size: 14px;
	margin: 2px;	
}
.filter-style4 .btn.outline {
    border-color: #ebebeb;
}
.filter-style4 .btn:hover,
.filter-style4 .btn:focus,
.filter-style4 .btn:active,
.filter-style4 .btn.active{
    border-color: var(--text-color);
	color: #fff!important;
	background-color: var(--bg-color);
}
.filter-style4 .btn:hover a,
.filter-style4 .btn:focus a,
.filter-style4 .btn:active,
.filter-style4 .btn.active a{
	color: #fff!important;
}

/* News Blog */
.news-carousel-bx .blog-post.blog-half {
	display: flex;
}
.news-carousel-bx .blog-post.blog-half .dlab-post-meta .post-date {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--bg-color);
    color: #fff;
    text-align: center;
	line-height: 20px;
    padding: 5px;
}
.news-carousel-bx .blog-post.blog-half .dlab-post-meta .post-date span {
    font-size: 12px;
    line-height: 8px;
    display: block;
}
.news-carousel-bx .blog-post.blog-half .blog-media {
    width: 45%;
    overflow: hidden;
    border-radius: 10px 10px 10px 0;
    max-width: 45%;
}
.news-carousel-bx .blog-post.blog-half .dlab-post-meta{
	margin-bottom: 0;
}
.news-carousel-bx .blog-post.blog-half .post-info {
    width: 55%;
    max-width: 55%;
    padding: 0 0 0 20px;
}
.news-carousel-bx .blog-post.blog-half .post-info .post-title{
	font-weight: 400;
}
.news-carousel-bx .blog-post.blog-half .post-info .post-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.news-carousel-bx .blog-post.blog-half .post-info .dlab-post-name a{
	font-weight: 400;
}
.news-carousel .blog-post .dlab-post-text p {
    color: #fff;
}

/* Owl Carousel */
.owl-style1.owl-carousel .owl-nav .owl-prev, 
.owl-style1.owl-carousel .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    border: 1px solid #707070;
    border-radius: 50%;
    text-align: center;
    color: #707070;
	transition: all 0.5s;
	background-color: rgba(0,0,0,0);
	line-height: 30px;
}
.owl-style1.owl-carousel .owl-nav .owl-prev:hover, 
.owl-style1.owl-carousel .owl-nav .owl-next:hover {
    border-color: var(--text-color);
    color: var(--text-color);
	transition: all 0.5s;
}

.owl-dots-style1 .owl-dots .owl-dot span{
	background-color: #d7d7e0;
	height: 5px;
	width: 15px;
	border-radius: 10px;
	display: block;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0;
}
.owl-dots-style1 .owl-dots .owl-dot{
    display: inline-block;
    margin-right: 12px;
}
.owl-dots-style1 .owl-dots .owl-dot.active span {
    width: 30px;
    transition: all 0.5s;
    background-color: var(--bg-color);
    box-shadow: 0 0 5px 5px rgba(74,46,192,0.1);
}
.owl-dots-style2 .owl-dots .owl-dot span{
	background-color: #9fa3a7;
	height: 7px;
	width: 7px;
	border-radius: 10px;
	display: block;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0;
}
.owl-dots-style2 .owl-dots .owl-dot.active span {
    transform: scale(1.5);
    transition: all 0.5s;
    background-color: var(--bg-color);
    box-shadow: 0 0 2px 2px rgba(74,46,192,0.1);
}
.owl-dots-style2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 10px;
}

.sr-iconbox {
    padding: 60px 30px;
    box-shadow: 10px 0 30px 0 rgba(0,0,0,0.05);
    border-radius: 8px;
    border-bottom: 5px solid var(--bg-color);
}
.sr-iconbox .icon-lg {
	margin-bottom:10px;
	position:relative;
	z-index: 1;
}
.sr-iconbox .icon-lg:after {
	content: "";
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: var(--bg-color);
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: -1;
    opacity: 0.2;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.sr-iconbox:hover .icon-lg:after {
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.sr-iconbox{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.sr-iconbox:hover{
	transform:translateY(-10px);
}
.header-nav .logo-header{
	display:none;
}



@media only screen and (max-width: 1200px) {
	.counter-style1.intera-counter .counter {
		background-size: 100px;
		font-size: 50px;
		padding: 30px 20px 0 40px;
	}
	.footer-top {
		padding: 70px 0 0;
	}
	.footer-top .widget{
		margin-bottom:40px;
	}
	.about-us, .about-us .about-content {
		padding-left: 0;
	}
	.about-slide .owl-dots {
		right: -130px;
		bottom: 0;
	}
	.about-us p {
		padding: 10px 0;
	}
	.item-box .item-info-hover .item-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.item-box .item-info-hover {
		padding: 30px;
	}
	.item-box .item-info-hover p{
		font-size: 14px;
		line-height: 24px;
	}
	.news-carousel-bx .blog-post.blog-half .dlab-post-name a,
	.news-carousel-bx .blog-post.blog-half .post-info .post-title {
		font-size: 14px;
		line-height: 24px;
	}
	.news-carousel-bx .blog-post.blog-half .blog-media {
		width: 40%;
		max-width: 40%;
	}
	.news-carousel-bx .blog-post.blog-half .post-info {
		width: 60%;
		max-width: 60%;
	}
	.news-carousel-bx .blog-post{
		margin-bottom: 0px;
	}
	.counter-bx .intera-counter .counter {
		padding: 0 25px 0 0;
	}
	.counter-bx .intera-counter {
		margin-bottom: 0;
	}
	.news-carousel .blog-post.news-post .post-title {
		margin-top: 0;
	}
	.counter-style3 .intera-counter .counter-content {
		padding: 0 20px 0 170px;
	}
	.about-me{
		padding-bottom: 60px;
	}
	.project-content-info .widget_getintuch.widget_getintuch-pro-details.p-b30{
		padding-bottom: 0;
	}
	.project-content-info .col-lg-5.m-b30{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.header-nav .logo-header{
		display:block;
	}
	.footer-top .footer-logo {
		padding-bottom: 30px;
	}
	.footer-top .widget .title {
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.footer-bottom p {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.footer-bottom ul {
		text-align: center;
	}
	.footer-bottom .social-link1{
		margin: 10px 0;
	}
	.site-header  .justify-content-between{
		justify-content: center!important;
	}
	.site-header  .dlab-topbar-right {
		margin-top: 10px;
	}
	.navbar-toggler{
		margin: 32px 0 30px 15px;
	}
	.shop-cart .dropdown-menu.cart-list {
		top: 30px;
	}
	.counter-style1.intera-counter {
		margin: 0 0 20px 0;
	}
	.testimonial-1 .testimonial-text {
		padding: 0 0 0 100px;
	}
	.services-bx [class*="col-"] .icon-content {
		border-right: 0;
	}
	.services-bx .icon-bx-wraper.sr-iconbox{
		margin-bottom: 30px;
	}
	.about-slide .owl-dots {
		right: 10px;
		bottom: 10px;
	}
	.section-head .title.m-l30,
	.section-head .title-separate.m-l30{
		margin-left: 0;
	}
	.section-head .title-head {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.section-head .title-head::before {
		font-size: 50px;
	}
	.about-us p ,
	.shoping-info p.p-t30.p-b50{
		padding: 0;
	}
	.site-header .header-nav .nav > li.active > a::after, 
	.site-header .header-nav .nav > li > a:hover::after {
		content: unset;
	}
	.header-nav .nav > li > a,
	.is-fixed .header-nav .nav > li > a {
		padding: 10px 20px;
	}
	.message-bx.style1 {
		bottom: 0;
		margin: 0 0 20px;
	}
	.news-carousel-bx .blog-post.blog-half {
		display: -webkit-inline-box;
	}
	.client-logo-bx1 {
		padding: 50px 0;
	}
	.counter-style3 .intera-counter {
		padding: 25px 15px 25px 15px;
    }
	.counter-style3 .intera-counter .counter-content {
		padding: 20px 20px 20px 170px;
	}
	.message-bx{
		margin-top:45px;
	}
	.client-logo-bx1 {
		padding: 10px 0;
	}
	.news-carousel-bx .blog-post {
		margin-bottom: 30px;
	}
	.gallery-our-info .col-lg-12.col-md-12.m-b30{
		margin-bottom: 0;
	}
	.project-content-info {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-top .footer-logo {
		padding-bottom: 20px;
	}
	.footer-top .widget .title {
		padding-bottom: 20px;
	}
	.site-footer .list-2 li {
		padding: 10px 0;
	}
	.footer-top {
		padding: 50px 0 20px;
	}
	.testimonial-1 {
		padding: 30px;
	}
	.testimonial-1 .testimonial-text {
		padding: 0 0 0 80px;
	}
	.site-header .extra-nav, 
	.site-header .is-fixed .extra-nav {
		padding: 10px 0;
	}
	.section-full.content-inner.m-b70{
		margin-bottom: 0;
	}
	.news-carousel-bx .blog-post.blog-half .blog-media,
	.news-carousel-bx .blog-post.blog-half .post-info {
		width: 100%;
		max-width: 100%;
	}
	.news-carousel-bx .blog-post{
		margin-bottom: 0;
	}
	.news-carousel-bx .blog-post.blog-half .post-info {
		padding: 15px 0 0;
	}
	.news-carousel-bx .blog-post.blog-half .dlab-post-meta .post-date {
		top: 0;
		bottom: auto;
	}
	.news-carousel-bx .owl-nav {
		top: -55px;
	}
	.client-logo-bx1 {
		padding: 10px 0;
	}
	.testimonial-4 .testimonial-pic {
		width: 100px;
		height: 100px;
	}
	.testimonial-box .testimonial-4 {
		padding: 150px 40px 10px 40px;
	}
	.testimonial-4 .testimonial-detail .testimonial-date {
		margin: 0;
	}
	.testimonial-4 .testimonial-detail .testimonial-name {
		font-size: 18px;
		display: block;
	}
	.client-logo-bx2 li {
		width: 24%;
	}
	.client-logo-bx2 li .client-bx img {
		padding: 10px;
	}
	.slide-content h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.slide-content h5 {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.slide-content {
		height: 600px !important;
	}
	.about-me{
		padding-bottom: 50px;
	}
	.our-skills .section-head{
		margin-bottom: 40px;
	}
	.our-team .team-title-bx {
		padding: 15px;
	}
	.related-post-bx .related-post {
		margin-bottom: 30px;
	}
	.related-post-bx .related-post .post-title {
		margin-top: 0;
		font-size: 20px;
	}
	.exhibition-carousel {
		padding: 0 50px 10px 0px;
		margin-bottom: 15px;
	}
	.gallery-our-info .col-lg-12.col-md-12.m-b30{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 591px) {
	.counter-style1.intera-counter {
		margin: 0 0 20px 0;
    }
	.section-head .title-head {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.testimonial-1 .testimonial-detail {
		padding: 0 0 0px;
	}
	.testimonial-1 .testimonial-text {
		padding: 0 0 0 50px;
		font-size: 14px;
	}
	.testimonial-1 {
		margin: 10px;
	}
	.testimonial-1 .testimonial-pic {
		width: 80px;
		height: 80px;
	}
	.testimonial-1 .testimonial-detail .testimonial-name {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}
	.testimonial-1 .testimonial-quote p::after {
		left: -50px;
	}
	.our-services .owl-nav  {
		display: none;
	}
	.blog-post-center .owl-item.active.center .blog-post,
	.product-carousel .owl-item.active.center .product-bx {
		transform: scale(1);
	}
	.services-bx .icon-bx-wraper.sr-iconbox .icon-content p{
		padding: 0 0 20px;
	}
	.news-carousel-bx .owl-nav {
		display: none;
	}
	.news-carousel-bx .blog-post {
		margin-bottom: 30px;
	}
	.message-bx.style1 {
		padding: 30px;
	}
	.counter-style3 .intera-counter .counter {
		font-size: 26px;
		line-height: 60px;
		height: 60px;
		width: 60px;
	}
	.counter-style3 .intera-counter .counter-content {
		padding: 10px 10px 10px 70px;
	}
	.counter-style3 .intera-counter {
		padding: 10px;
	}
	.counter-style3 .counter-content p {
		line-height: 24px;
	}
	.counter-style3 .intera-counter span {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.counter-style3::after {
		height: 165px;
		width: 165px;
	}
	.dlab-media.radius-md.m-l50{
		margin-left: 0;
	}
	.slide-content h2{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.dlab-bnr-inr p{
		margin: 0px auto 20px;
	}
	.slide-content h5 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.contact-area .head-title{
		margin-bottom:15px;
	}
	.message-bx {
		border-radius: 8px;
		padding: 30px 15px;
	}
	.contact-area .m-b30{
		margin-bottom:15px;
	}
	.counter-style1.intera-counter.counter-white span{
	    font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		margin: 4px 0 5px;
	}
	.counter-style1.intera-counter.counter-white .counter{
		background-image: none;
		padding:0;
		line-height: 60px;
		font-size: 45px;
		margin-right: 10px;
	}
	.slide-content {
		height: 450px !important;
	}	
	.slide-content h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.slide-content h5 {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 25px;
	}
	.blog-half.blog-half1 .post-info.text-right {
		padding: 0 0 15px;
	}
	.blog-post.blog-half.blog-half1 .blog-media{
		margin-bottom: 20px;
	}
	.footer-top {
		padding: 50px 0 10px;
	}
	.project-about-info h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}	
}


/* New Css */
.our-services1 .dlab-content,
.our-team1 .dlab-content{
    position: relative;
    z-index: 9;
    padding: 50px;
}
.our-services1 .title,
.our-team1 .title{
	font-size: 36px;
	line-height: 40px;
	width: 100%;
}
.our-services1 a.btn {
    margin-top: 80px;
}
.main-title {
    display: block;
	width: 100%;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.our-services1 .title-separate,
.our-team1 .title-separate{
	margin-top: 10px;
}
.our-team1 .dlab-content .social-list{
	margin-top: 100px;
}

/** RADIAL PROGRESS **/
.arrow {
  border: 2em solid transparent;
  height: 0;
  margin: 50vh auto;
  width: 0;
}
.arrow.down {
  border-bottom: none;
  border-top-color: #e5e5e5;
}
.arrow.up {
    border-bottom-color: #e5e5e5;
    border-top: none;
}
svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}
svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 5;
}
svg.radial-progress circle.incomplete { opacity: 0.25; }
svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }
svg.radial-progress text {
  fill: #000;
  font: 500 18px/26px 'Poppins', sans-serif;
  text-anchor: middle;
}
/*** COLORS ***/
/* Primary */
svg.radial-progress:nth-of-type(6n+1) circle { 
	stroke: #6cc000; 
}

/*  Project Details */
.project-details {
    border: 1px solid rgba(0,0,0,0.2);
    border-width: 1px 0;
    padding: 50px 0 20px;
}
.project-details .icon-bx-wraper.bx-style-1 .main-title,
.about-services .main-title{
	font-size: 12px;
	letter-spacing: 1px;
}

/* Project */
.project-style4{
	overflow: hidden;
}
.project-style4 .portinner .port-title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 3px;
}
.project-style4 .portinner p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.project-style4 .portinner span{
	color: #000;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
.project-style4 .portinner {
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 30px;
    background-color: #fff;
	transition: all 0.5s;
	z-index: 1;
}
.project-style4:hover .portinner {
	transition: all 0.5s;
	bottom: 0;
}
.project-style4 .mfp-link {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background-color: var(--bg-color);
    display: block;
    color: #fff;
    position: absolute;
    top: 30px;
    left: -100%;
	transition: all 0.5s;
	z-index: 1;
}
.project-style4:hover .mfp-link {
    left: 30px;
	transition: all 0.5s;
}
.project-style4.dlab-img-overlay1.black:before{
	background-color: rgba(0,0,0,0.5);
}

/* Content info */
.content-info {
    padding: 80px 60px;
    z-index: 9;
	position: relative
}

/* Post style1 */
.blog-post.post-style1{
	overflow: hidden;
	margin: 15px;
}
.blog-post.post-style1.m-a0{
	margin: 0;
}
.blog-post.post-style1 .dlab-post-meta {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blog-post.post-style1 .post-title{
	font-size: 20px;
}
.blog-post.post-style2 .dlab-post-info {
    padding: 20px;
    margin: -50px 20px 0;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    z-index: 99;
    position: relative;
    background-color: #fff;
    border-radius: 2px;
}
.blog-post.dlab-box.post-style2{
	margin-bottom: 30px;
}
.blog-post.post-style2 .dlab-post-meta li::after {
    content: "";
}
.blog-post.post-style2 .post-title{
	font-size: 20px;
}
.our-team1 .social-list {
    padding-left: 0;
    margin-top: auto;
    margin-bottom: 0;
}
.our-team1 .social-list li{
	display: inline-block;
}
.our-team1 .social-list li a.btn-social {
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 45px;
    display: block;
    background-color: var(--bg-color);
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.our-team1 .social-list li a.btn-social:hover{
	background-color: #ff6c00;
}

/* About services */
.about-services .icon-content .dlab-tilte{
	font-size: 18px;
	line-height: 24px;
}

/*  Our services 2 */
.our-services2 [class*="col-"] {
    border-right: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 30px 20px;
}
.our-services2 [class*="col-"]:last-child{
	border-right: 0;
}
.section-head.text-left p{
	padding-top: 0;
}
.main-title.m-b10{
	margin-bottom: 10px;
}

/* Product carousel */
.product-item-carousel .owl-dots{
	position: absolute;
	right: -150px;
	bottom: 50px;
}

/* Message bx */
.message-style1 .message-bx textarea{
	height: 150px;
}
.main-title.text-primary,
.save-progress.text-primary{
	color: var(--text-color);
}
.message-style1{
	margin-bottom: 100px;
}
.message-style1 .message-bx{
	margin-bottom: -150px;
}

/* Project style 3 */
.project-style-3 .project-info-box{
	padding-right: 250px;
}
.project-style-3 .project-content{
	right: 0;
	left: auto;
	margin-right: 10px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.project-style-3 .owl-nav .owl-prev,
.project-style-3 .owl-nav .owl-next{
	color: var(--text-color);
}

/* Services bx */
.services-bx2 .icon-content .dlab-tilte::before {
    content: attr(data-name);
    font-size: 50px;
    line-height: 50px;
    font-family: open sans;
    font-weight: 900;
    color: #e7e7ef;
    z-index: 99;
    display: block;
	margin-bottom: 10px;
}
.services-bx2{
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: 5px solid var(--text-color);
}
.services-bx2 .dlab-tilte::after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: var(--bg-color);
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: -1;
    opacity: 0.2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.quote-bx{
	padding: 40px 30px;
	border-radius: 20px;
	background-color: #111111;
	display: flex;
}
.new-page {
    padding: 2px 5px;
    font-size: 10px;
    background: var(--bg-color);
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}

/* Under Construction */
.under-construction{
	height: 100vh;
	padding: 100px;
	display: flex;
}
.under-construction .subscribe-form .form-control{
	border: 2px solid rgba(0,0,0,0.1);
	background-color: #fff;
}
.under-construction .countdown .date {
    border: 2px solid rgba(0,0,0,0.1);
    padding: 0 10px 10px;
}
.under-construction .countdown .date .time {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
    line-height: 90px;
}
.under-construction .countdown{
	margin: 50px 0 30px;
}
.under-construction .title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.under-construction p {
    width: 700px;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 24px;
}
.under-construction .subscribe-form{
	width: 800px;
	margin: auto;
}
.subscribe-form input{
	color: #000;
}

/* Error page */
.error-style1{
	display: flex;
	height: 100vh;
}
.error-style1 .error-page .dz_error {
    font-size: 200px;
    font-weight: 800;
    line-height: 200px;
	font-family: rubik;
}
.error-style1 .error-page .error-head {
    font-size: 50px;
    line-height: 60px;
    font-family: rubik;
    text-transform: capitalize;
    margin-bottom: 0;
}
.error-style1 .error-page .dz_error i {
    color: var(--text-color);
    font-size: 150px;
    margin: 0 15px;
    position: relative;
    top: -10px;
}

/* Revolution Social bx*/
.rev-slide-box {
    padding: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 30px 50px;
    align-items: center;
}
.partner-bx {
    color: rgba(255,255,255,0.8);
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.rev-slide-social li:first-child {
    margin-right: 10px;
}
.rev-slide-social li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    font-family: Montserrat;
    font-weight: 600;
}
.partner-bx i {
    color: #fff;
    margin-right: 5px;
    font-size: 15px;
}
.rev-slide-social{
	margin-left: auto;
	padding-left: 0;
	margin-bottom: 0;
}
.rev-slide-social li a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.3);
    display: block;
    border-radius: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
}

/* New Css */
.contact-box .icon-bx-wraper.left{
	background-color: var(--bg-color);
	padding: 20px;
	border-radius: 5px;
	color: #fff;
}
.contact-box .icon-bx-wraper.left .icon-content .dlab-tilte,
.contact-box .icon-bx-wraper.left .icon-content p{
	color: #fff;
}
.dlab-img-overlay1.overlay-black:before{
	background-color: #000!important;
}
.site-header.header.dark{
	background-color: #0d0d0d;
}
.site-header.header.dark .header-nav .nav > li > a, 
.site-header.header.dark .extra-nav .btn-link, 
.site-header.header.dark .navbar-toggler {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
	.project-style4 .portinner {
		height: 150px;
		overflow: scroll;
	}
	.our-services1 .dlab-content ,
	.our-team1 .dlab-content {
		padding: 20px;
	}
	.our-services1 .title ,
	.our-team1 .title {
		font-size: 28px;
		line-height: 36px;
	}
	.project-carousel-1 .owl-nav {
		right: auto;
		bottom: 20px;
		left: 10px;
	}
	.message-style1 {
		margin-bottom: 120px;
	}
	.project-carousel-1.project-style-2 .owl-nav{
		left: auto;
	}
}
@media only screen and (max-width: 991px) {
	.map-frame{
		height: 450px!important;
		margin-bottom: -6px;
	}
	.project-style4 .portinner {
		height: auto;
	}
	.our-services1 .dlab-content ,
	.our-team1 .dlab-content {
		padding: 50px;
	}
	.project-details .section-head{
		text-align: center;
		padding: 0 50px;
	}
	.about-services1 .section-head{
		text-align: center;
	}
	.bg-href::before {
		content: unset;
	}
	.message-style1 {
		margin-bottom: 0;
	}
	.message-style1 .message-bx {
		margin-bottom: 30px;
	}
	.product-item-carousel .owl-dots {
		display: none;
	}
	.under-construction .subscribe-form,
	.under-construction p {
		width: 100%;
	}
	.header-white .header-nav .nav > li > a{
		 color: #000;
	}
	.site-header.header.dark .header-nav .nav > li > a, 
	.site-header.header.dark .extra-nav .btn-link, 
	.site-header.header.dark .navbar-toggler {
		color: #000;
	}
}
@media only screen and (max-width: 767px) {
	.content-info {
		padding: 50px 30px;
	}
	.project-style4 .portinner {
		padding: 20px;
	}
	.project-style4 .portinner .port-title {
		font-size: 18px;
		line-height: 24px;
	}
	.project-style-3 .project-info-box {
		padding-right: 100px;
	}
	.under-construction {
		padding: 30px 0;
	}
	.under-construction .countdown .date .time {
		line-height: 70px;
		font-size: 36px;
	}
	.under-construction .countdown .date {
		width: 100px;
	}
	.rev-slide-box {
		padding: 0px 20px;
    }
	.portfolio-carousel.full-vh .dlab-media img {
		height: calc(100vh - 65px);
	}
	.portfolio-carousel-2.full-vh .dlab-media img {
		height: calc(100vh - 145px);
	}
}
@media only screen and (max-width: 591px) {
	.content-info {
		padding: 30px 15px;
	}
	.blog-post.post-style1 .dlab-post-meta ul li {
		font-size: 12px;
	}
	.our-services1 .dlab-content ,
	.our-team1 .dlab-content {
		padding: 20px;
	}
	.our-services1 .title ,
	.our-team1 .title {
		font-size: 24px;
		line-height: 30px;
	}
	.our-services1 .title-separate ,
	.our-team1 .title-separate {
		margin-bottom: 10px;
	}
	.project-details .section-head {
		padding: 0 0px;
	}
	.project-details {
		padding: 30px 0 20px;
	}
	.error-style1 .error-page .dz_error i {
		font-size: 70px;
		top: -5px;
	}
	.error-style1 .error-page .dz_error {
		font-size: 100px;
		line-height: 100px;
	}
	.error-style1 .error-page .error-head {
		font-size: 36px;
		line-height: 45px;
	}
	.under-construction .countdown .date {
		width: 75px;
	}
	.under-construction .countdown .date .time {
		line-height: 50px;
		font-size: 30px;
	}
	.under-construction .countdown .date {
		padding: 0 7px 7px;
	}
	.under-construction .title {
		font-size: 24px;
		line-height: 28px;
	}
	.under-construction p {
		font-size: 12px;
		line-height: 20px;
	}
	.under-construction .countdown {
		margin: 30px 0 15px;
	}
	.sr-iconbox {
		padding: 50px 30px 20px;
	}
	.rev-slide-box {
		padding: 10px 15px;
	}
}