/*==========================
	Custom css
==========================*/

::selection{
	background-color:var(--bg-color);
}

/* 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:50px;
}
.banner-info > img{ 
	width:240px;
}
.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:rgba(255,255,255,0.9);
	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: #a8ca1e;
	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/#ffc636+0,e46d18+7,f8ab18+31,e67418+81,ffae00+100 */
	background: rgb(168,202,30); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(168,202,30,1) 0%, rgba(141,176,0,1) 7%, rgba(249,138,38,1) 31%, rgba(215,163,35,1) 81%, rgba(255,185,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(168,202,30,1) 0%,rgba(141,176,0,1) 7%,rgba(249,138,38,1) 31%,rgba(215,163,35,1) 81%,rgba(255,185,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(168,202,30,1) 0%,rgba(141,176,0,1) 7%,rgba(249,138,38,1) 31%,rgba(215,163,35,1) 81%,rgba(255,185,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc636', endColorstr='#ffae00',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 h2{
    font-size: 40px;
	color:#000;
	font-weight:500;
	margin-bottom: 5px;
}
.customize h3 {
    font-size: 22px;
    font-weight: 400;
    color: #a8ca1e;
	margin-bottom: 10px;
}
.customize .text-primary{
	color:#a8ca1e;
}
.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;
}
#masonry li{
	list-style:none;
}
.demo-page {
    border-radius: 6px;
    overflow: hidden;
	box-shadow: 0 17px 60px 0 rgba(54,59,91,.80);
	background: #fff;
	margin-bottom: 60px;
	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;
}
.demo-page:hover{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	box-shadow:0 17px 60px 0 rgba(54,59,91,1);
}
.home-page {
    z-index: 2;
    position: relative;
	padding-bottom:50px;
	padding-top: 50px;
}
.demo-name{
	text-align: center;
	padding: 30px 15px;
}
.demo-name h6{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.demo-images img{
	width: 100%;
}
.demo-info h3{
	font-size: 45px;
	line-height: 60px;
}
.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:80px;
	padding-bottom: 80px;
	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: 0;
    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);
	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:#000;
}

.requirement::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    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: 0;
    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: #253fd0;
    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;
}
.reason-bx h2{
	font-size:40px;
	font-weight:700;
	color:#2d3035;
	line-height:55px;	
}
.reason-bx h2 span{
	font-weight:400;
}
/* Video Presentation  */
.video-presentation{
	padding:80px 0;
}
.video-play-icon a{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	text-align: center;
	line-height: 88px;
	color: #fff;
	box-shadow:0 0 0 5px 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;
	position: relative;
}
.video-play-icon a:hover{
	color:#fff;
	box-shadow:0 0 0 20px rgba(255,255,255,0.10), 0 0 0 40px rgba(255,255,255,0.10);
	
}
.video-presentation h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}
.video-play-icon a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    animation: 2s ease 0s normal none infinite running playbutton;
	z-index: -1;
	border-radius: 90px;
}
@keyframes playbutton {
	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; 
	} 
}
.video-play-icon a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 90px;
    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 40px rgba(255,255,255,1);
		opacity: 0; 
	} 
}

@media only screen and (max-width: 1600px){
	.demo-info h3 {
		font-size: 30px;
		line-height: 40px;
	}
}
@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;
	}
}

.bg-half{
	position: relative;
}
.bg-half:before{
	content: "";
	position: absolute;
	background-color: #000;
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/bg3.jpg);
	background-position: center right 25%;
	background-size: cover;
}
.home-page {
    background-image: url(../images/bg10.jpg);
	background-position: right;
	background-size: cover;
}
.container-fluid {
    padding-left: 50px;
	padding-right: 50px;
}
.bg-black-middle{
	background-color: #141414;
}
.banner-img{
	width: 100%;
}
.demo-new-page{
	position: relative;
}
.demo-new-page .tags {
    padding: 3px 10px;
    background-color: #ffff00;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: 10px;
    border-radius: 3px 3px 0 3px;
    line-height: 20px;
}
.demo-new-page .tags::after {
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #7f7f00;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 767px){
	.bg-half:before{
		width: 100%;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.bg-yellow{
	background-color: #ffff00!important;
	color: #000;
	margin-top: 15px;
}
.bg-yellow:hover{
	color: #000;
}
.subscribe-form .dzSubscribeMsg{
    text-align: left;
}

.row.sp10, 
.sp10 {
    margin-left: -30px;
    margin-right: -30px;
}
.row.sp10 [class*="col-"], 
.sp10 [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}


.videoplay-bx i{
	width: 50px;
	height: 50px;
	background: var(--bg-color);
	border-radius: 40px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.videoplay-bx span{
	font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
	
}
.videoplay-bx{
	margin-bottom: 15px;
	display: block;
}
.live-demo{
	position: absolute;
	bottom:-100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(249,191,38,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(249,191,38,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(249,191,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a8ca1e',GradientType=0 );
	width: 100%;
	display: flex;
	align-items: end;
	text-align: center;
	color: #fff;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.live-demo span{
	margin-top:auto;
}
.demo-page:hover .live-demo{
	bottom: 0;
}
.demo-page {
  -webkit-animation: wobble 4s infinite;
  animation: wobble 4s infinite; 
  
}
.demo-page.demo1{
  -webkit-animation: wobble 2s infinite;
  animation: wobble 2s infinite; 
}
.demo-page.demo2{
  -webkit-animation: wobble 6s infinite;
  animation: wobble 6s infinite; 
}
.demo-page.demo4{
  -webkit-animation: wobble 3s infinite;
  animation: wobble 3s infinite; 
}
.demo-page.demo5{
  -webkit-animation: wobble 2.5s infinite;
  animation: wobble 2.5s infinite; 
}
@keyframes wobble {
   0% {left:0px; top:0px;}
  25%  {left:5px; top:0px;}
  50%  {left:5px; top:5px;}
  75%  {left:0px; top:5px;}
  100% {left:0px; top:0px;}
}
@-webkit-keyframes wobble {
   0% {left:0px; top:0px;}
  25%  {left:5px; top:0px;}
  50%  {left:5px; top:5px;}
  75%  {left:0px; top:5px;}
  100% {left:0px; top:0px;}
}

@media only screen and (max-width: 1400px){
	.site-demo-page .demo-page{
		height: 300px;
	}
}
@media only screen and (max-width: 1200px){
	.bg-half::before{
		width: 70%;
	}
}
@media only screen and (max-width: 991px){
	.demo-info h3 {
		font-size: 24px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 991px){
	.row.sp10 [class*="col-"], 
	.sp10 [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.row.sp10, 
	.sp10 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.demo-page{
		margin-bottom: 20px;
	}
	.bg-half::before {
		width: 100%;
	}
}


.site-filters {
    margin: 0;
	background-color: #fff;
	padding: 15px 30px;
	text-align: center;
}
.site-filters .filters{
	padding: 0;
}
.site-filters .filters .btn{
	background-color: rgba(0,0,0,0);
}
.site-filters .filters .btn a{
	color: #000;
	padding: 5px 10px;
	font-weight: 500;
}
.site-filters .filters .btn.active a{
	color: #7e7d7d;
}
.site-demo-page .demo-page{
	animation: unset!important;
	background-size: cover;
	transition: all 10s;
	height: 400px;
}
.site-demo-page .demo-page:hover{
	background-position: bottom;
	transition: all 10s;
}
.site-demo-page .demo-page:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}
.headtitle h2{
	font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}
.text-white.headtitle h2{
	color:#fff;
}
.mobile-bx,
.demobox{
	display:block;
}
.site-demo-page .demo-page{
	display: inline-block;
    position: relative;
    width: 100%;
    height: 450px;
    border: 25px solid #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    overflow: hidden;
	margin-bottom:0;
}
.site-demo-page .mobile-bx .demo-page img{
	opacity:0;
}
.site-demo-page .mobile-bx {
	position:relative;
}
.site-demo-page .mobile-bx .demo-page{
	height:auto;
	border-width: 40px 15px 55px 15px;
	overflow: unset;
	border-radius: 30px;
}
.mobile-bx .demo-page:after,
.mobile-bx .demo-page:before{
	content:"";
	position:absolute;
}
.mobile-bx .demo-page:after{
	height: 30px;
	width: 30px;
	background: #000;
	border-radius: 15px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -43px;
	z-index: 2;
	opacity: 0.1;
}
.mobile-bx .demo-page:before{
	height: 8px;
	width: 80px;
	background: #000;
	border-radius: 15px;
	left: 50%;
	transform: translateX(-50%);
	top: -22px;
	z-index: 2;
	opacity: 0.1;
}

.site-demo-page .mobile-bx,
.site-demo-page .demobox{
	margin-bottom:50px;
}
.site-demo-page .demobox .demo-page{
	-webkit-transition: -webkit-transform 7s ease-in;
    transition: -webkit-transform 7s ease-in;
    transition: transform 7s ease-in;
    transition: transform 7s ease-in, -webkit-transform 7s ease-in;
	background-color: #cdcdcd;
}
.site-demo-page .demobox .demo-page img{
	-webkit-transition: -webkit-transform 7s ease-in;
    transition: -webkit-transform 7s ease-in;
    transition: transform 7s ease-in;
    transition: transform 7s ease-in, -webkit-transform 7s ease-in;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.site-demo-page .demobox:hover .demo-page img{
	-webkit-transform: translateY(calc(-100% + 400px));
	transform: translateY(calc(-100% + 400px));
	-webkit-transition: -webkit-transform 7s ease-in;
    transition: -webkit-transform 7s ease-in;
    transition: transform 7s ease-in;
    transition: transform 7s ease-in, -webkit-transform 7s ease-in;
}


.mobile-bx h5,
.demobox h5 {
    margin: 10px 0 0 0px;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 0;
    display: inline-block;
    color: #fff;
    border-left: 5px solid var(--bg-color);
    padding-left: 12px;
}

.row.sp50, 
.sp50 {
    margin-left: -25px;
    margin-right: -25px;
}
.row.sp50 [class*=col-], 
.sp50 [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}
.bg-gray{
	background-color:#242424;
}
.bg-light{
	background-color:#0c0c0c !important;
}
.element-box:before {
    content: attr(data-name);
    font-size: 130px;
    line-height: 130px;
    left: -9px;
    letter-spacing: 10px;
    opacity: 0.1;
    position: sticky;
    top: 60px;
    z-index: 1;
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
}
.element-box .container-fluid{
	z-index: 2;
	position:relative;
}
.demo-header{
	height: 60px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #000;
}
.demo-header .navbar{
	padding:0;
}
.demo-header .nav li{
	display:inline-block;
}
.demo-header .nav li a{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	padding: 20px 25px;
	opacity: 0.4;
}
.demo-header .nav li a:hover,
.demo-header .nav li a.active{
	opacity: 1;
}
.dez-move-image{
	-webkit-animation:30s scrollup infinite linear;
	-moz-animation:30s scrollup infinite linear;
	-o-animation:30s scrollup infinite linear;
	-ms-animation:30s scrollup infinite linear;
	animation:30s scrollup infinite linear;
	background-repeat: repeat-x;
}
.dez-move-image > img {
    opacity: 0;
}
.dez-move-image .text-center {
    bottom: 80px;
    position: absolute;
    width: 100%;
}
.dez-move-image .site-button.outline-2 {
    border-width: 2px;
    color: #ffffff;
}
/* Image Move Css */
@-webkit-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}

@-moz-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}

@-o-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}

@-ms-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}

@keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}

/* vertical move */
.dez-move-vr{
	-webkit-animation:20s scroll infinite linear;
	-moz-animation:20s scroll infinite linear;
	-o-animation:20s scroll infinite linear;
	-ms-animation:20s scroll infinite linear;
	animation:20s scroll infinite linear;
	background-repeat: repeat-y;
	background-size: 100%;
    background-image: url(../images/bgline.png);
} 
/* Image Move Css */
@-webkit-keyframes scroll{
	100%{
		background-position: 0px -3000px ;
	}
}

@-moz-keyframes scroll{
	100%{
		background-position: 0px -3000px;
	}
}

@-o-keyframes scroll{
	100%{
		background-position: 0px -3000px;
	}
}

@-ms-keyframes scroll{
	100%{
		background-position: 0px -3000px;
	}
}

@keyframes scroll{
	100%{
		background-position: 0px -3000px;
	}
}


#particles-js .container-fluid{
	position:relative;
	z-index:2;
}

@media only screen and (max-width: 1400px){
	.site-demo-page .demo-page{
		height: 300px;
	}
}
@media only screen and (max-width: 991px){
	.element-box:before{
		font-size: 60px;
		line-height: 60px;
	}
	.demo-header .nav li a{
		padding: 20px 5px;
	}
}
@media only screen and (max-width: 767px){
	.row.sp50 [class*=col-], 
	.sp50 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row.sp50, 
	.sp50 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 576px){
	.element-box:before{
		font-size: 30px;
		line-height: 30px;
		position:absolute;
		top:10px;
		letter-spacing: 3px;
	}
	.demo-header{
		text-align: center;
		height: auto;
		padding:10px 0;
	}
	.navbar ul{
		display:block;
	}
	.demo-header .nav li a {
		padding: 5px 5px;
	}
	.headtitle h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}



.mobile-bx{
	max-width: 360px;
    margin: auto;
}
#mobile.bg-gray{
	background-color: #141414;
}
.demo-header .nav li a.text-primary {
    opacity: 1;
    color: #f9bf26;
}
.scroll.nav-link.text-red{
	color: #ff0000;
	opacity: 1;
}
.rtl-content{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #ff0000;
    padding: 5px 50px;
    transform: rotate(-45deg) translate(-30%,-30%);
    font-size: 14px;
    font-weight: 700;
	z-index: 99;
}
.rtl-content:hover{
	color: #fff;
	background-color: #e40000;
}
@media only screen and (max-width: 767px){
	.rtl-content {
		transform: rotate(-45deg) translate(-30%,-100%);
		font-size: 10px;
	}
}


.bs-box{
	margin-top: 25px;
    margin-bottom: 35px;
}
.bs-box span{
	display: inline-flex;
	align-items:center;
    background: white;
    padding: 8px 20px;
    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:14px;
	}
}

 .demo-page {
    position: relative;
    z-index: 1;
}

.demo-images.new:after,
.demo-page.new:after{
    content: "New";
    width: 100px;
    height: 22px;
    background: red;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: -30px;
    top: 8px;
    transform: rotate(45deg);
    line-height: 22px;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes example {
	0% {
		background-color: red;
	}
	33% {
		background-color: #0042ff;
	}
	66% {
		background-color: red;
	}
	100% {
		background-color: #0042ff; 
	  }
}


.technology-btn ul {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  padding-left:0;
}
.technology-btn li {
  display: inline-block;
  margin-bottom: 5px;
}
.technology-btn li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 5px 10px 2px rgba(88,103,221,0.19) !important;
}
.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: 10px;
}


.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.disabled {
  opacity: 0.4;
  cursor: default;
  background: #888 !important;
  color: #ffff;
}
.technology-btn li a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  opacity: 0.2;
}

.technology-btn li a.active {
	box-shadow : 0 5px 10px 2px rgba(0, 0, 0,0.8) !important
}