@charset "UTF-8";
/* CSS Document */ :root {
  /* Colors: */
  Primary: #FF0058;
  Light: #FAFAFA;
  Dark: #545454;
  Black: #000000;
  White: #FFFFFF;
}
html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
}
body{
	animation: transitionIn .75s;
}
@keyframes transitionIn{
	from{
		opacity: 0;
		transform: translateY(-10px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

button {
  padding: 12px 24px;
  border-radius: 40px;
  border: 1px solid #fff;
  text-decoration: none;
  font: normal normal 400 .8em "proxima-nova";
  text-transform: uppercase;
  cursor: pointer;
  background-color: #efefef;
}
a {
  text-decoration: none;
	position: relative;
}
a:after {
    content:'';
    position:absolute;
    top:-12px; bottom:-12px; 
    left:-16px; right:-16px; 
}
/* Stat of Fonts*/
h1 {
  font: normal normal 400 1.2em/.75em "proxima-nova";
  margin-top: 40px;
  margin-left: 30px;
}
h2 {
  font: normal normal 400 1.2em/.75em "proxima-nova";
}
h4 {
  font: normal normal 400 .9em/.75em "proxima-nova";
}
.display-1 {
  line-height: 1.2em;
  font-weight: 300;
  font-variant: normal;
  font-style: normal;
  font-size: 1.875em;
  letter-spacing: 0px;
  font-family: "proxima-nova";
}
.display-2 {
  line-height: 1.2em;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 3.75em;
    letter-spacing: 0px;
    font-family: "proxima-nova";
}
.social img {
  padding: 0 8px 0 0;
}
/* End of Fonts*/
/* Start of Header*/
header {
  background-color: #FFF;
  padding: 8px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.hamburger {
  float: right;
  margin-top: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.close-btn {
  float: right;
  margin-top: 10px;
  margin-right: 8px;
  cursor: pointer;
}
#myVideo{
position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  opacity:0.25;
	background: linear-gradient(#000, #fff);
}
main{
	padding-top: 64px;
	}

/* End of Header*/
/*Start of WHO section */
.who {
  background-color: #FF0058;
  height: 90vh;
  position: relative;
  display: block;
  width: 100%;
  background: url()"View_Idea.mp4";
}
.connect {
  padding: 24px 24px 48px 24px;
  width: 100%;
  text-align: right;
	cursor: pointer;
}
.connect p {
  width: 30%;
  float: right;
  display: block;
  font: normal normal 500 .9em/1.2em;
  color: #000000;
}
.hero {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hero .left {
  padding-left: 30px;
}
.hero .right {
  margin: auto 0;
  display: block;
}
.deco-text {
  line-height: 48px;
  font-family: "shadows-into-light";
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: 36px;
  letter-spacing: -1.3px;
  color: #FAFAFA;
  opacity: 1;
}
.hero h2 {
  margin-left: 50px;
  margin-top: 28px;
  color: #000000;
}
.hero .deco-text {
  position: absolute;
  left: 24px;
  transform: matrix(0.77, -0.64, 0.64, 0.77, 0, 0);
}
.hero .display-1 {
  text-align: left;
  margin-top: 8px;
  margin-left: 50px;
  color: #FFF;
}
.ux-tree {
  position: absolute;
  bottom: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: -10px;
}
.ux-tree img {
  width: 100%;
}
/*End of WHO section */
/*Start of WHAT section */
.what {
  background-color: #E4E4E4;
  height: auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content {
  width: 100%;
  text-align: center;
  padding: 48px;
}
.content h2 {
  color: #545454;
  margin-bottom: 16px;
}
.content .display-1 {
  color: #FF0058;
  margin-bottom: 16px;
  line-height: 1.2em;
}
.content button {
  color: #FF0058;
  background-color: #ff00580d;
}
.what .content .white_lines {
  display: none;
}
.what .content .red_lines {
  display: none;
}
.what .content .circel {
  display: none;
}
.what .content .girl {
  display: none;
}
.content button:hover {
  background-color: #FF0058;
  color: #fff;
}
.card-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #ff0058;
  height: auto;
}
.card {
  width: 49.375%;
  background-color: #fff;
  margin: 1px;
}
.card-number {
  text-align: left;
  font: normal normal 400 1em/2em;
  letter-spacing: 0px;
  color: #ff0058;
  opacity: 0.65;
  padding: 8px
}
.card-icon {
  max-width: 100%;
  padding: 8px;
}
.card-icon img {
  width: 100%;
}
.card-lable {
  font: normal normal 300 .9em/1.4em "proxima-nova";
  color: var(Dark);
  text-align: center;
  padding-bottom: 1.2em;
}
/*End of WHAT section */
/*Start of Why section */
.why {
  padding-bottom: 40px;
  background-color: #f7f7f7;
  height: auto;
  position: relative;
  display: block;
  width: 100%;
}
.Circle {
  width: 350px;
  height: 350px;
  border-radius: 11em;
  background: #FFD800 0% 0% no-repeat padding-box;
  margin: auto;
  padding: 44px;
}
.Quote {
  text-align: left;
  font: normal normal 600 36px/38px "proxima-nova";
  color: #910A10;
  margin: 40px 0 16px 0;
}
.author {
  text-align: left;
  font: normal normal normal 14px/17px "proxima-nova";
  color: #707070;
}
/*End of Why section */
/*Start of Our Work section */
.work {
  position: relative;
  display: block;
}
.markers {
  margin: auto;
  width: 32%;
  display: flex;
  flex-direction: row;
  text-align: center;
  position: fixed;
}
p a{
	color: white;
	font-weight: 700;
}
.markers p {
  width: 36px;
  height: 36px;
  background-color: aqua;
  border-radius: 18px;
  margin-right: 4px;
  font: normal normal normal 16px/36px;
  color: #707070;
  cursor: pointer;
}
.Home_work{
  position: relative;
  display: block;
}

.portfolio {
  width: 100%;
  margin: auto;
  height: auto;
}
.portfolio img {
  width: 100%;
}
.facts {
  margin: auto;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.fact_details {
  width: 33%;
  text-align: center;
  margin-bottom: 16px;
}
.fact_number {
  font: normal normal 400 2.5em/1em "proxima-nova";
  color: #fff;
}
.fact_details img {
  height: 100px;
  margin: auto;
  display: block;
  padding: 0 20px;
}
.fact_label {
  font: normal normal 300 .8em/1.1em "proxima-nova";
  width: 70%;
  margin: auto;
  color: #fff;
}
.portfolio h2 {
  font-size: 1.2em;
  font-weight: 700;
  padding: 120px 0 0 40px;
}
.portfolio h3 {
  text-align: left;
  font: normal normal 400 1.8em/1.1em "proxima-nova";
  letter-spacing: 0px;
  color: #FFF7EF;
  padding: 10px 40px 0 40px;
}
.portfolio p {
  text-align: left;
  font: normal normal 400 1em/1.1em "proxima-nova";
  letter-spacing: 0px;
  color: #FFF7EF;
  opacity: 0.8;
  padding: 10px 40px 40px 40px;
}
.portfolio button {
  margin-left: 40px;
  margin-bottom: 40px;
}
.one {
  height: 100vh;
  background-color: #1d7169;
  position: relative;
  display: block;
}
.Home_work .one,.three h2{
	color:#FFF;
}
.Home_work .one h3{
	color:#FFF;
}
.Home_work .one p{
	color:#FFF;
}
.one img {
  position: absolute;
  bottom: 20px
}
.one .fact_label {
  margin: auto;
}
.two {
  height: 100vh;
  background-color: #c5e1a5;
  position: relative;
  display: block;
}
.two img {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.two h1 {
  font-size: 6em;
  font-weight: 700;
  position: absolute;
  left: 50px;
  top: 315px;
}
.Home_work .two h2{
	color: #43a047;
}
.Home_work .two h3{
	color: #000;
	width: 40%;
}
.three {
  height: 100vh;
  background-color: #0060D0;
	background-image: url("Images/Idea_bridge.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
  position: relative;
  display: block;
}
.three img {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.three .fact_details {
  width: 45%;
}
.four {
  height: 100vh;
  background-color: #262626;
  position: relative;
  display: block;
}
.four .fact_details {
  margin-bottom: 24px;
  width: 20%;
  text-align: left;
  padding-left: 40px;
}
.four .fact_label {
  width: 100%;
}
.four h2 {
  color: #fff;
}
.four img {
  position: absolute;
  bottom: 20px;
  padding-right: 0px;
}
.design_process {
  width: 100%;
  overflow: scroll;
}
footer {
  height: auto;
  background-color: #FF0058;
  padding: 40px;
}
.contact {
  margin: 20px 0;
}
.contact p {
  text-align: left;
  font: normal normal 300 20px/24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.8;
  padding-bottom: 20px;
}
.Overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.top-bar {
  padding: 8px;
}
.overlay-content {
  height: 70vh;
  position: relative;
  width: 100%;
  top: 15%;
  display: flex;
  background-color: #fff;
  padding: 80px;
}
.overlay-content a {
  padding-bottom: 40px;
  margin-left: 60px;
  text-decoration: none;
  font-size: 36px;
  font-weight: lighter;
  color: #ff0058;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay-content a:hover, .overlay-content a:focus {
  color: #545454;
}
.left-content {
  width: 70%;
}
.right-content p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.closebtn {
  float: right;
  margin-top: 10px;
  margin-right: 8px;
  cursor: pointer;
}
/*What we do page styling starts here*/
.what_we_do {
  background-color: #ff0058;
  height: 90vh;
}
.what_hero {
  display: flex;
  flex-wrap: wrap;
}
.what_hero .left {
  height: 23vh;
  margin-bottom: 20px;
}
.mind {
  position: absolute;
  top: 8%;
  left: -30%;
  animation: transitionIn .75s ease-in-out;
}
@keyframes transitionIn{
	from{
		opacity: 0;
		transform: translateY(200px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
.mind img {
  width: 100%;
  opacity: .75;
  animation: inherit;
}
.what_details {
  background-color: #FFF8F5;
  height: auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.what_hero .right {
  height: auto;
  padding: 20px 50px;
}
.what_hero .right .display-1 {
  color: #fff;
  font-weight: lighter;
  line-height: 1.1em;
  padding-bottom: 20px
}
.what_hero .right p {
  color: #000;
  font-weight: lighter;
  line-height: 1.1em;
  padding-bottom: 20px
}
.HCD {
  display: block;
  margin-bottom: 60px;
}
.HCD_Circle {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: #fff;
  border: 1px dotted #ff0058;
  margin: 25px 85px;
  position: relative;
}
.HCD_Circle .number {
  font-size: 3em;
  font-weight: 100;
  margin-top: 0.9em;
  color: #ff0058;
}
.services {
  width: 100%;
  height: auto;
  background-color: #FFF8F5;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flip-card-container {
  width: 47.75%;
  height: 400px;
  margin: 4px;
  perspective: 1000px;
  float: left;
  cursor: pointer;
}
.flip-card {
  /* [disabled]width: inherit; */
  height: inherit;
  position: relative;
  transform-style: preserve-3d;
  transition: .6s .1s;
  box-shadow: 0 0 1px 1px #ec407a4f;
  border-radius: 3px;
}
/* hover and focus-within states */
.flip-card-container:hover .flip-card, .flip-card-container:focus-within .flip-card {
  transform: rotateY(-180deg);
}
:checked + .flip-card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card-container:checked + .flip-card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-shadow: 0 20px 20px rgba(255, 255, 255, .2);
}
.card-front {
  transform: rotateY(0deg);
  z-index: 2;
  background-color: #fff;
}
/*input {
  display: none;
}*/
.form-group input{
	display: block;
}
.card__number {
  position: absolute;
  top: 8px;
  left: 8px;
}
.card-front, .card-back {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
figcaption {
  display: block;
  width: auto;
  bottom: 24px;
  position: absolute;
  color: #545454;
}
.card-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotate(180deg);
  transform: rotateY(180deg);
  z-index: 1;
  background-color: #ff0058;
}
.card-back h2 {
  position: absolute;
  top: 48px;
  text-align: center;
  font-size: 20px;
  color: white;
  margin: 0 24px 24px 24px;
  line-height: 1.2em;
}
.card-back p {
  position: absolute;
  top: 84px;
  text-align: left;
  font-size: .9em;
  font-weight: 400;
  color: #480000;
  margin: 24px;
  line-height: 1.2em;
}
.CTA {
  padding: 40px;
}
.CTA .display-1 {
  color: #202020;
}
.CTA button {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #ff0058;
}
.CTA button:hover {
  background-color: #FF0058;
}
.contact-1, .contact-2 {
  background-color: #FF6200;
  height: auto;
  padding: 80px;
  display: block;
  text-align: center;
  position: relative;
}
.contact-1 a:hover{
	color: #000;
}
.contact-2 button:hover{
	background-color: #fff;
}
.contact-2 a:hover{
	color: #ff0058;
}
.contact-1 .display-1 {
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
}
.contact-1 .deco-text {
  position: absolute;
  top: 30%;
  left: 34%;
  transform: rotate(-28deg);
  font-size: 2em;
}
.contact-1 button {
  padding: 8px 20px;
  margin: 12px;
  box-shadow: 0 0 9px 9px #bf360c40;
	margin-bottom: 40px;
}
.boy {
  position: absolute;
  bottom: -5px;
  right: 5px;
}
.contact-1, .CTA, a {
  color: #ff0058;
}
.contact-1, .CTA, a:hover {
  color: #fff;
}
.name {
  width: 60%;
  padding: 16px;
  background-color: #000000;
  opacity: .12;
  position: absolute;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-weight: 100;
}
.career {
  height: 100vh;
  background-image: url("Images/career_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px;
  margin: auto;
  display: block;
  text-align: center;
}
.career .display-1 {
  color: #ff0058;
  margin-bottom: 20px;
}
.career button {
  margin: 40px;
  background-color: transparent;
  border: 1px solid #ff0058;
}
.career button:hover {
  background-color: #FFF;
}
.career a {
  color: #ff0058;
}
.span{
	background: #fff8f5;
    text-align: center;
    padding: 16px;
}
/*Start of Why Us Page*/
.why_us{
	background-color: #FFF8F5;
	background-image: url("Images/Why_us_background.png");
	background-size: cover;
}
.why_us a{
	color: #ff0058;
}
.why_hero{
	padding: 40px;
	height: 82vh;
}
.why_hero .deco-text{
	color: #000;
	font-size: 1.2em;
	margin-left: -20px;
}
.why_hero .display-1{
	color: #ff0058;
	padding: 0 10px;
	font-size: 2.3em;
}
.why_hero p{
	padding: 10px;
	font-size: 1em;
	width: 95%;
}
.Core_values{
	background: #fff;
	height: auto;
	padding: 40px
}
.Core_details img{
	width:100px;
}
.core_card{
	display: flex;
	margin-top: 20px;
}
.core-img{
	margin-right: 20px;
}
.core_number{
	font-size: 0.8em;
	font-weight: bold;
}
.core_type{
	font-size: 1.8em;
}
.Core_lable{
	font-size: 1.5em;
}
.creativity{
	color: #ff0058;
}
.agility{
	color:#00AF2F;
}
.reliability{
	color: #FF4E00;
}
.excellence{
	color: #0062FF;
}
.core-descp p{
	font-size: .8em;
	padding:8px 0 0 0;
}
/*Our Work*/
.Our_work{
	background-image: url("Images/Our_Work.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.Our_work h2{
	color: #fff;
}
.work .portfolio{
	display: flex;
	height: 100vh;
	border-bottom: 1px solid #ccc;
	position: relative;
}

	.work .portfolio .left{
		width: 35%;
		padding: 15% 3% 15% 5%;
	}
	.work .portfolio .left h2{
		font-weight: 700;
		font-size: 1.3em;
	}
	.work .portfolio .right{
		width: 55%;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	.work .portfolio h2{
		font-size: 2em;
		color: #00AF2F;
	}
	.work .portfolio .display-2{
		padding-left: 40px;
	}
	.work .portfolio img {
    	width: 100%;
	}
	.customer_logo{
		width: 6%;
		height: 48px;
		position: absolute;
		top:231px;
		padding-left: 40px;
		}
	.customer_logo img{
		height: 100;
	}
	.Yagna{
		background-image: url("Images/Yagna_bg.svg");
		background-size: cover;
		background-size: 100%;
		animation: transitionIn .75s;
			}
		
	.ASG .display-2{
		color: #008073;
	}
	.ASG .right{
		padding-top: 10%;
		bottom: 2%;
	}
	.ASG h2{
		color: #008073;
	}
	.Cadence{
		background-image: url("Images/Cadence_bg.jpg");
		background-color: #000;
		background-size: cover;
	}
	
	.Cadence h2{
		color: #00AF2F;
	}

	.Cadence .display-2{
		color: #D73A47;
	}
	.IB{
		background-image: url("Images/IdeaBridge_BG.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	.Pulse{
		background-image: url("Images/Pulse_BG.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.Sum360{
		background-image: url("Images/Sum360_bg.png");
		background-size: cover;
		background-repeat: no-repeat;
	}

	.portfolio.IB .left{
		padding-top: 7%;
	}
	.portfolio.IB h2{
		color: #007AFF;
	}
	.portfolio.Pulse .left{
		padding-top: 12%;
	}
	.portfolio.Pulse h2{
		color: #4F00FF;
	}
	.portfolio.Pulse img{
		width: 100%;
	}
	.portfolio.Prospecta .left{
		padding-top: 20%;
	}
	.portfolio.Prospecta .display-2{
		color: #008B06;
	}
	.portfolio.Prospecta .right{
		bottom: 10%;
	}
	.portfolio.Sum360 h2{
		padding-left: 40px;
		color: #fff;
	}
	.portfolio.Sum360 .display-2{
		color: #579BF7;
	}
	.portfolio.Sum360 .right{
		bottom: -5px;
	}
/*--work transition-- */
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  
	from{
		opacity: 0;
		transform: translateY(-10px);
	}
	
	to { 
		opacity: 1;
		transform: translateY(0); }
}


/*--Modal Section --*/
.Contact-form1{
	width: 100%;
	height: 100vh;
	background-color: rgba(255,0,88,0.70);
	position: fixed;
	top: 0;
	z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
	overflow-y: hidden;
}
.bg-modal{
	width: 100%;
	height: 100vh;
	background-color: rgba(255,0,88,0.70);
	position: fixed;
	top: 0;
	z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
	overflow-y: hidden;
	}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}	

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.my-modal-content{
	width: 100%;
	height: 100%;
	background-color: white;
	display: inherit;
}

.left-col{
	width: 88px;
    height: 100%;
	padding: 8px;
}
.right-col{
	width: 100%;
    height: 100%;
	}

.content-row{
	height: 100%;
    padding: 20px;
    display: flex;
}

.menu-links{
	width:50%;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 100;
    line-height: 2.2;
    color: #ff0058;
}


.menu-contact-text{
	font-size: 1.2rem;
	font-weight: light;
}

.menu-address{
	margin-bottom: 60px;
}

.close{
	position: absolute;
	top: 32px;
	right:32px;
	cursor: pointer;
}
.close1{
	position: absolute;
	top: 24px;
	right:24px;
	cursor: pointer;
}
.right-content a{
	font-size: 1.2em;
	font-weight: 300;
	padding: 8px 0;
	color: #000;
	margin-left: 0px;
}
.right-content p{
	padding-top: 16px;
}
.right-content .display-2{
	padding-bottom: 16px;
    font-size: 1.5em;
	margin-top: 0px;
}
.Contact_header{
	width: 100%;
	height: 20vh;
	background-image: url("Images/Form1-bg.svg");
	background-color: #FFF8F5;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
}
.form_container{
	width: 100%;
	height: 100vh;
	background-color: #FFF8F5;
	margin: 0 auto;
	padding: 40px;
}
.form-group {
    margin: 10px;
    font-size: 1.5em;
    padding: 24px;
    width: 95%;
    max-width: 350px;
    border-radius: 10px;
	background-color: #FFF;
}
.form-section{
	height: auto;
	width: 100%;
	background-image: url("Images/Form2-bg.svg");
	background-color:#ff0058;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Jobs .form-section{
	background-color: #3f51b5;
}

.form-section .display-1{
	font-size: 24px;
    font-weight: 500;
    padding-top: 18px;
    text-transform: uppercase;
    color: #fff;
}
.form-container {
	width: 90%;
	background-color:#FFF8F5;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 20px #00000010;
	margin-bottom: 20px;
	border-radius: 8px;
	padding-top: 20px;
	margin-top:20px;
}
.form-container .display-1{
	text-align: center;
}
.form-container button{
	margin-top: 20px;
}
.form-group:nth-child(even) {
  margin-right: 0;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

.two-col{
	display: flex;	
}
.form-group .two-col input{
	width: 115%
}
.tel{
	margin-right: 100px;
}
.sub-title{
	color: #606060;
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
}
.form-group input, .form-group textarea{
	width: 100%;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 100;
    border: 1px solid rgba(128, 128, 128, 0);
    margin-top: 5px;
    color: #FF4E00;
    outline: none;
}
select{
	width: 100%;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 100;
    border: 1px solid rgba(128, 128, 128, 0);
    margin-top: 5px;
    color: #FF4E00;
    outline: none;
}
::placeholder {
  color: grey;
  opacity: .75; /* Firefox */
  font-size: 24px;
}
.form-section button{
	background-color: white;
    width: 200px;
    margin: 0 auto;
    display: block;
	margin-bottom: 40px;
}

.form-group .terms{
	display: inline;
	width:auto;
}
label{
	color: #000;
    font-size: .85em;
    font-weight: NORMAL;
}
#status{
	width: 90%;
	max-width: 500px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	border-radius: 8px;
}
#status.success{
	background-color: rgb(211, 250, 153);
	animation: status 4s ease forwards;
}
#status.error{
	background-color: rgb(250, 129, 92);
	color: #FFF;
	animation: status 4s ease forwards;
}
@keyframes status{
	0%{
		opacity: 1;
		pointer-events: all;
	}
	90%{
		opacity: 1;
		pointer-events: all;
	}
	100%{
		opacity: 0;
		pointer-events: none;
	}	
}
.PageNotFound{
	height: 100vh;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5%;
	}

@media (min-width: 320px) and (max-width: 600px) {
	
	.connect p {
    width: 40%;
  }
  .what {
    height: auto;
  }
  .hero {
    padding-top: 20px;
  }
  .hero h2 {
    font-size: 1.2em;
    margin-left: 30px;
  }
  .hero .display-1 {
    margin-left: 30px;
  }
  .hero .deco-text {
    font-size: 1.5em;
  }
  .hero p {
    display: none;
  }
  .card {
    width: 49.3333%;
  }
  .Circle {
    width: 320px;
    height: 320px;
    border-radius: 160px;
  }
  .Quote {
    margin: 6px;
    font-size: 2em;
  }
	.one h3{
		width: 80%;
	}
  .one img {
    bottom: 20px;
    padding: 0px;
    right: 0px;
    width: 90%;
  }
  .why {}
  .process_details {
    display: none;
  }
  .portfolio h3 {
    padding: 10px 20px 0 40px;
  }
  .fact_number {
    font-size: 2em;
  }
	.four .fact_details{
		width:33%;
		text-align: center;
	}
  .my-modal-content{
	display: flex;
	flex-wrap: wrap;
	}	
  .overlay-content {
    display: block;
    top: 0%;
    padding: 40px;
  }
  .overlay-content a {
    font-size: 1.5em;
    padding-bottom: 30px;
    margin-left: 30px;
  }
	.right-content a{
		font-size: 1.2em;
		margin-left: 0px;
		padding-bottom: 0px;
	}
  .left-content {
    width: 100%;
  }
  .right-content {
    padding-top: 20px;
    padding-left: 30px;  
  }
  .boy {
    display: none;
  }
	.why_us{
		height:auto;
	}
	.why_hero{
		height: auto;
	}
	.why_hero .display-1{
		font-size: 2em;
	}
	
	.career p{
		font-size: 0.8em;
	}
	.career button{
		margin: 20px;
	}
	button{
		margin-top: 20px;
	}
	.close-btn button{
		margin-top: 0px;
	}
	.girl-coffee img{
		display: none;
	}
	.Our_work{
		    background-position: right bottom;
		background-size: 170%;
		background-color: #000;
	}
	.Our_work .display-1{
		font-size: 6em;
		font-weight: bolder;
		margin-left: 0px;
		margin-top: -8px;
	}
	.Our_work h2{
		color: #ffffff;
		margin-left: 12px;
	}
.Our_work .hero p{
	font-weight: 100;
	font-size: 1.5em;
	padding-left: 16px;
	line-height: 1em;
	margin-top: -8px;
	
}
	.Our_work p{
		color: #fff;
		display: block;
	}
	.display-2{
		line-height: 1em;
		font-size: 2.3em;
		margin-top: 8px;
		margin-top: 120px;
	}
	.IB p{
		color: #000;
	}
	
	.work .portfolio{
		flex-wrap: wrap;
	}
	.work .portfolio .left{
		width: 100%;
    padding-top: 10%;
	}
	.work .portfolio .right{
		width: 100%;
		bottom: 5%;
	}
	.customer_logo{
		top:120px;
	}
	.Yagna .display-2{
		margin-top: 8px;
	}
	.IB h2{
		margin-top: 36px;
	}
	.IB .display-2{
		margin-top: 8px;
	}
	.work .portfolio.IB	 .right {
    bottom: -0.7%;
	}
	.ASG .customer_logo {
		width: 23%
	}
	.ASG .display-2{
		margin-top: 140px
	}
	
	.Cadence .customer_logo {
		width: 30%
	}
	.Pulse .display-2{
		margin-top: 110px;
	}
	.Pulse p{
		color: #000;
	}
	.Pulse .customer_logo {
		width: 30%;
	}
	.Pulse .right img{
		width: 85%;
		position: absolute;
		right: 0;
		bottom: 0px;
	}
	.Prospecta .customer_logo {
		width: 30%;
	}
	.Sum360 .display-2{
		margin-top: 8px;
	}
	.Sum360.portfolio .right{
		bottom: -0.45%;
	}
	h1 {
		margin-left: 30px;
		margin-top: 40px;
		font-size: 1.2em;
	}
		.form-group {
		margin: 10px;
		font-size: 1.5em;
		padding: 24px;
		width: 95%;
		max-width: 350px;
		border-radius: 10px;
	}
	.two-col{
		display: block;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
  .my-modal-content{
	display: flex;
	flex-wrap: wrap;
	}	
  .overlay-content {
    display: block;
    top: 0%;
    padding: 40px;
  }
  .overlay-content a {
    font-size: 1.5em;
    padding-bottom: 30px;
    margin-left: 30px;
  }
	.right-content a{
		font-size: 1.2em;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	.right-content p{
		padding-right: 40px;
	}
  
  .right-content {
    padding-top: 40px;
    padding-left: 30px;
	}
	.menu-contact{
		display: flex;
	}
	.connect p {
    width: 21%;
  }
  .hero {
    padding-top: 10px;
  }
  .hero .display-1 {
    font-size: 3em;
    line-height: 1.1em
  }
  .hero .left {
    padding-right: 100px;
  }
  .hero .right {
    margin: auto 0;
    display: block;
  }
  .hero p {
    padding: 16px 50px;
  }
  .hero .ux-tree {
    margin: auto;
  }
  .hero img {
    width: 87%;
    position: relative;
    left: 8.5%;
    bottom: -5px;
  }
  .content .display-1 {
    width: 80%;
    margin: auto;
    padding-bottom: 16px;
  }
  .two {
    height: 100vh;
    padding-bottom: 24px;
  }
	.two h3{
		width: 50%;
	}
  .two img {
    margin: 0px;
    position: absolute;
    width: 85%;
    right: 0px;
    bottom: 100px;
  }
  .card {
    width: 33%;
  }
  .one .facts {
    flex-flow: row;
    padding-top: 20px;
  }
  .one .fact_details {
    margin-bottom: 24px;
    width: 20%;
    text-align: left;
    padding-left: 40px;
  }
  .one img {
    bottom: 90px;
    right: 0px;
    width: 80%;
  }
  .four img {
    bottom: 40px;
    padding: 0px;
    width: 100%;
    right: 0px;
  }
  .one .fact_label {
    width: 100%;
  }
  .process_details {
    display: none;
  }
  .why {
    padding-bottom: 160px;
  }
  .four {
    height: 100vh;
  }
	.four h3{
		width:60%;
	}
  .overlay-content {
    top: 5%;
  }
  .overlay-content a {
    font-size: 1.2em;
    padding-bottom: 24px;
    margin-left: 0px;
  }
  .left-content {
    width: 100%;
	padding-left: 30px;
	height: 50vh;
  }
  .left-content a{
		font-size: 2em;
   }
  .mind {
    top: 5%;
    left: -60%;
  }
  .what_hero .left {
    height: 10vh;
  }
  .what_hero .right {
    margin-left: 55%;
  }
  .content .display-1 {
    width: 65%;
  }
  .HCD {
    display: flex;
  }
  .HCD_Circle {
    margin: 25px 32px;
  }
  .flip-card-container {
    width: 32%;
  }
  .CTA {
    height: 50vh;
  }
  .CTA .display-1 {
    margin-top: 17.5%;
    width: 80%
  }
  .contact-1 {
    height: 40vh;
    padding: 60px;
  }
  .contact-1 .deco-text {
    top: 20%;
    left: 41%;
  }
  .name {
    width: 80%;
    font-size: 2.5em;
  }
  .boy img {
    width: 88%;
    z-index: 1;
  }
  .career p {
    padding: 0 10%;
  }
	.why_hero{
		height: auto;
		padding: 80px;
	}
	.Core_details{
		display: flex;
	}
	.core_card{
		flex-direction: column;
		width: 25%;
	}
	.Core_details img{
		height: 150px;
		width: auto;
	}
	.contact-2 button{
		margin-bottom: 40px;
	}
	.girl-coffee{
		position: absolute;
    bottom: -5px;
    right: -30px;
	}
	.girl-coffee img{
		width: 70%
	}
	.Our_work{
		    background-position: right bottom;
			background-size: 170%;
			background-color: #000;
		}
	.Our_work .display-1{
		font-size: 8em;
		font-weight: bolder;
		margin-left: 0px;
		margin-top: -8px;
	}
	.Our_work h2{
		font-size: 2.5em;
	}
.Our_work .hero p{
	font-weight: 100;
	font-size: 1.5em;
	padding-left: 16px;
	line-height: 1em;
	margin-top: -8px;
	
}
	.Our_work p{
		color: #fff;
		display: block;
	}
	.display-2{
		line-height: 1em;
		font-size: 2.3em;
		margin-top: 8px;
		margin-top: 120px;
	}
	.IB p{
		color: #000;
	}
	
	.work .portfolio{
		flex-wrap: wrap;
	}
	.work .portfolio .left{
		width: 100%;
    padding-top: 10%;
	}
	.work .portfolio .right{
		width: 100%;
		bottom: 0%;
	}
	.customer_logo{
		top:140px;
	}
	.Yagna .display-2{
		margin-top: 8px;
	}
	.ASG .customer_logo {
		width: 12%
	}
	.ASG .right img{
		width: 85%;
		position: absolute;
		right: 0;
		bottom: 30px;
	}
	.Cadence .customer_logo {
		width: 20%
	}
	.IB .display-2{
		margin-top: 8px;
	}
	.IB p{
		width:50%;
	}
	.work .portfolio.IB	 .right {
    bottom: -0.6%;
	}
	.Pulse .display-2{
		margin-top: 110px;
	}
	.Pulse p{
		color: #000;
	}
	.Pulse .customer_logo {
		width: 20%;
	}
	.Pulse .right img{
		width: 85%;
		position: absolute;
		right: 0;
		bottom: 0px;
	}
	.Prospecta .customer_logo {
		width: 20%;
	}
	.Prospecta .display-2{
		margin-top: 140px;
	}
	.Sum360 .display-2{
		margin-top: 8px;
	}
	.Sum360.portfolio .right{
		bottom: -0.45%;
	}
}
.form-group {
    max-width: 500px;
}
	

@media (min-width: 769px) and (max-width: 1024px) {
  
	.my-modal-content{
		display: block;
	}
	.overlay-content {
    display: flex;
    top: 15%;
    padding: 40px;
  }
  .overlay-content a {
    font-size: 2em;
    padding-bottom: 30px;
    margin-left: 30px;
  }
	.right-content a{
		font-size: 1.2em;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	.right-content p{
		padding-right: 80px;
	}
  
  .right-content {
    padding-top: 0px;
    padding-left: 30px;
	width:50%
	}
	
  .who {
    height: 700px;
  }
  .connect p {
    width: 15%;
  }
  .hero .left {
    width: 45%;
  }
  .hero .right {
    width: 54%;
  }
  .hero h2 {
    margin-top: 100px;
  }
  .hero .display-1 {
    text-align: left;
    font-size: 4em;
    line-height: 1em;
    font-weight: 200;
  }
  .hero p {
    padding: 20px 50px;
  }
  .hero .ux-tree {
    left: 400px;
    margin-bottom: -10px;
  }
  .card {
    width: 32.8%;
    height: 50vh;
  }
  .what .left {
    width: 50%;
  }
  .what .content {
    text-align: left;
    display: block;
  }
  .red_lines {
    position: absolute;
    top: 38.5%;
    display: block;
  }
  .red_lines img {
    width: 100%;
  }
  .what .content .white_lines {
    display: block;
  }
  .what .content .red_lines {
    display: block;
  }
  .what .content .circel {
    display: block;
  }
  .what .content .girl {
    display: block;
  }
  .what .content .circel {
    margin: auto 0;
    text-align: center;
    width: 225px;
    height: 225px;
    background-color: #ff9d00;
    opacity: 0.25;
    border-radius: 114px;
    position: absolute;
    left: 14.5%;
    bottom: 33%;
  }
  .what .content .girl {
    display: block;
    position: absolute;
    bottom: -10.25%;
    left: 7.5%;
  }
  .what .content .girl:hover {
    z-index: 1;
  }
  .what .right {
    width: 50%;
  }
  .what .card-icon {
    position: relative;
    bottom: -60px;
  }
  .what .card-lable {
    position: relative;
    bottom: -120px;
  }
  .why {
    height: 100vh;
    display: flex;
    background-image: url("Images/Why_us_background.png")
  }
  .why .left {
    width: 50%;
  }
  .why .content {
    text-align: left;
    padding-top: 280px;
  }
  .why .Circle {
    width: 440px;
    height: 440px;
    border-radius: 220px;
    padding: 66px;
    opacity: 0.8;
  }
  .Quote {
    font-size: 2.8em;
    line-height: 1em;
  }
  .author {
    font-size: 1em;
  }
  .one .facts {
    flex-flow: column;
  }
  .one .fact_details {
    margin-bottom: 24px;
    width: 20%;
    text-align: left;
    padding-left: 40px;
  }
  .one .fact_label {
    width: 100%;
  }
  .one img {
    bottom: 40px;
    right: 0px;
    width: 70%;
  }
  .two img {
    margin: 0px;
    position: absolute;
    width: 75%;
    right: 0px;
    bottom: 16px;
  }
  .three img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70%;
  }
  .four img {
    bottom: 70px;
    padding: 0px;
    width: 70%;
    right: 0px;
  }
  .how .design_process img {
    width: 100%;
  }
  .process_details {
    display: none;
  }
  .contact_container {
    display: flex;
  }
  .company {
    width: 60%;
  }
  .contact_container .contact {
    margin: 0px;
  }
  .contact_container .contact p {
    font-size: 20px;
  }
  .social {
    margin-left: 50%;
    margin-top: 24px;
  }
  .four {
    height: 100vh;
  }
  .four .facts {
    flex-flow: column;
  }
  .what_hero .left {
    height: 17vh;
  }
  .what_hero .right {
    margin-left: 55%
  }
  .HCD {
    display: flex;
  }
  .HCD_Circle {
    margin: 25px 75px;
  }
  .flip-card-container {
    width: 24%;
  }
  .CTA {
    height: auto;
  }
  .CTA .display-1 {
    margin-top: 8%;
    width: 80%
  }
  .contact-1 {
    height: 380px;
    padding: 60px;
  }
  .contact-1 .deco-text {
    top: 20%;
    left: 43%;
  }
  .name {
    width: 80%;
    font-size: 2.5em;
  }
  .boy img {
    width: 88%;
    z-index: 1;
  }
	.career .display-1{
		margin-top: 80px;
		font-size: 2.5em;
	}
  .career p {
    padding: 0 10%;
  }
	.why_hero{
		height: auto;
		padding: 80px;
	}
	.Core_values{
		padding: 80px;
	}
	.Core_details{
		display: flex;
	}
	.core_card{
		flex-direction: column;
		width: 25%;
	}
.core-descp {
	padding-right: 16px;
}
	.Core_details img{
		height: 150px;
		width: auto;
	}
	.contact-2 button{
		margin-bottom: 40px;
	}
	.girl-coffee{
		position: absolute;
    bottom: -5px;
    right: 0px;
	}
	.girl-coffee img{
		width: 70%
	}
	.Our_work{
		    background-position: right bottom;
			background-size: 140%;
			background-color: #151414;
		}
	.Our_work .display-1{
		font-size: 8em;
		font-weight: bolder;
		margin-left: 0px;
		margin-top: -8px;
	}
	.Our_work h2{
		font-size: 2.5em;
	}
.Our_work .hero p{
	font-weight: 100;
	font-size: 1.5em;
	padding-left: 16px;
	line-height: 1em;
	margin-top: -8px;
	
}
	.Our_work p{
		color: #fff;
		display: block;
	}
	.display-2{
		line-height: 1em;
		font-size: 2.3em;
		margin-top: 8px;
		margin-top: 120px;
	}
	.IB p{
		color: #000;
	}
	
	.work .portfolio{
		flex-wrap: wrap;
	}
	.work .portfolio .left{
		width: 50%;
    padding-top: 10%;
	}
	.work .portfolio .right{
		width: 70%;
		bottom: 10%;
	}
	.customer_logo{
		top:160px;
	}
	.Yagna .display-2{
		margin-top: 8px;
	}
	.ASG .customer_logo{
		width: 10%
	}
	.ASG .right img{
		width: 85%;
		position: absolute;
		right: 0;
		bottom: 30px;
	}
	.IB .display-2{
		margin-top: 8px;
	}
	.IB p{
		width:70%;
	}
	.work .portfolio.IB	 .right {
    bottom: -0.6%;
	}
	.Cadence .customer_logo{
		width: 15%
	}
	.Pulse .customer_logo{
		width: 20%
	}
	.Pulse{
		background-position: right;
	}
	.Pulse .display-2{
		margin-top: 110px;
	}
	.Pulse p{
		color: #000;
	}
	.Pulse .customer_logo img{
		width: 60%;
	}
	.Pulse .right img{
		width: 80%;
		position: absolute;
		right: 0;
		bottom: 0px;
	}
	.Prospecta .customer_logo {
		width: 15%;
	}
	.Sum360 .display-2{
		margin-top: 8px;
	}
	.Sum360.portfolio .right{
		bottom: -0.45%;
	}
	.form-group {
    max-width: 800px;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .my-modal-content{
		display: block;
	}
	.overlay-content {
    display: flex;
    top: 15%;
    padding: 80px;
  }
  .overlay-content a {
    font-size: 2em;
    padding-bottom: 30px;
    margin-left: 30px;
  }
	.right-content a{
		font-size: 1.2em;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	.right-content p{
		padding-right: 80px;
	}
  
  .right-content {
    padding-top: 0px;
    padding-left: 30px;
	width:50%
	}
	
	.connect p {
    width: 10%;
  }
  .hero .left {
    width: 45%;
  }
  .hero h2 {
    font-size: 1.5em;
  }
  .hero .display-1 {
    font-size: 5.625em;
    line-height: 0.85em;
  }
  .hero p {
    padding: 20px 50px;
    font-size: 1.2em;
  }
  .card {
    width: 33%;
    height: 50vh;
  }
  .what .left {
    width: 50%;
  }
  .what .display-1 {
    font-size: 3em;
  }
  .what .content {
    text-align: left;
  }
  .red_lines {
    position: absolute;
    top: 38.5%;
    display: block;
  }
  .red_lines img {
    width: 100%;
  }
  .what .content .white_lines {
    display: block;
  }
  .what .content .red_lines {
    display: block;
  }
  .what .content .circel {
    display: block;
  }
  .what .content .circel {
    margin: auto 0;
    text-align: center;
    width: 225px;
    height: 225px;
    background-color: #ff9d00;
    opacity: 0.25;
    border-radius: 114px;
    position: absolute;
    left: 18%;
    bottom: 35%;
  }
  .what .content .girl {
    display: block;
    position: absolute;
    bottom: -0.5%;
    left: 12.5%;
  }
  .what .content .girl:hover {
    z-index: 1;
  }
  .what .right {
    width: 50%;
  }
  .what .card-icon {
    position: relative;
    bottom: -60px;
  }
  .what .card-lable {
    position: relative;
    bottom: -70px;
  }
  .why {
    height: 100vh;
    display: flex;
    background-image: url("Images/Why_us_background.png")
  }
  .why .left {
    width: 50%;
  }
  .why .content {
    text-align: left;
    padding-top: 280px;
  }
  .why .Circle {
    width: 440px;
    height: 440px;
    border-radius: 220px;
    padding: 66px;
    opacity: 0.8;
  }
  .why .display-1 {
    font-size: 3em;
  }
	.portfolio h2{
		font-size: 1.8em;
	}
	.portfolio h3{
		font-size: 2.5em;
		width: 45%;
	}
	.portfolio p{
		font-size: 1.5em;
	}
  .Quote {
    font-size: 3em;
    line-height: 1em;
    margin: 20px 0 16px 0;
  }
	.Home_work .display-1{
		width: 40%;
		margin: auto;
	}
	.fact_label{
		font-size: 1em;
	}
  .one .facts {
    flex-flow: column;
  }
  .one .fact_details {
    margin-bottom: 24px;
    width: 20%;
    text-align: left;
    padding-left: 40px;
  }
  .one .fact_label {
    width: 100%;
  }
  .one img {
    bottom: 40px;
    right: 0px;
    width: 60%;
  }
  .two img {
    margin: 0px;
    position: absolute;
    width: 63%;
    right: 0px;
    bottom: 16px;
  }
	.three{
		background-size: 75%;
	}
  .three img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 55%;
  }
  .four {
    height: 100vh;
  }
  .facts {
    flex-flow: column;
  }
  .four img {
    bottom: 70px;
    padding: 0px;
    width: 70%;
    right: 0px;
  }
  .how {
    height: auto;
    padding: 40px;
  }
  .how .content {
    padding: 0 15% 3% 15%;
  }
  .design_process img {
    width: 100%;
  }
  .process_details {
    margin: auto;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding: 0 4%;
  }
  .process_details p {
    border-right: 1px dotted #FE0004;
  }
  .Define {
    width: 23%;
    margin-left: 80px;
  }
  .Research {
    padding: 0 55px;
  }
  .Design {
    padding: 0 55px;
  }
  .Develop {
    padding: 0 55px;
  }
  .work .content .display-1 {
    padding: 0 30%;
  }
  .contact_container {
    display: flex;
  }
  .company {
    width: 50%;
  }
  .contact {
    margin: 0px;
  }
	.contact p{
		font-size: 1.5em;
	}
  .what_hero .left {
    height: 17vh;
  }
  .mind {
    top: 10%;
    left: -16%;
  }
  .what_hero .right {
    margin-left: 55%
  }
  .what_hero .display-1 {
    font-size: 3em;
  }
  .what_hero p {
    font-size: 1.3em;
  }
	.what_details h2{
		font-size: 1.5em;
		text-align: left;
	}
	.what_details .container{
		width: 100%;
		text-align: left;
		display: flex;
	}
	.what_details .display-1{
		width: 50%;
		text-align: left;
		font-size: 3em;
		margin-bottom: 2em;
	}
  .HCD {
    display: flex;
	  margin: auto;
	  text-align: center;
  }
  .HCD_Circle {
	width: 180px;
    height: 180px;
    border-radius: 90px;
    border: 2px dotted #ff0058;
    margin: 25px 134px;
  }
	.services{
		padding: 0 0 24px 24px;
	}
  .flip-card-container {
    width: 19%;
  }
  .CTA {
    height: 50vh;
	width: 45%;
    margin-left: 12%;
  }
  .CTA .display-1 {
    margin-top: 8%;
    width: 80%
		
  }
	.contact-1 .display-1{
		font-size: 3.5em;
	}
  .contact-1 {
    height: 360px;
    padding: 60px;
  }
  .contact-1 .deco-text {
	font-size: 3em;
    top: 25%;
    left: 43%;
  }
	.contact-1 button{
		padding: 12px 28px;
	}
	.contact-1 a{
		font-size: 1.2em;
	}
  .name {
    width: 70%; 
    font-size: 2.5em;
	margin: 0 10%;
  }
  .boy img {
    width: 100%;
	  margin-left:10%;
    z-index: 1;
  }
	.career .display-1{
		font-size: 3em;
	}
  .career p {
    padding: 0 30%;
    font-size: 1.2em;
  }
	.why_hero{
		height: auto;
		padding: 80px;
	}
	.why_hero p{
		width:50%;
	}
	.Core_values{
		padding: 80px;
	}
	.Core_details{
		display: flex;
	}
	.core_card{
		flex-direction: column;
		width: 25%;
	}
.core-descp {
	padding-right: 20px;
}
	.core-descp p{
		font-size: 1.2em;
		font-weight: 200;
	}
	.Core_details img{
		height: 230px;
		width: auto;
	}
	.contact-2 button{
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.girl-coffee{
		position: absolute;
    bottom: -5px;
    right: 0px;
	}
	.girl-coffee img{
		width: 70%
	}
	.Our_work{
		    background-position: cover;
			background-color: #000;
		}
	.Our_work .hero .left{
		width: 45%;
	}
	.Our_work .display-1{
		font-size: 15em;
		font-weight: bolder;
		margin-left: 36px;
		margin-top: -0px;
	}
	.Our_work h2{
		margin-left: 36px;
		font-size: 2.5em;
		margin-top: 19%;
	}
.Our_work .hero p{
	font-weight: 100;
	font-size: 2.5em;
	padding-left: 48px;
	line-height: 1em;
	margin-top: -16px;
	margin-left: 36px;
	
}
	.Our_work p{
		color: #fff;
		display: block;
	}
	.work .portfolio .left{
		width: 45%
	}
	.work .portfolio .display-2{
		margin-top: 2%;
		line-height: 1em;
	}

	.ASG .customer_logo{
		width: 8%;
		top: 22%
	}
	.ASG.portfolio .display-2{
		margin-top: 12%
	}
	.customer_logo {
		width: 12%;
    	top: 25%;
	}
	
	.Cadence.portfolio .display-2{
		margin-top: 12%
	}
	
	.IB.portfolio p{
		color: #000;
		width: 75%
	}
	.Pulse.portfolio .display-2{
		margin-top: 24%
	}
	.form-group {
    max-width: 800px;
	}
	
}
@media (min-width: 1441px) and (max-width: 1920px) {
  
	.my-modal-content{
		display: block;
	}
	.overlay-content {
    display: flex;
    top: 15%;
    padding: 80px;
  }
  .overlay-content a {
    font-size: 2em;
    padding-bottom: 30px;
    margin-left: 30px;
  }
	.right-content a{
		font-size: 1.2em;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	.right-content p{
		padding-right: 80px;
	}
  
  .right-content {
    padding-top: 0px;
    padding-left: 30px;
	width:50%
	}
	
	.connect p {
    width: 8%;
	  font-size: 1.1em;
  }
  .hero .left {
    width: 45%;
  }
  .hero h2 {
    font-size: 1.5em;
  }
  .hero .display-1 {
    font-size: 5.625em;
    line-height: 0.85em;
  }
  .hero p {
    padding: 20px 50px;
    font-size: 1.2em;
  }
  .card {
    width: 33%;
    height: 50vh;
  }
  .what .left {
    width: 50%;
  }
  .what .display-1 {
    font-size: 3em;
  }
  .what .content {
    text-align: left;
  }
  .red_lines {
    position: absolute;
    top: 38.5%;
    display: block;
  }
  .red_lines img {
    width: 100%;
  }
  .what .content .white_lines {
    display: block;
  }
  .what .content .red_lines {
    display: block;
  }
  .what .content .circel {
    display: block;
  }
  .what .content .circel {
    margin: auto 0;
    text-align: center;
    width: 225px;
    height: 225px;
    background-color: #ff9d00;
    opacity: 0.25;
    border-radius: 114px;
    position: absolute;
    left: 18%;
    bottom: 35%;
  }
  .what .content .girl {
    display: block;
    position: absolute;
    bottom: -0.5%;
    left: 12.5%;
  }
  .what .content .girl:hover {
    z-index: 1;
  }
  .what .right {
    width: 50%;
  }
  .what .card-icon {
    position: relative;
    bottom: -60px;
  }
  .what .card-lable {
    position: relative;
    bottom: -120px;
  }
  .why {
    height: 100vh;
    display: flex;
    background-image: url("Images/Why_us_background.png")
  }
  .why .left {
    width: 50%;
  }
  .why .content {
    text-align: left;
    padding-top: 280px;
  }
  .why .Circle {
    width: 440px;
    height: 440px;
    border-radius: 220px;
    padding: 66px;
    opacity: 0.8;
  }
  .why .display-1 {
    font-size: 3em;
  }
  .Quote {
    font-size: 3em;
    line-height: 1em;
    margin: 20px 0 16px 0;
  }
  .one .facts {
    flex-flow: column;
  }
  .one .fact_details {
    margin-bottom: 40px;
    width: 20%;
    text-align: left;
    padding-left: 40px;
  }
  .one .fact_label {
    width: 100%;
  }
  .one img {
    bottom: 40px;
    right: 0px;
    width: 60%;
  }
  .two img {
    margin: 0px;
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 16px;
  }
  .three img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45%;
  }
  .four {
    height: 100vh;
  }
  .facts {
    flex-flow: column;
  }
  .four img {
    bottom: 70px;
    padding: 0px;
    width: 65%;
    right: 0px;
  }
  .how {
    height: auto;
    padding: 40px;
  }
  .how .content {
    padding: 0 15% 3% 15%;
  }
  .design_process {
    padding: 0 5% 0 10%;
  }
  .design_process img {
    width: 80%;
  }
  .process_details {
    margin: auto;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding: 0 8.5%;
  }
  .process_details p {
    border-right: 1px dotted #FE0004;
  }
  .Define {
    width: 20%;
    margin-left: 120px;
  }
  .Research {
    padding: 0 55px;
  }
  .Design {
    padding: 0 85px;
  }
  .Develop {
    padding: 0 55px;
  }
  .work .content .display-1 {
    padding: 0 30%;
  }
  .contact_container {
    display: flex;
  }
  .company {
    width: 80%;
  }
  .contact {
    margin: 0px;
  }
  .portfolio h2 {
    font-size: 2em;
  }
  .portfolio h3 {
    font-size: 3em;
  }
  .portfolio p {
    font-size: 1.5em;
  }
  .fact_number {
    font-size: 4em;
  }
  .fact_label {
    font-size: 1.2em;
  }
  .four .fact_details {
    margin-bottom: 40px;
  }
  .services {
    padding: 0 0 24px 24px;
  }
  .flip-card-container {
    width: 17%;
  }
	
  .contact p{
	font-size: 1.5em;
   }
  .what_hero .left {
    height: 17vh;
  }
  .mind {
    top: 10%;
    left: -12%;
  }
  .what_hero .right {
    margin-left: 55%;
	   margin-right: 12%;
		
  }
  .what_hero .display-1 {
    font-size: 3em;
  }
  .what_hero p {
    font-size: 1.3em;
  }
	.what_details h2{
		font-size: 1.5em;
		text-align: left;
	}
	.what_details .container{
		width: 100%;
		text-align: left;
		display: flex;
	}
	.what_details .display-1{
		width: 50%;
		text-align: left;
		font-size: 3em;
		margin-bottom: 2em;
	}
  .HCD {
    display: flex;
	  margin: auto;
	  text-align: center;
	  width: 60%;
  }
  .HCD_Circle {
	width: 180px;
    height: 180px;
    border-radius: 90px;
    border: 2px dotted #ff0058;
    margin: 25px 92px;
  }
	.services{
		padding: 0 0 24px 24px;
	}
  .flip-card-container {
    width: 19%;
  }
	.card-back h2{
		font-size: 1.5em;
	}
	.card-back p{
		font-size: 1.1em;
	}
  .CTA {
    height: 50vh;
	width: 45%;
    margin-left: 12%;
  }
  .CTA .display-1 {
    margin-top: 8%;
    width: 80%
		
  }
	.contact-1 .display-1{
		font-size: 3.5em;
	}
  .contact-1 {
    height: 50vh;
    padding: 90px;
  }
  .contact-1 .deco-text {
	font-size: 3em;
    top: 24%;
    left: 44.5%;
  }
	.contact-1 button{
		padding: 12px 28px;
	}
	.contact-1 a{
		font-size: 1.2em;
	}
  .name {
    width: 70%;
    font-size: 3.5em;
    margin: 0 12%;
  }
  .boy img {
    width: 100%;
	  margin-left:80%;
    z-index: 1;
  }
	.career .display-1{
		font-size: 3em;
	}
  .career p {
    padding: 0 30%;
    font-size: 1.2em;
  }
	.why_hero{
		height: 100vh;
		padding: 120px;
	}
	.why_hero .display-1{
		font-size: 3em;
	}
	.why_hero .deco-text{
		font-size: 1.8em
	}
	.why_hero p{
		width:35%;
		font-size: 1.5em;
	}
	.Core_values{
		padding: 80px;
		height: 100vh
	}
	.Core_lable{
		font-size: 1.5em;
		padding-bottom: 40px;
	}
	.Core_details{
		display: flex;
		padding: 0 10%
	}
	.core_card{
		flex-direction: column;
		width: 25%;
	}
	.core-descp {
		padding-right: 36px;
	}
		.core-descp p{
		font-size: 1.2em;
			font-weight: lighter;
			padding-right: 50px;
	}
	.core-img{
		margin-right: 80px;
	}
	.Core_details img{
		height: 300px;
		width: auto;
	}
	.core_number{
		font-size: 1em;
		padding: 20px 0;
	}
	.core_type{
		font-size: 2em;
	}
	.contact-2{
		height: 400px;
	}
	.contact-2 button{
		margin-bottom: 40px;
	}
	.girl-coffee{
		position: absolute;
    bottom: -5px;
    right: 15%;
	}
	.girl-coffee img{
		width: 100%
	}
	.career .display-1{
		margin-top: 5%
	}
	
	
.Our_work h2{
	font-size: 2em;
	padding-left: 0px;
	margin-top: 120px
}
.Our_work .display-1{
	font-size: 20em;
	font-weight: bolder;
	margin-top: -4px
}
.Our_work .hero p{
	font-weight: 100;
	font-size: 3em;
	padding-left: 100px;
}
	.Our_work p{
		color: #fff;
	}
	.work .portfolio .left {
		width: 45%;
		position: relative;
		}
	.work .portfolio .left h2{
		font-size: 2em;
		position: absolute;
		top: 22%;
	}
	.work .portfolio .left .display-2{
		font-size: 4em;
		position: absolute;
		top: 33%
	}
	.customer_logo{
		position: absolute;
		top:30%;
		width: 12.5%
	}
	.Cadence .customer_logo{
		width: 20%;
	}
	.work .portfolio.ASG .left .display-2{
		padding-top: 5%
	}
	
	.IB p{
		color: #000;
		position: absolute;
		top: 46%;
		width: 50%;
	}
	.IB{
		background-image: url("Images/IdeaBridge_BG@2x.jpg");
		}
	
	.Pulse{
		background-image: url("Images/Pulse_BG@2x.jpg");
		background-repeat: repeat-x;
		background-position: -60%;
	}
	.Pulse .customer_logo{
		width: 20%;
	}
	.Pulse p{
		color: #000;
		position: absolute;
		top: 55%;
		width: 70%;
	}
	.Prospecta .customer_logo{
		width: 20%;
	}
		.Prospecta .display-2{
		margin-top: 5%;
	}
	.Sum360{
		background-image: url("Images/Sum360_bg@2x.jpg");
		background-color: #061852;
		}
	.form-group {
    max-width: 800px;
	}
	
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .my-modal-content{
		display: block;
	}
	.overlay-content {
    display: flex;
    top: 15%;
    padding: 40px;
  }
  .overlay-content a {
    font-size: 3em;
    padding-bottom: 30px;
    margin-left: 30px;
  }
	.right-content a{
		font-size: 1.2em;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	.right-content p{
		padding-right: 80px;
		font-size: 2em;
	}
  
  .right-content {
    padding-top: 0px;
    padding-left: 30px;
	width:50%
	}
	.display-1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2em;
  }
  p {
    font-size: 1.3em;
  }
  .connect p {
    width: 7.5%;
    font-size: 1.3em
  }
  .hero .left {
    width: 45%;
    padding-left: 50px;
  }
  .hero h2 {
    font-size: 3em;
    margin-top: 3em;
    padding-bottom: 1%
  }
  .hero .deco-text {
    font-size: 3em;
  }
  .hero .display-1 {
    font-size: 7.5em;
    line-height: 0.85em;
  }
  .hero p {
    padding: 20px 50px;
    font-size: 2em;
  }
  .ux-tree img {
    width: 120%;
    margin-left: 35%;
  }
  .card {
    width: 33%;
    height: 50vh;
  }
  .what .left {
    width: 50%;
  }
  .what h2 {
    font-size: 2em;
  }
  .what .display-1 {
    font-size: 4em;
  }
  .what button {
    font-size: 1.2em;
  }
  .what .content {
    text-align: left;
    padding: 88px;
  }
  .red_lines {
    position: absolute;
    top: 38.5%;
    display: block;
  }
  .white_lines img {
    width: 60%;
    margin-left: 20%
  }
  .red_lines img {
    width: 140%;
  }
  .what .content .white_lines {
    display: block;
  }
  .what .content .red_lines {
    display: block;
  }
  .what .content .circel {
    display: block;
  }
  .what .content .circel {
    margin: auto 0;
    text-align: center;
    width: 325px;
    height: 325px;
    background-color: #ff9d00;
    opacity: 0.25;
    border-radius: 160px;
    position: absolute;
    left: 16.5%;
    bottom: 40%;
  }
  .what .content .girl {
    display: block;
    position: absolute;
    bottom: -0.5%;
    left: 12.5%;
  }
  .girl img {
    width: 140%;
  }
  .what .content .girl:hover {
    z-index: 1;
  }
  .what .right {
    width: 50%;
  }
  .what .card-icon {
    position: relative;
    bottom: 0px;
    height: 55%
  }
  .what .card-number {
    font-size: 1.2em;
  }
  .what .card-lable {
    position: relative;
    bottom: -120px;
    font-size: 1.5em;
  }
  .why {
    height: 100vh;
    display: flex;
    background-image: url("Images/Why_us_background.png")
  }
  .why .left {
    width: 40%;
    padding: 80px;
  }
  .why .content {
    text-align: left;
    padding-top: 260px;
  }
  .why h2 {
    font-size: 2em;
  }
  .why .display-1 {
    font-size: 4em;
  }
  button {
    font-size: 1.2em;
  }
  .why .Circle {
    width: 700px;
    height: 700px;
    border-radius: 350px;
    padding: 120px;
    opacity: 0.8;
  }
  .why .display-1 {
    font-size: 3em;
  }
  .Quote {
    font-size: 5em;
    line-height: 1em;
    margin: 20px 0 16px 0;
  }
  .author {
    font-size: 1.2em;
  }
  .one .facts {
    flex-flow: column;
  }
  .one .fact_details {
    margin-bottom: 60px;
    width: 20%;
    text-align: left;
    padding-left: 40px;
  }
  .one .fact_label {
    width: 100%;
  }
  .one img {
    bottom: 40px;
    right: 0px;
    width: 60%;
  }
  .two img {
    margin: 0px;
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 16px;
  }
  .three img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45%;
  }
  .four {
    height: 100vh;
  }
  .facts {
    flex-flow: column;
  }
  .four img {
    bottom: 70px;
    padding: 0px;
    width: 65%;
    right: 0px;
  }
  .how {
    height: auto;
    padding: 40px;
  }
  .how .content {
    padding: 0 15% 3% 15%;
  }
  .design_process {
    padding: 0 5% 0 10%;
  }
  .design_process img {
    width: 80%;
  }
  .process_details {
    margin: auto;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding: 0 15%;
  }
  .process_details p {
    border-right: 1px dotted #FE0004;
  }
  .Define {
    width: 19%;
    margin-left: 100px;
    padding-right: 40px;
  }
  .Research {
    padding: 0 75px;
  }
  .Design {
    padding: 0 100px;
  }
  .Develop {
    padding: 0 55px;
  }
  .work .content .display-1 {
    padding: 0 30%;
  }
  .contact_container {
    display: flex;
  }
  .company {
    width: 80%;
  }
  h4 {
    font-size: 1.2em;
  }
  .contact {
    margin: 0px;
  }
  .portfolio h2 {
    font-size: 2em;
  }
  .portfolio h3 {
    font-size: 4em;
  }
  .portfolio p {
    font-size: 1.5em;
  }
  .fact_number {
    font-size: 5em;
  }
  .fact_label {
    font-size: 1.2em;
  }
  .four .fact_details {
    margin-bottom: 60px;
  }
  .contact p{
	font-size: 1.5em;
   }
  .what_hero .left {
    height: 12vh;
  }
	
  .mind {
    top: 5%;
    left: -11.5%;
  }
	.mind img{
		width:130%;
		opacity: 1;
	}
  .what_hero .right {
    margin-left: 55%;
	   margin-right: 12%;
		
  }
  .what_hero .display-1 {
    font-size: 4.5em;
  }
  .what_hero p {
    font-size: 2em;
  }
	.content{
		padding:88px;
	}
	.what_details h2{
		font-size: 1.5em;
		text-align: left;
	}
	.what_details .container{
		width: 100%;
		text-align: left;
		display: flex;
	}
	.what_details .display-1{
		width: 50%;
		text-align: left;
		font-size: 3em;
		margin-bottom: 2em;
	}
  .HCD {
    display: flex;
	  margin: auto;
	  text-align: center;
	  width: 50%;
  }
  .HCD_Circle {
	width: 250px;
    height: 250px;
    border-radius: 135px;
    border: 2px dotted #ff0058;
    margin: 25px 70px;
  }
	.HCD_Circle .number{
		font-size: 4.5em;
	}
	.HCD_Circle label{
		font-size: 1.5em;
	}
	.services{
		padding: 0 0 24px 24px;
	}
	figcaption{
		font-size:1.4em;
	}

  .flip-card-container {
    width: 19%;
  }
	.card-back h2{
		font-size: 1.5em;
	}
	.card-back p{
		font-size: 1.1em;
	}
  .CTA {
    height: 50vh;
	width: 45%;
    margin-left: 12%;
  }
  .CTA .display-1 {
    margin-top: 0%;
    width: 80%
		
  }
	.contact-1 .display-1{
		font-size: 4.5em;
	}
  .contact-1 {
    height: 50vh;
    padding: 90px;
  }
  .contact-1 .deco-text {
	font-size: 3.5em;
    top: 24%;
    left: 44.5%;
  }
	.contact-1 button{
		padding: 12px 28px;
	}
	.contact-1 a{
		font-size: 1.2em;
	}
  .name {
    width: 70%;
    font-size: 3.5em;
    margin: 0 12%;
  }
  .boy img {
    width: 140%;
	  margin-left:80%;
    z-index: 1;
  }
	.career{
		background-color: #f0f0f2;
		background-size: 66%;
	}
	.career .display-1{
		margin-top: 1.5em;
		font-size: 4.5em;
	}
  .career p {
    padding: 0 30%;
    font-size: 1.5em;
  }
	.why_hero{
		height: 100vh;
		padding: 120px;
	}
	.why_hero .display-1{
		font-size: 3em;
	}
	.why_hero .deco-text{
		font-size: 1.8em
	}
	.why_hero p{
		width:35%;
		font-size: 1.5em;
	}
	.Core_values{
		padding: 80px;
		height: 100vh
	}
	.Core_lable{
		font-size: 1.5em;
		padding-bottom: 40px;
	}
	.Core_details{
		display: flex;
		padding: 0 10%
	}
	.core_card{
		flex-direction: column;
		width: 25%;
	}
	.core-descp {
		padding-right: 36px;
	}
		.core-descp p{
		font-size: 1.2em;
			font-weight: lighter;
			padding-right: 50px;
	}
	.core-img{
		margin-right: 80px;
	}
	.Core_details img{
		height: 300px;
		width: auto;
	}
	.core_number{
		font-size: 1em;
		padding: 20px 0;
	}
	.core_type{
		font-size: 2em;
	}
	.contact-2{
		height: 400px;
	}
	.contact-2 button{
		margin-bottom: 40px;
	}
	.name{
		width: 40%;
    margin: 0 25%;
	}
	.girl-coffee{
		position: absolute;
    bottom: -5px;
    right: 25%;
	}
	.girl-coffee img{
		width: 100%
	}
	.career .display-1{
		margin-top: 5%
	}
	.Our_work{
		    background-position: cover;
			background-color: #000;
		}
	.Our_work .hero .left{
		width: 45%;
	}
	.Our_work .display-1{
		font-size: 20em;
		font-weight: bolder;
		margin-left: 36px;
		margin-top: -0px;
	}
	.Our_work h2{
		color: #ff0058;
		margin-left: 36px;
		font-size: 3.5em;
		margin-top: 20%;
	}
.Our_work .hero p{
	font-weight: 100;
	font-size: 3.0em;
	padding-left: 48px;
	line-height: 1em;
	margin-top: -16px;
	margin-left: 36px;
	
}
	.Our_work p{
		color: #fff;
		display: block;
	}
	.work .portfolio .left {
		width: 45%;
		position: relative;
		}
	.work .portfolio .left h2{
		font-size: 2em;
		position: absolute;
		top: 22%;
	}
	.work .portfolio .left .display-2{
		font-size: 4em;
		position: absolute;
		top: 33%
	}
	.customer_logo{
		position: absolute;
		top:30%;
		width: 12.5%
	}
	.Cadence .customer_logo{
		width: 20%;
	}
	.Cadence .display-2{
		margin-top: 16px;
	}
	.work .portfolio.ASG .left .display-2{
		padding-top: 5%
	}
	.work .portfolio .right{
		width: 50%;
	}
	
	.IB p{
		color: #000;
		position: absolute;
		top: 46%;
		width: 50%;
	}
	.IB{
		background-image: url("Images/IdeaBridge_BG@2x.jpg");
		}
	
	.Pulse{
		background-image: url("Images/Pulse_BG@2x.jpg");
		background-repeat: repeat-x;
		background-position: -60%;
	}
	.Pulse .customer_logo{
		width: 20%;
	}
	.Pulse .display-2{
		width: 50%;
		margin-top: 32px;
		line-height: 1em;
	}
	.Pulse p{
		color: #000;
		position: absolute;
		top: 57%;
		width: 50%;
	}
	.Prospecta .customer_logo{
		width: 20%;
	}
		.Prospecta .display-2{
		margin-top: 5%;
	}
	.Sum360{
		background-image: url("Images/Sum360_bg@2x.jpg");
		background-color: #061852;
		}
	.form-group {
    max-width: 800px;
	}
}



/*Form CSS starts here*/
#closeForm1 {
  height: 48px;
  width: 48px;
  background-image: url("../images/close.svg");
  background-size: cover;
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer
}
.form {
  display: none;
  background-color: #fff8f5;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 1;
}
.form.active {
  display: block
}
.form h2 {
  color: #606060;
  font-size: 26px
}
.pic__container {
  height: 274px;
  width: 274px;
  border-radius: 50%;
  background-image: url("../images/bbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.banner {
  background-image: url("../images/form1-bg.svg")
}
.form label {
  color: #606060cc;
  font-size: 56px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0
}
.form label.checkbox {
  font-size: 16px;
  color: #545454;
  line-height: 30px;
  margin-bottom: 0
}
.form input, .form textarea {
  font-size: 56px;
  color: #ff4e00;
  border: none;
  text-align: center;
  background-color: transparent;
  font-weight: 300;
  outline: none;
  max-width: 100%;
  line-height: 71px
}
.form textarea {
  display: block;
  width: 90%;
  height: 262px;
  line-height: 74px;
  margin: 0 auto;
  overflow: hidden;
  resize: none
}
.form button.form-submit-button {
  height: 50px;
  width: 170px;
  border-radius: 40px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  font-size: 16px;
  line-height: 46px;
  color: #bcbcbc;
  outline: none
}
.form input[type="checkbox"] {
  height: 27px;
  width: 27px
}
#userQuestion {
  width: 98%
}
#form2 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  display: block;
}
#form2.active {
  display: block;
  z-index: 1;
}
#form2 h2 {
  font-size: 26px;
  color: #606060;
  line-height: 54px
}
.field-box {
  padding: 45px 52px;
  max-width: 816px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 48px;
  position: relative
}
.field-box.bottom-right .connector {
  width: 64px;
  position: absolute;
  bottom: -48px;
  right: 30px;
  height: 48px;
  background-color: #fff
}
.field-box.bottom-right .connector .orange-curve {
  height: 100%;
  width: 100%
}
.field-box.bottom-right .connector .orange-curve::after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  width: 6px;
  background-color: #ff6200;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}
.field-box.bottom-right .connector .orange-curve::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  width: 6px;
  background-color: #ff6200;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}
.field-box.bottom-left .connector {
  height: 48px;
  background-color: #fff;
  content: "";
  width: 64px;
  position: absolute;
  bottom: -48px;
  left: 30px
}
.field-box.bottom-left .connector .orange-curve {
  height: 100%;
  width: 100%
}
.field-box.bottom-left .connector .orange-curve::after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  width: 6px;
  background-color: #ff6200;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}
.field-box.bottom-left .connector .orange-curve::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  width: 6px;
  background-color: #ff6200;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}
.form2 {
  background-color: #ff6200;
  background-image: url("../images/err.jpg")
}
.form2 label {
  font-size: 36px;
  color: #606060;
  opacity: 0.6;
  margin-bottom: 15px;
  display: block
}
.form2 input, .form2 select {
  font-size: 24px;
  line-height: 54px;
  color: #606060;
  height: 49px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 3px;
  width: 100%;
  outline: none;
  font-weight: 100;
  padding-left: 10px
}
.form2 textarea {
  resize: none;
  outline: none;
  height: 190px;
  width: 100%;
  font-weight: 100;
  padding-left: 10px;
  font-size: 24px;
  line-height: 54px;
  color: #606060
}
.form2 .sub-title {
  color: #606060;
  font-size: 16px;
  line-height: 34px;
  opacity: 0.6
}
h3 {
  color: #606060;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300
}
.submit-button-red {
  height: 48px;
  width: 168px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #ff0058;
  background-color: #fff;
  color: #ff0058;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer
}
.form2-footer {
  background-color: #fff8f5
}
.form2-footer .cont {
  max-width: 735px;
  margin: auto
}
.form2-footer input[type="checkbox"] {
  height: 27px;
  width: 27px
}
#closeForm2 {
  height: 48px;
  width: 48px;
  background-image: url("../images/close.svg");
  background-size: cover;
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer
}
/*# sourceMappingURL=style.min.css.map */