.navbar {
	background-color: transparent;
}
html {
  scroll-behavior: smooth;
}

.top-nav-collapse {
	background-color: #4285F4;
}

@media only screen and (max-width: 768px) {
	.navbar {
		background-color: #4285F4;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #1a1f25;
}

html,
body,
header,
.view {
	height: 100%;

}

.navbar {
	box-shadow: none;
}

.heading {
	font-size: 51px;
	font-weight: 500;
	color:#fff;
}

.sub-heading {
	color: #9D9D9D;
	font-size: 23px;
	font-weight: 400;
}

.become-button {
	background-color: #F61879;
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: unset;
	border-radius: 10px;
}

.full-width-image {
	margin-top: -150px;
}

.work-head {
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.width-90 {
	width: 95%;
	margin: 0 auto;
}

.action-work {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.action-work li {
	width: 200px;
	height: auto;
	position: relative;


}
.work{
	width: 100%;
	height: 200px;
	position: relative;
}
.work:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='2' stroke-dasharray='5%2c5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 100px;
	transition: 500ms linear;
}

.work:hover:before {
	transition: 500ms linear;
	-webkit-transform: rotate(360deg);
	}

.action-work .aw-afterli:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 1px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	top: 50%;
	left: 100%;
}

.pink-number {
	width: 25px;
	height: 25px;
	display: flex;
	background-color: #F61879;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 100%;
	position: absolute;
	top: 10%;
	left: 7%;
	transition: 200ms linear;
	color:#fff;
}

.work img {
	transform: scale(0.8);
	transition: 100ms linear;
}

.action-work li:hover img {
	transform: scale(1);
	transition: 100ms linear;
}

.action-work li:hover .pink-number {
	transition: 200ms linear;
	transform: translate3d(72px, -30px, 0);
}

.li-heading {
	font-size: 20px;
	font-weight: 600;
	color:#fff;
	text-align:center;
}

.li-text {
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	text-align:center;
}
.top-nav-collapse {
  background-color: #1a1f25;
  margin-top:0 !important;
}
.para-head {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.para {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.footer-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.login {
  background-color: #fff;
  color: #070707 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 5px;
}
.login a {
    color: #000!important;
}
.menu-gap li {
  margin-right: 15px;
}
.glossy-right {
  position: relative;
}
.glossy-right:after{
	position:absolute;
	content:"";
	width:861px;
	height:1372px;
	right:0;
	background-image: url(../img/ellipse-1.png);
	background-position: right;
	background-size: contain;
	top:-50%;
	z-index: -1;
}
.glossy-left{
	position: relative;
}
.glossy-right:after{
	position:absolute;
	content:"";
	width:700px;
	height:1115px;
	right:0;
	background-image: url(../img/ellipse-1.png);
	background-position: right;
	background-size: contain;
	top:-18%;
	z-index: -1;
}
.glossy-left:after{
	position:absolute;
	content:"";
	width:566px;
	height:1372px;
	left:0;
	background-image: url(../img/ellipse-2.png);
	background-position: right;
	background-size: contain;
	top:-50%;
	z-index: -1;
}
.glossy-right-1 {
  position: relative;
}
.glossy-right-1:after{
	position:absolute;
	content:"";
	width:989px;
	height:1372px;
	right:0;
	background-image: url(../img/ellipse-3.png);
	background-position: right;
	background-size: contain;
	top:-50%;
	z-index: -1;
}
/*-----------------------------------------------------*/
.section-padding{	
	margin: 0 auto;
	padding:80px 0 0 0; 
}

.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    // margin: 40px 0;
}

.screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #033aff !important;
}
.owl-item img {
  height: 638px;
}
/*-----------------------------------------------------*/
.input-bg {
  background-color: #fff;
  padding: 15px 5px 0px 5px;
  border-radius: 5px;
}

.input-bg .md-form {
  margin: 0 !important;
}
.input-bg .md-form input {
  margin-bottom: 0;
      font-family: 'Mulish', sans-serif;
}
.input-bg .md-form input::placeholder{
	color:#181818;
	font-size:14px;
	    font-family: 'Mulish', sans-serif;
}
.become-button:hover{
color:#fff;	
}
.input-bg .md-form  label {
	color: #5C5C5C;
	font-size:12px;
	font-weight:700;
	    font-family: 'Mulish', sans-serif;
}

.input-bg .md-form input[type="text"]:not(.browser-default) {
  border-bottom: 0 !important;
}
.form-line {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  display: none;
}
.input-bg .input-group {
  height: 55px;
}
.input-bg .input-group .custom-file label {
  height: 55px;
  padding: 10px;
}
.input-bg .input-group .custom-file label p {
  margin-bottom: 0;
  text-align: left;
}
.upload-sub-title,.upload-title{
	font-family: 'Mulish', sans-serif;
}
.upload-sub-title{
	font-size: 12px;
  font-weight: 700;
  color: #5C5C5C;
}
.upload-title{
	font-size: 14px;
  font-weight: 400;
  color: #181818;
}
.upload-sub-title .fb {
  display: none;
}
#inputGroupFileAddon01 {
  padding: 18px 25px 18px 25px;
}
.input-text-aera {
  padding-top: 30px;
}
.input-bg .md-form textarea:not(.browser-default) {
  border-bottom: 0 !important;
}
.apply-btn {
  background-color: #F61879;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

/*------------------Validation-----------------*/
input.error {

}

input.success {
    width:100%;
}

.animated {
  	-webkit-animation-fill-mode: both;
	  -moz-animation-fill-mode: both;
	  -ms-animation-fill-mode: both;
	  -o-animation-fill-mode: both;
	  animation-fill-mode: both;
  	-webkit-animation-duration: 1s;
  	-moz-animation-duration: 1s;
  	-ms-animation-duration: 1s;
	  -o-animation-duration: 1s;
	  animation-duration: 1s;
}

@-webkit-keyframes shake {
	  0%, 100% {-webkit-transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
  	0%, 100% {-moz-transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	  0%, 100% {-o-transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	  0%, 100% {transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	  -webkit-animation-name: shake;
	  -moz-animation-name: shake;
  	-o-animation-name: shake;
	  animation-name: shake;
}
.input-bg .md-form input.error::placeholder {
  color: #f00;
}
.input-bg .md-form textarea.error::placeholder {
  color: #f00;
}
.lost-password {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

/* JUST FOR AESTHETICS */
/*------------------Validation-----------------*/

.accordion-wrapper 
{
  position: relative;
  margin-bottom: 1.5rem;
}
.acc-head
{
  position: relative;
  font-size: 20px;
  color: #fff;
}
.acc-head {
    position: relative;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.acc-head::after
{
  content: '\2B';
  position: absolute;
  right: 0px;
  color: #fff;
  transform: rotate(0deg);
  transition: .4s;
}
.acc-head.active::after
{
  content: '\2D';
  position: absolute;
  /* right: 16px; */
  color: #fff;
 /*  transform: rotate(90deg); */
  transition: .4s;
}
.acc-body
{
  padding: 1rem;
  display: none;
  color:#fff;
}
.accordion-wrapper:last-child .acc-head{
	border:none;
}

.bce1 {
  position: relative;
}.bce2 {
  position: relative;
}
.bce1:after{
	position:absolute;
	content:"";
	width:861px;
	height:1000px;
	right:0;
	background-image: url(../img/bce1.png);
	background-position: right;
	background-size: contain;
	top:25%;
	z-index: -1;
	background-repeat: no-repeat;
}

.bce2::after {
  position: absolute;
  content: "";
  width: 623px;
  height: 513px;
  left: 0;
  background-image: url(../img/bce2.png);
  background-position: left;
  background-size: contain;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
}













@media (min-width: 1200px) and (max-width: 1366px) {
	.action-work .aw-afterli::after {
		width: 62px;
	}

	
.glossy-right::after {

    width: 500px;
    height: 796px;
    top: 0;


}
}

@media (min-width: 1900px) and (max-width: 1920px) {
	.action-work .aw-afterli::after {
		width: 100px;
	}

}