/*why us start*/
.whyus{
	float: left;
	clear: both;
	width: 100%;
	padding: 120px 0px;
	background: white;
	position: relative;
	z-index: 1;
}
.whyus:before{
	content: 'Why Us';
	position: absolute;
	top: 0;
	right: 50px;
	font-size: 150px;
	font-weight: bold;
	z-index: -1;
	min-height: 100%;
	text-align: center;
	opacity: 0.05;
}
.whyus-icon{
	width: 100px;
}
.whychoice{
	width: 100%;
	min-height: 100vh;
	border-radius: 10px;
	padding: 20px 50px;
	background: var(--color);
	display: flex;
	align-items: center;
	justify-content: start;
}
.why-us-video{
	width: 100%;
}
/*why us end*/
/*review start*/
.review{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: url("../images/review/map.png");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	word-wrap: break-word;
}
.review:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg ,var(--color), var(--color));
	z-index: -1;
	opacity: 0.97;
}
.review:after{
	content: 'Review';
	position: absolute;
	top: 0;
	right: 0px;
	writing-mode: vertical-lr;
	font-size: 150px;
	font-weight: bold;
	z-index: -1;
	min-height: 100%;
	text-align: center;
	opacity: 0.05;
}
.review .owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
 	border-radius: 0px;  
    background: white;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    outline: none;
    border: none;
    display: none;
}
.review .owl-theme .owl-dots .owl-dot.active span{
    height: 10px;
    width: 10px;
    background: var(--color);
    border-radius: 0px;
    outline: none;
    border: none;
}
/*review end*/
/*hireus start*/
.hireus{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.hireus:before{
	content: 'Hire Us';
	position: absolute;
	top: 0;
	left: 50px;
	font-size: 150px;
	font-weight: bold;
	z-index: -1;
	min-height: 100%;
	text-align: center;
	opacity: 0.05;
}
.hireus-heading{
	font-size: 50px;
	font-weight: lighter;
}
.hireus-text{
	text-shadow: 0px 0px 2px white;
	font-size: 18px;
	text-align: justify;
	position: relative;
}
/*hireus end*/
/*work with us start*/
.wwu{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: justify;
	position: relative;
	z-index: 1;
}
.wwu:before{
	content: 'Work with Us';
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 100px;
	font-weight: bold;
	z-index: -1;
	min-height: 100%;
	writing-mode: vertical-lr;
	text-align: center;
	opacity: 0.05;
}
/*work with us end*/
/*freepricing start*/
.getpricing{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 00px;
	background: url('../images/pricing/bgindex.png');
	background-size: 50%;
	background-position: left top;
	position: relative;
	z-index: 1;
	animation: getpricing 10s ease-in-out infinite;
}
@keyframes getpricing {
	25%{
		background-position: right top;
	}
	50%{
		background-position: right bottom;
	}
	100%{
		background-position: left top;
	}
}
.getpricing:before{
	content: '';	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: black;
	opacity: 0.20;
}
.getpricing-box{
	background: white;
	border-radius: 10px;
	width: 100%;
	padding: 55px 30px;
	text-transform: uppercase;
}
.getpricing-text-left{
	color: transparent;
	text-stroke: 1px white;
	-webkit-text-stroke: 1px white;
	font-size: 10vw;
}
.getpricing-btn{
	color: var(--color) !important;
	border: 1px solid var(--color) !important;
}
/*freepricing end*/
/*our process start*/
.ourprocessing{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: url('../images/ourprocess/map.jpg');
	background-position: top left;
	background-size: cover;
	position: relative;
	z-index: 1;
	animation: ourprocessing 50s ease-in-out infinite;
}
@keyframes ourprocessing {
	50%{
		background-position: right top;
	}
}
.ourprocessing:after{
	content: 'Process';
	position: absolute;
	top: 50px;
	right: 0;
	z-index: -1;
	font-size: 150px;
	font-weight: bold;
	opacity: 0.05;
	writing-mode: vertical-lr;
}
.ourprocessing-box{
	position: relative;
	z-index: 1;
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.ourprocessing-box:before{
	counter-increment: my-count;
  	content: counter(my-count);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 250px;
	font-weight: bold;
	z-index: -1;
	opacity: 0.05;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ourprocess-box{
	text-align: left;
	width: 100%;
	padding: 20px 10px;
	min-height: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.ourprocess-box h3{
	font-family: quick;
	font-weight: bold;
}
/*our process end*/
/*clients start*/
.clients{
	float: left;
	clear: both;
	width: 100%;
	background: white;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.clients:after{
	content: 'Clients';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	font-size: 150px;
	font-weight: bold;
	opacity: 0.05;
}
.clients:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	overflow: hidden;
	z-index: -1;
	background: var(--color);
	opacity: 0.98;
	border-radius: 1000px;
	transform: scale(400%);
}
.clients-box{
	background: rgba(255, 255, 255, 1.0);
	padding: 20px 10px;
	margin: 20px 0px;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	border-radius: 5px;
}
.clients-slider .item{
	box-shadow: 0px 0px 5px #c6c6c6;
}
.clients-box img{
	width: 75% !important;
}
/*clients end*/

/*commit start*/
.commit{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
}
.commit:after{
	content: 'Email';
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: -1;
	font-size: 150px;
	font-weight: bold;
	opacity: 0.05;
}
.commit-video{
	width: 100%;
}
.givetry{
  font-size: 10vw;
}
/*commit end*/