/*==========================
	Custom css
==========================*/
/* Theme BTN */
/* .site-button:hover:after,
.site-button-secondry:hover:after {
	left: 5%;
    width: 90%;
	transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}

.site-button-secondry:after,
.site-button:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 0;
    z-index: -1;
}
.site-button-secondry:after{
	background-color: #fff;
}	
.site-button, 
.site-button-secondry{
	position: relative;
    z-index: 1;
	overflow:hidden;
	vertical-align: middle;
} */
/* bnr-title-bx */
.dlab-bnr-inr-entry {
    vertical-align: middle;
	padding-bottom: 200px;
}
.bnr-title-bx{
	font-size: 125px;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100px;
	margin: auto;
}
.bnr-title-bx span{
	font-size:35px;
	font-weight: 400;
	padding-left: 50px;
	position:relative;
	line-height:58px;
	top: -10px;
}
.bnr-title-bx span:after{
	height: 90px;
	width: 4px;
	background: #fff;
	border-radius: 4px;
	content: "";
	left: 20px;
	position: absolute;
	top: 14px;
}





/* Banner Curv */
.rubik h1,
.rubik h2,
.rubik h3,
.rubik h4,
.rubik h5,
.rubik h6,
.rubik{
	font-family: 'Rubik', sans-serif;
}
.bg-white {
    background-color: #efefef !important;
}
.sef-line,
.overlay-primary:after{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff2a2a+0,ff6114+100 */
	background: #ff2a2a; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff2a2a 0%, #ff6114 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff2a2a 0%,#ff6114 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff2a2a 0%,#ff6114 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2a2a', endColorstr='#ff6114',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.overlay-primary:after{
	opacity:0.9;
}
.overlay-primary.testimonial-curv-bx:after{
	opacity:0.9;
}
.overlay-primary.curv-bx:before{
	background-image: url(../images/shape.png);
	background-position: bottom;
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-repeat:no-repeat;
	background-size:100%;
}
.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 700px;
}
.site-filters .site-button.outline{
	border-color: rgba(255,255,255,0.5);
	color:#fff;
}
.site-filters .active .site-button.outline{
	color:#000;
	border-color: rgba(255,255,255,1);
	background-color:#fff;
	box-shadow: 5px 5px 20px 0 rgba(0,9,74,0.25);
}
.site-button.outline.white:hover {
    color: #000;
    background: #fff;
}
.site-filters.center [class*="site-button"]{
	margin: 0 2px 5px;
}
.site-filters {
    margin-bottom: 30px;
	margin-top: 40px;
}
#masonry li{
	list-style:none;
}
.demo-page {
    border-radius: 6px;
	box-shadow: 0px 7px 20px 0 rgba(39,0,72,0.15);
	background: #fff;
	margin-bottom: 30px;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.demo-page:hover{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	box-shadow: 0px 7px 30px 0 rgba(39,0,72,0.25);
}
.home-page {
    margin-top: -300px;
    z-index: 2;
    position: relative;
	padding-bottom:60px;
}
.demo-name{
	text-align: left;
	padding: 20px;
}
.demo-name h6{
	font-size: 18px;
	margin: 0;
}
.demo-images img{
	height: 350px;
	object-fit: cover;
	width: 100%;
	object-position: top;
}
.cs-bx .demo-images img{
	height: 180px;
}
.sef-line{
	max-width:500px;
	margin:auto;
	height:5px;
}
.news-letter h2{
	font-size:36px;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
	margin-bottom:10px;
}
.news-letter p{
	font-size:18px;
	opacity:0.8;
	font-family: 'Rubik', sans-serif;
}
.theme-footer.curv-bx:before{
	background-image: url(../images/curv.png);
	background-position: top;
}
.theme-footer{
	padding-top:150px;
	padding-bottom: 80px;
	margin-top: -60px;
	position: relative;
	z-index: 2;
}
.dzSubscribe .form-control:focus{
	background-color:rgba(0,0,0,0);
}
.dzSubscribe .form-control{
	border-width: 0 0 2px 0;
	border-radius: 0px !important;
	border-color: #fff;
	padding: 0;
	color:#fff;
}
.dzSubscribe label {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    top: 13px;
    left: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.dzSubscribe .focused label{
	font-size: 12px;
	top: -20px;
	left: 0px;
}
.subscribe-form {
    max-width: 600px;
    margin: auto;
	margin-top: 50px;
}
.subscribe-form .site-button.black {
    border-radius: 40px;
    padding: 0 30px;
    background: #000;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.requirement{
	background-color:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.2);
	border-radius: 200px;
	padding: 20px 20px;
	max-width: 650px;
	margin: 50px auto 0;
	position:relative;
}
.requirement h2{
	font-size:38px;
	font-weight:300;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 10px;
}
.requirement h3{
	font-size:20px;
	font-weight:300;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0;
}
.requirement h3 a{
	font-weight:500;
	border-bottom:2px solid #fff;
	color:#fff;
}
.requirement h3 a:hover{
	color:#fff;
	opacity:0.8;
}

.requirement::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    animation: 2s ease 0s normal none infinite running playbutton;
	z-index: -1;
}
@keyframes playbutton {
	0% {
		box-shadow:0 0 0 0 rgba(255,255,255,0);
		opacity: 1; 
	}
	100% {
		box-shadow:0 0 0 10px rgba(255,255,255,1);
		opacity: 0; 
	} 
}
.requirement::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    animation: 2s ease 0s normal none infinite running playbutton1;
	z-index: -1;
}
@keyframes playbutton1 {
	0% {
		box-shadow:0 0 0 0 rgba(255,255,255,0);
		opacity: 1; 
	}
	100% {
		box-shadow:0 0 0 20px rgba(255,255,255,1);
		opacity: 0; 
	} 
}
/* Write text */
.ml2 {
	color: #6abf00;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
	font-family: 'Rubik', sans-serif;
}
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
  text-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.ml12 {
  font-weight: 400;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color:#253fd0;	
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}
.wp-coming {
	padding-top:70px;
}
.wp-coming h2 {
    font-weight: 500;
    font-family: rubik;
    text-align: center;
    font-size: 40px;
	line-height:60px;
	margin-bottom:0;
}
/* customize */
.rubik h1,
.rubik h2,
.rubik h3,
.rubik h4,
.rubik h5,
.rubik h6,
.rubik{
	font-family: 'Rubik', sans-serif;
}
.customize{
	padding-bottom:120px;
}
.customize h2{
    font-size: 40px;
	color:#000;
	font-weight:500;
	margin-bottom: 5px;
}
.customize h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
	margin-bottom: 10px;
}
.customize .text-primary{
	color:#ff5e14;
}
.customize h4 {
	color: #303030;
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
}
.hire ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#404040;
	font-size:18px;
}
.skype{
	color:#00AFF0;
	font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.skype i{
	background-color:#00AFF0;
	border-radius: 7px;
    color: #ffffff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	margin-right: 5px;
}
.gmail{
	color:#F14336;
	font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.gmail i{
	background-color:#F14336;
	border-radius: 7px;
    color: #ffffff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	margin-right: 5px;
	display: inline-block;
}
.need-cust-btn{
	box-shadow:none;
	background:rgba(0,0,0,0);
	padding:5px 15px;
}
.need-cust-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    box-shadow: none;
    display: inline-block;
    padding: 10px 20px;
}
.title-box h6{
	font-size:18px;
	color:#ff5e14;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
}
.title-box h2{
	font-size:40px;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
	position:relative;
	z-index: 1;
}
.title-box h2:after {
    content: attr(data-name);
	font-size: 120px;
	left: 0;
	opacity: 0.05;
	position: absolute;
	color: #000;
	font-weight: 800;
	top: -50%;
	z-index: -1;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.reason-bx h2{
	font-size:40px;
	font-weight:700;
	color:#000;
	line-height:55px;	
}
.reason-bx h2 span{
	font-weight:400;
}
@media only screen and (max-width: 1200px){
	.bnr-title-bx {
		font-size: 80px;
		line-height: 80px;
	}
	.bnr-title-bx span {
		font-size: 24px;
		font-weight: 400;
		padding-left: 40px;
		line-height: 40px;
		top: 0px;
	}
	.bnr-title-bx span::after {
		height: 55px;
		width: 2px;
		background: #fff;
		border-radius: 4px;
		content: "";
		left: 20px;
		top: 14px;
	}
}
@media only screen and (max-width: 767px){
	.bnr-title-bx{
		display:block !important;
		text-align:center;
	}
	.bnr-title-bx span {
		padding-left: 0;
		text-align: center;
		display: block !important;
		font-size: 18px;
		line-height: 30px;
	}
	.bnr-title-bx span:after{
		content:none;
	}
	.site-filters {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.bnr-title-bx {
		font-size: 65px;
		line-height: 70px;
	}
	.wp-coming h2{
		font-size: 20px;
		line-height: 30px;
	}
	.wp-coming {
		padding-top: 30px;
	}
	.ml2{
		font-size: 20px;
	}
	.requirement h2{
		font-size: 18px;
		line-height: 28px;
	}
	.requirement h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.dzSubscribe label{
		left:0;
	}
}
.main-heading text{
	text-transform: capitalize;
}
.wp-coming h2 a{
	font-weight:500;
	border-bottom:2px solid #6b0cb3;
	color: #6b0cb3;
	font-size: 30px;
}
.wp-coming h2 a:hover{
	color: #6b0cb3;
}
.wp-coming h2{
	font-size: 24px;
}
/* Video Presentation  */
.video-presentation{
	padding:40px 0;
}
.video-play-icon a{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	text-align: center;
	line-height: 95px;
	color: #fff;
	box-shadow:0 0 0 10px rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.5);
	border:2px solid #fff;
	display: block;
	font-size: 40px;
	margin: auto;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.video-play-icon a:hover{
	color:#fff;
	box-shadow:0 0 0 10px rgba(255,255,255,0.10), 0 0 0 20px rgba(255,255,255,0.10);
	
}
.video-presentation h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}
.overlay-demo{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    -webkit-transform-origin: bottom;
}
.demo-page:hover .overlay-demo{
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
.demo-images{
	position:relative;
	border-radius: 6px 6px 0 0;
	overflow:hidden;
}
.overlay-demo-btn{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    width: 100%;
	text-align: center;
}

.overlay-demo-btn .site-button{
    padding: 10px 15px;
    border-radius: 6px;
    margin: 0 4px;
    font-weight: 600;
}
@media only screen and (max-width: 767px){
	.requirement h2{
		font-size: 18px;
		line-height: 22px;
	}
	.requirement h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.dzSubscribe label{
		left:0;
	}
	.bnr-btn h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.customize h2,
	.video-presentation h2,
	.reason-bx h2,
	.title-box h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.title-box h2:after {
		font-size: 35px;
	}
	.customize{
		padding-bottom: 70px;
	}
	.theme-footer {
		padding-top: 130px;
	}
	.home-page .text-center.p-t50{
		padding-top: 0px;
	}
	.home-page{
		padding-bottom: 50px;
	}
}
.demo-page.add-new {
    text-align: center;
	position:relative;
}
.new-home-page {
    transition: all .5s;
    padding: 10px 15px;
    background-color: red;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    text-align: center !important;
    top: -16px;
    display: -webkit-inline-box;
    z-index: 99;
    margin: auto;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 0 8px 2px rgba(255,0,0,.3);
    right: 50%;
    transform: translateX(50%);
}

@media only screen and (max-width: 1024px){
	.dlab-bnr-inr.dlab-bnr-inr-md {
		height: 600px;
	}
}
@media only screen and (max-width: 991px){
	.title-box h2:after {
		font-size: 60px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-md {
		height: 500px;
	}
	.dlab-bnr-inr-entry {
		padding-bottom: 250px;
	}
	.home-page {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 767px){
	.bnr-title-bx {
		font-size: 45px;
		line-height: 55px;
	}
	.dlab-bnr-inr-entry {
		padding-bottom: 300px;
	}
	.demo-images img {
		height: auto;
	}
}
@media only screen and (max-width: 576px){
	.title-box h2:after {
		font-size: 36px;
	}
	.bnr-title-bx {
		font-size: 36px;
		line-height: 46px;
	}
	.bnr-title-bx span {
		font-size: 16px;
		line-height: 26px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-md {
		height: 460px;
	}
	.news-letter h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.sp15 {
		margin-left:-7px;
		margin-right:-7px;
	}
	.sp15 .COL-6{
		padding-left:7px;
		padding-right:7px;
	}
	.title-box h2:after {
		font-size: 40px;
	}
	.demo-name h6 {
    font-size: 14px;
	}
	.demo-name{
		    padding: 15px;
	}
	.demo-page{
		margin-bottom: 15px;
	}
}

.new-page {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ffe401;
    border-radius: 40px;
    font-family: rubik;
    font-size: 14px;
    font-weight: 500;
	color:#000;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    transform: rotate(45deg) translate(0);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
    animation: 1.5s ease 0s normal none infinite running playbutton4;
	z-index: 4;

}

@keyframes playbutton4 {
	0% {
		transform: rotate(45deg) translate(0) scale(1);
		 
	}
	50% {
		transform: rotate(25deg) translate(0) scale(1.2);
	} 
	100% {
		transform: rotate(45deg) translate(0) scale(1);
	} 
}

.new-page:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    animation: 1.5s ease 0s normal none infinite running playbutton3;
	z-index: -1;
}
.new-page:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    animation: 1.5s ease 0s normal none infinite running playbutton2;
	z-index: -1;
}
@keyframes playbutton2 {
	0% {
		box-shadow:0 0 0 0 #ffe401;
		opacity: 1; 
	}
	100% {
		box-shadow:0 0 0 15px #ffe401;
		opacity: 0; 
	} 
}
@keyframes playbutton3 {
	0% {
		box-shadow:0 0 0 0 #ffe401;
		opacity: 1; 
	}
	100% {
		box-shadow:0 0 0 7px #ffe401;
		opacity: 0; 
	} 
}


.bs-box{
	text-align:center;
    margin-top: 35px;
}
.bs-box span{
	display: inline-flex;
	align-items:center;
    background: white;
    padding: 12px 28px;
    font-size: 20px;
    color: #272a1f;
    font-weight: 600;
    border-radius: 40px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2), 0 0 0 10px rgba(255, 255, 255, .3);
}
.bs-box img{
	width: 40px;
    margin: 0 8px;
}
@media screen and (max-width:591px){
	.bs-box span{
		font-size:13px;
	}
	.bs-box{
		margin-bottom: 35px;
	}
}