html {
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
}

body {
	margin: 0;
} 

hr {
	width: 61%;
	border: none;
	border-bottom: 3px solid #E4E4E4;
	margin-top: 90px;
}

#curveContainer {
	background-image: url("../images/combinedCurves.svg");
	width: auto;
	height: 1163px;
}

#menuContainer {
	display: none;
	position: absolute;
    	top: 0;
	width: 100%;
	background: white;
	height: 1160px;
}

#menu {
	padding-top: 100px;	
}

#tabs {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 62px;
	margin-right: 5%
}

#close {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 55px;
	margin-right: 5%;
	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	height: 33px;
	width: 40px;
}

#hamburger {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 50px;
	margin-right: 5%;
	background-image: url("../images/hamburger.png");
	background-repeat: no-repeat;
	height: 33px;
	width: 40px;
	display: none;
}

#testimonialsTab {
	display: none;
}

#testimonialsMenuItem {
	display: none;
}

#logo {	
	display: inline-block;
	position: relative;
	margin-left: 10%;
	margin-top: 50px;
}

#logo img {
	width: 114px;
	display: inline-block;
}

#laptopImage {
	position: relative;
	margin: auto;
	margin-top: 50px;
	background-image: url("../images/laptop.png");
	height: 610px;
	background-repeat: no-repeat;
	background-position: center;
}

#technologyPartners {
	position: relative;
	width: 100%;
	margin: auto;
	margin-top: 120px;
	font-family: Montserrat;
	font-weight: 800;
	font-size: 58px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 0.2px;
}

#technologyPartnersDesc {
	position: relative;
	margin: auto;
	margin-top: 30px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.2px;
	width: 75%;
}

#getInTouchButton {
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	margin: auto;
	margin-top: 50px;
	width: 236px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #2091F9;
	cursor: pointer;
}

#servicesHeader {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 40px;
	line-height: 57px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
}

#processHeader {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 40px;
	line-height: 57px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
}

#conversationsProcessImage {
	height: 521px;
	background-image: url("../images/conversations.png");	
}

#researchAndStrategizeProcessImage {
	height: 550px;
	background-image: url("../images/researchAndStrategize.png");
}

#feedbackProcessImage {	
	height: 550px;
	background-image: url("../images/feedback.png");
}

#designProcessImage {
	height: 550px;
	background-image: url("../images/design.png");
}

#buildProcessImage {
	height: 550px;
	background-image: url("../images/build.png");
}

#qaProcessImage {
	height: 521px;
	background-image: url("../images/qa.png");
}

#launchProcessImage {
	height: 550px;
	background-image: url("../images/launch.png");
}

#supportProcessImage {
	height: 550px;
	background-image: url("../images/support.png");
}

#featuredWorkHeader {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 40px;
	line-height: 57px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
}

#featuredWorkSectionContainer {
	width: auto;
	height: 486px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background-position: center;
}

#footer {
	height: 100px;
	color: white;
	background: black;
	display: flex;
	flex-direction: column;
	font-family: Montserrat;
	line-height: 2;
	width: auto;
	padding-left: 10px;
	padding-top: 15px;
}

#footer a {
	margin-left: 10px;
	text-decoration: none;
	color: white;
}

#ugrep {
	background-image: url("../images/ugrep.png");
}

#timelines {
	background-image: url("../images/timelines.png");
}

#voice {
	background-image: url("../images/voice.png");
}

#elegantPaintings {
	background-image: url("../images/elegant-paintings.png");
}

#servicesFirstRow {
	margin: auto;
	margin-bottom: 90px;
	display: flex;
	justify-content: space-evenly;
}

#servicesSecondRow {
	margin: auto;
	margin-bottom: 90px;
	display: flex;
	justify-content: space-evenly;
	width: 65%;
}

#serviceBox1 {
	padding-top: 22px;
}

#serviceBox2 {
}

#serviceBox3 {
	padding-top: 30px;
}

#serviceBox4 {
	padding-top: 15px;
}

#serviceBox5 {
	padding-top: 15px;
}

#serviceIcon2 {
	padding-top: 10px;
}

#serviceTitle1 {
	padding-top: 30px;
}

#serviceTitle2 {
	padding-top: 45px;
}

#serviceTitle3 {
	padding-top: 30px;
}

#serviceTitle4 {
	padding-top: 30px;
}

#serviceTitle5 {
	padding-top: 30px;
}

#serviceDesc1 {
	padding-top: 30px;
}

#serviceDesc2 {
	padding-top: 30px;
}

#serviceDesc3 {
	padding-top: 20px;
}

#serviceDesc4 {
	padding-top: 30px;
}

#serviceDesc5 {
	padding-top: 33px;
}

#testimonialsContainer {
	height: 606px;
	width: auto;
	white-space: nowrap;
	margin-top: 140px;
	background: #FAFAFA;
	display: none;
}

#contactContainer {
	text-align: center;
	margin-top: 70px;
	height: 200px;
}

#contactUsHeader {
	text-align: center;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 40px;
	line-height: 57px;
	letter-spacing: 0.2px;
	color: #252B42;
	margin-top: 100px;	
}

#contactUsDescription {
	text-align: center;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.2px;
	color: #737373;
	margin: auto;
	margin-top: 35px;
	margin-left: 10%;
	margin-right: 10%;
}	

#location {
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	width: 280px;
}

#locationCity {
	margin-top: 20px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #252B42;
}

#phone {
	display: inline-block;
	padding: 15px;
}

#phoneNumber {
	margin-top: 20px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #252B42;
}

#mail {
	display: inline-block;
	padding: 15px;
}

#email {
	margin-top: 20px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #252B42;
}

#ugrepSelected, #timelinesSelected, #voiceSelected {
	background: #FFFFFF;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #fff;
}

.menu-item {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 75%;
	border-bottom: 1px solid #E9E9E9;
	margin: auto;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #252B42;
}

.services-tab {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	margin-left: 38px;
	cursor: pointer;
}

.featured-work-section {
	display: inline-block;
	height: 486px;
	width: 100%;
	background-repeat: no-repeat;
}

.service-box {
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	display: inline-block;
	width: 347px;
	height: 334px;
	text-align: center;
}

.service-title {
	text-align: center;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.1px;
	color: #252B42;
	align-self: center;
}

.service-desc {
	text-align: center;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #737373;
	padding-left: 10px;
	padding-right: 10px;
}

.processSection {
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.processRightDiv {
	margin-left: 1%;
	margin-right: 1%;
	width: 48%;
}

.processLeftDiv {
	margin-left: 1%;
	margin-right: 1%;
	width: 48%;
}

.processStepNumber {
	font-family: Montserrat;		
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.1px;
	color: #2091F9;
}

.processStepHeader {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 40px;
	line-height: 57px;
	letter-spacing: 0.2px;
	color: #252B42;
}

.processStepDesc {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.2px;
	color: #737373;
}

.processImage {
	display: inline-block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial {
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
}

.person-image {
	width: 177px;
	height: 177px;
	border-radius: 108px;
	margin: auto;
	margin-top: 150px;
}

.person-name {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 40px;
	line-height: 57px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #252B42;
	margin-top: 40px;
}

.person-designation {
	font-family: Montserrat;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #737373;
	margin-top: 40px;
}

.person-testimonial {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #737373;
	margin-top: 40px;
}

.service-price {
	text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {

	.service-box {
		width: 300px;
		height: 300px;
	}
}

@media only screen and (max-width: 1100px) {
	#laptopImage {
		background-size: 800px;
	}
}

@media only screen and (max-width: 1000px) {

	.service-box {
		width: 250px;
		height: 250px;
	}

	.service-title {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.1px;
	}

	.service-desc {
		font-size: 12px;
		line-height: 28px;
		letter-spacing: 0.2px;
	}
	
	#serviceTitle1 {
		padding-top: 15px;
	}

	#serviceTitle2 {
		padding-top: 20px;
	}

	#serviceTitle3 {
		padding-top: 15px;
	}

	#serviceTitle4 {
		padding-top: 15px;
	}

	#serviceTitle5 {
		padding-top: 15px;
	}	

	#serviceDesc1 {
		padding-top: 10px;
	}

	#serviceDesc2 {
		padding-top: 10px;
	}

	#serviceDesc3 {
		padding-top: 5px;
	}

	#serviceDesc4 {
		padding-top: 10px;
	}

	#serviceDesc5 {
		padding-top: 13px;
	}
	
	#serviceIcon2 {
		padding-top: 20px;
	}
	
	#serviceBox3 {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 900px) {
	hr {
		margin-top: 45px;
	}

	#laptopImage {
		height: 570px;
		background-size: 600px;
		margin-top: 0;
	}
	
	.processImage {
		background-size: 400px;
	}
	
	.processStepNumber {
		font-size: 18px;
	}

	.processStepHeader {
		font-size: 30px;
	}

	.processStepDesc {
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px) {
	.service-box {
		width: 200px;
		height: 200px;
	}

	.service-title {
		font-size: 18px;
	}

	.service-desc {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0;
	}
	
	#serviceTitle1 {
		padding-top: 0;
	}

	#serviceTitle2 {
		padding-top: 0;
	}

	#serviceTitle3 {
		padding-top: 0;
	}

	#serviceTitle4 {
		padding-top: 15px;
	}

	#serviceTitle5 {
		padding-top: 5px;
		padding-left: 7px;
		padding-right: 7px;
		white-space: nowrap;
		overflow: hidden;	
		text-overflow: ellipsis;
	}
	
	#serviceTitle5:hover {
		overflow: visible;
	}	

	#serviceDesc1 {
		padding-top: 0;
	}

	#serviceDesc2 {
		padding-top: 0;
	}

	#serviceDesc3 {
		padding-top: 5px;
	}

	#serviceDesc4 {
		padding-top: 10px;
	}

	#serviceDesc5 {
		padding-top: 8px;
	}
	
	#serviceIcon2 {
		padding-top: 0;
		padding-bottom: 2px;
	}
	
	#serviceBox1 {
		padding-top: 5px;
	}
	
	#serviceBox2 {
		padding-top: 5px;
	}

	#serviceBox3 {
		padding-top: 0;
	}

	#serviceBox4 {
		padding-top: 3px;
	}
}

@media only screen and (max-width: 750px) {
	
	#logo {
		margin-left: 2%;
	}

	#tabs {	
		margin-right: 1%;
	}
	
	#technologyPartners {
		font-size: 35px;
		line-height: 15px;
	}
	
	.services-tab {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 651px) {
	
	#logo {
		margin-left: 1%;
	}

	#tabs {	
		margin-right: 1%;
	}
	
	#technologyPartners {
		font-size: 30px;
		line-height: 15px;
	}
	
	#technologyPartnersDesc {
		font-size: 20px;
	}	
	
	#getInTouchButton {
		width: 200px;
		font-size: 20px;
	}
	
	#laptopImage {
		margin-top: 100px;
		background-size: 550px;
	}
	
	#contactUsDescription {
		font-size: 15px;
		line-height: 30px;
	}	

	.processImage {
		background-size: 300px;
	}
	
	.processStepNumber {
		line-height: 30px;
		font-size: 15px;
	}

	.processStepHeader {
		line-height: 30px;
		font-size: 25px;
	}

	.processStepDesc {
		line-height: 30px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 626px) {
	
	.service-box {
		width: 150px;
		height: 150px;
	}

	.service-desc {
		display: none;
	}
}

@media only screen and (max-width: 551px) {
	
	#technologyPartners {
		font-size: 25px;
	}
	
	#technologyPartnersDesc {
		font-size: 15px;
	}
	
	#getInTouchButton {
		margin-top: 125px;
	}
	
	#laptopImage {
		margin-top: 75px;
		background-size: 460px;
	}
	
	.services-tab {
		font-size: 12px;
	}
	
	.service-box {
		width: 150px;
		height: 150px;
	}

	.service-desc {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	
	#hamburger {
		display: block;
	}
	
	#logo {
		margin-left: 5%;
	}

	#tabs {
		display: none;
	}
	
	#servicesFirstRow {
		display: block;
		margin-bottom: 0;
	}
	
	#servicesSecondRow {
		display: block;
		width: auto;
	}

	#serviceBox1 {
		padding-top: 45px;
	}
	
	#serviceBox2 {
		padding-top: 45px;
	}

	#serviceBox3 {
		padding-top: 45px;
	}

	#serviceBox4 {
		padding-top: 45px;
	}

	#serviceBox5 {
		padding-top: 45px;
	}
		
	#technologyPartners {
		line-height: 28px;
	}
	
	#researchAndStrategizeProcess, #designProcess, #qaProcess, #supportProcess {
		display: flex;
		flex-flow: column-reverse;
	}
	
	#conversationsProcessImage {
		height: 400px;
	}
	
	#researchAndStrategizeProcessImage {
		height: 400px;		
	}

	#feedbackProcessImage {
		height: 400px;		
	}
	
	#designProcessImage {
		height: 400px;		
	}

	#buildProcessImage {
		height: 400px;		
	}
	
	#qaProcessImage {
		height: 400px;		
	}
	
	#launchProcessImage {
		height: 400px;		
	}
	
	#supportProcessImage {
		height: 400px;		
	}
	
	#location, #phone, #mail {
		display: block;
	}
	
	#contactContainer {
		height: auto;
	}

	#featuredWorkSectionContainer {
		height: 172px;
	}

	.service-box {
		display: block;
		width: 347px;
		height: 334px;
		text-align: center;
		margin: auto;
		margin-bottom: 80px;
	}
	
	.featured-work-section {
		background-size: 500px;
	}
	
	.service-title {
		margin-top: 15px;
		font-size: 24px;
	}

	.service-desc {
		margin-top: 15px;
		font-size: 16px;
		display: block;
	}
	
	.processSection {
		height: 600px;
		display: block;
		
	}
	
	.processLeftDiv {
		width: 98%;
		text-align: center;
	}
	
	.processRightDiv {
		width: 98%;
		text-align: center;
	}
	
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
