/*==========================
	Custom css
==========================*/

::selection {
	background-color:#2e55fa;
}
/* bnr-title-bx */
.dlab-bnr-inr-entry {
    vertical-align: middle;
}
.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-btn{
	margin-top:20px;
}
.bnr-btn .site-button-secondry,
.bnr-btn .site-button{
	padding:15px 40px;
}
.banner-info{
	padding-top: 80px;
    padding-bottom: 30px;
}
.bnr-btn h2{
	color:#fff;
	font-size:45px;
	line-height:55px;
	font-family: 'Rubik', sans-serif;
}
.dlab-bnr-inr{
    padding-bottom: 0;
}
/* Banner Curv */
.rubik h1,
.rubik h2,
.rubik h3,
.rubik h4,
.rubik h5,
.rubik h6,
.rubik{
	font-family: 'Rubik', sans-serif;
}
.title-box h6{
	font-size:18px;
	color:#2e55fa;
	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.1;
	position: absolute;
	color: #2e55fa;
	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%);
}
.sef-line,
.overlay-primary:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5ea4+0,ff005a+100 */
	background: rgb(46, 85, 250); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(46, 85, 250,1) 0%, rgba(141,122,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(46, 85, 250,1) 0%,rgba(141,122,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(46, 85, 250,1) 0%,rgba(141,122,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5ea4', endColorstr='#ff005a',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%; */
}

/* customize */
.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: #2e55fa;
	margin-bottom: 10px;
}
.customize .text-primary{
	color:#2e55fa;
}
.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;
}

.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;	
	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 .demo-images{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	box-shadow:0 25px 60px 0 rgba(54,59,91,0.35);
}
.demo-page:hover .demo-name h6{
	color:#2e55fa;
}
.demo-page .demo-images{
	box-shadow: 0 17px 40px 0 rgba(54,59,91,0.45);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 4px;
	overflow: hidden;
}
.home-page {
    z-index: 2;
    position: relative;
	padding-bottom:50px;
	padding-top: 100px;
}
.demo-name{
	padding:40px 0 10px;
}
.demo-name h6{
	font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
	border-left: 4px solid #2e55fa;
	padding-left: 12px;
	margin: 0;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
}
.demo-name h6 .text-primary{
	padding-right: 5px;
}
.demo-name h6 .fa-fush{
	padding-left: 6px;
}
.demo-images img{
	width: 100%;
}
.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;
}

.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; 
	} 
}

.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;
}
.reason-bx h2{
	font-size:40px;
	font-weight:700;
	color:#150559;
	line-height:55px;	
}
.reason-bx h2 span{
	font-weight:400;
}
/* 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;
}
.demo-page:hover .fa-fush  i {
	-webkit-animation: horizontal 3s ease infinite;
	animation: horizontal 3s ease infinite
}
@keyframes horizontal {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	6% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0)
	}
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	18% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0)
	}
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	30% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0)
	}
	100%,
	36% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@media only screen and (max-width: 1400px){
	.banner-info > img{
		width:180px;
	}
	.bnr-btn h2{
		color:#fff;
		font-size: 40px;
		line-height: 50px;
		font-family: 'Rubik', sans-serif;
	}
}
@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;
	}
	.home-page{
		padding-bottom: 30px;
		padding-top: 50px;
	}
}
@media only screen and (max-width: 576px){
	.banner-info > img {
		width: 180px;
	}
	.bnr-btn .site-button-secondry, 
	.bnr-btn .site-button {
		padding: 10px 20px;
		font-size: 14px;
	}
	.bnr-btn h2 {
		font-size: 22px;
		line-height: 30px;
	}
}

.dlab-bnr-inr-entry img,
.dlab-bnr-inr-entry,
.section-full.relative.rubik img{
	margin: 0 auto;
	display: block;
}
.dez-gallery-listing li{
	list-style: none;
}

.site-filters ul li {
	margin: 0!important;
}
.site-filters ul li a{
	border-radius: 0;
	margin: 0 0 0 -6px!important;
	background-color: transparent;
}
.site-filters ul li:first-child a{
	border-radius: 5px 0 0 5px;
}
.site-filters ul li:last-child a{
	border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 768px){
	.title-box h2::after {
		font-size: 60px;
	}
}
@media only screen and (max-width: 360px){
	.title-box h2::after {
		font-size: 36px;
	}
}

.home-page .container-fluid{
    padding-right: 100px;
    padding-left: 100px;
}
/* demo tabs */
.demo-tabs{
    background-color: #2e55fa;
    margin-bottom: 30px;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
}
.site-filters .demo-tabs li .site-button{
	border-radius: 4px;
    background-color: transparent;
    color: #fff;
	margin: 0!important;
}
.site-filters .demo-tabs li.active .site-button{
	color: #2e55fa;
	background-color: #fff;
}
.section-head {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1380px){
	.home-page .container-fluid {
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media only screen and (max-width: 1191px){
	.home-page .container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.dz-new {
    overflow: hidden;
    position: relative;
}
.dz-new:after {
    content: "NEW";
    animation: changeBackgroundColor 0.25s infinite;
    color: #fff;
    font-size: 12px;
    padding: 2px 30px;
    position: absolute;
    right: -20px;
    line-height: 1.25;
    font-weight: 500;
    transform: rotate(45deg);
    top: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
 @keyframes changeBackgroundColor {
	0% {
	  background-color: red;
	}
	50% {
	  background-color: blue;
	}
	100% {
	  background-color: red;
	}
}



.technology-btn ul {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.technology-btn li {
  display: inline-block;
  margin-bottom: 5px;
}
.technology-btn li a {
  padding: 5px 10px;
  background: #7366ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 5px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: 5px;
  overflow:hidden;
}
.technology-btn li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 5px 10px 2px rgba(88,103,221,0.19) !important;
}
.technology-btn li a.dz-html {
  background: #e96228;
}
.technology-btn li a.dz-react {
  background: #61dafb;
}
.technology-btn li a.dz-wp {
  background: #0073c9;
}
.technology-btn li a.dz-vue {
  background: #42b883;
}
.technology-btn li a.dz-laravel {
  background: #F9322C;
}
.technology-btn li a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  opacity: 0.2;
}
.technology-btn li a.disabled {
  opacity: 0.3;
  cursor: default;
  background: #8b84a8 !important;
  color: #ffff;
}	

.technology-btn li a.active {
	box-shadow : 0 5px 10px 2px rgba(0, 0, 0,0.8) !important;
}