@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic);
body {
	/* font-family: 'Lato', sans-serif; */
	font-family:'Raleway','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}
/**********************index.html ********************************/
section {
	padding: 60px 0;
	text-align: center;
}
.navbar_top {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.menu {
	margin-top: 15px;
}
.menu ul li a {
	color: #7e7e7e;
	font-size: 14px;
}
.landing {
	background: url(../images/landing_yellow.png) center no-repeat;
	/*  background: url('../images/landing_yellow.png') no-repeat center top;*/

	padding: 136px 0;
}
.intro-text {
	text-align: center;
}
.intro-text h1 {
	margin-bottom: 33px;
	margin-top: 0px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.intro-text a {
	border: 1px solid #000;
	padding: 10px 40px;
	color: #000;
	margin-right:10px;
	text-transform:uppercase;

}
.intro-text a:hover {	border: 1px solid #000;background-color: #000;color: #ffcc00;
}
.btn-black:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
section.blog {
	padding: 14px 0;
	background-color: #f5f5f5;
	text-align: center;
	color: #5d5d5d;
}
.blog h3 {
	margin-top: 0px;
}
.engagement p {
	font-size: 16px;
	margin: 25px 0;
	color: #5f5f5f;
}
section.features {
	text-align: center;
}
section.features img {
	margin: 0 auto;
}
.features h2 { margin-top:50px;}
.feature1 {
	margin-bottom: 30px;
}
.feature1 img { max-width:144px;}
section.development {
	background-color: #f5f5f5;
}
.development h2 {
	margin-bottom: 25px;
}
.development p {
	font-size: 16px;
}
section.experience {
	background-color: #ffce26;
}
.experience h2 {
	margin-bottom: 30px;
}
.experience a {
	border: 1px solid #000;
	padding: 10px 40px;
	color: #000;
}
footer {
	padding: 60px 0;
	text-align: center;
}
.privacy a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.privacy {
	padding: 15px;
}
.copyright p {
	color: #000;
	font-size: 14px;
}
.copyright a {
	text-decoration: none;
}

/* plans */
.plans_page {
	background-color: #f5f5f5;
	text-align: center;
	color: #5d5d5d;
}

/*Pricing table and price blocks*/
.pricing_table {line-height: 150%;font-size: 12px;margin: 0 auto;width: 100%;max-width: 1170px;padding: 10px 0px;}
.price_block {			text-align: center; 			width: 100%; 			float: left; 			list-style-type: none; 			transition: all 0.25s; 			position: relative; 			margin-bottom: 10px; 		    padding:20px;		    border: 1px solid #e4e9ec;    -webkit-border-radius: 6px;    border-radius: 6px;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    background-color: #fff;		}
.pricing_table h3 {			text-transform: uppercase; 			padding: 5px 0; 			color: #ffcc00; 			margin: 0px 0 1px 0;		}
.price {display: table;color: #ffcc00;width: 100%;height: 70px;border-bottom: 1px solid #ffcc00;}
.price_figure {			font-size: 24px; 			text-transform: uppercase; 			vertical-align: middle; 			display: table-cell;		}
.price_number {			font-weight: bold; 			display: block;		}
.price_tenure {			font-size: 11px; 		}
/*Features*/
.features {			/*background: #f1f5fc;*/ 			color: #000;			margin: 0px;    		padding: 0px;		}
.features li {			padding: 8px 15px;			border-bottom: 1px solid #e4e9ec; 			font-size: 12px; 			list-style-type: none;			color:#8898a3;		}
.table_footer {			padding: 15px 0px 0px; 			/*background: #DEF0F4;*/		}
.table_footer a { width:100%; background-color:#ffcc00; border-color:#ffcc00}
.table_footer a:hover {     border: 1px solid #000;
    background-color: #000;
    color: #ffcc00;}
.action_button {			text-decoration: none; 			color: #fff; 			font-weight: bold; 			border-radius: 5px; 			/*background: linear-gradient(#666, #333); */			/*background:linear-gradient(#016c9d , #26a5e0 ); */			background-color:#ffcc00;			padding: 0px 20px; 			font-size: 12px; 			text-transform: uppercase;			width:100%;			display:block;			line-height:40px;		}
.action_button:hover {background-color:#d80f16;color: #fff; text-decoration:none}
.price_block:hover {box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);transform: scale(1.04) translateY(-5px);z-index: 1;/*border-bottom: 0 none;*/		}
.price_block:hover .price {			/*background:linear-gradient(#016c9d , #26a5e0 ); 			box-shadow: inset 0 0 45px 1px #016c9d;*/		}		.price_block:hover h3 {		/*	background: #222;*/		}
.price_block:hover .action_button {		/* background: linear-gradient(#26a5e0 , #016c9d); */		}
@media only screen and (min-width : 480px) and (max-width : 768px) {
			.price_block {width: 48%; margin-left:1%; margin-right:1%}
			.price_block:nth-child(odd) {/*border-right: 1px solid transparent;*/}
			.price_block:nth-child(3) {clear: both;}
			/*.price_block:nth-child(odd):hover {border: 0 none;}*/
		}
		@media only screen and (min-width : 769px){
			.price_block {width: 23%; margin-left:1%; margin-right:1%;}
			.price_block {/*border-right: 1px solid transparent; border-bottom: 0 none;*/}
			/*.price_block:last-child {border-right: 0 none;}
			.price_block:hover {border: 0 none;}*/
			.fadeInBlock {    opacity:0;}
		}

/**********************blog.html ********************************/

.landing_blog {
	background: url(../images/faq/blog_bg.png) center no-repeat;
	padding: 100px 0;
}
.intro-text_blog {
	text-align: center;
}
.intro-text_blog h1 {
	letter-spacing: 6px;
	font-size: 54px;
	margin-top: 0px;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
.intro-text_blog a {
	border: 1px solid #000;
	padding: 10px 40px;
	color: #000;
}
.blog_page {
	background-color: #f5f5f5;
	text-align: center;
	color: #5d5d5d;
}
.blog_page p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	margin: 25px 0;
}
/**********************faq.html ********************************/

.landing_faq {
	background: url(../images/faq/blog_bg.png) center no-repeat;
	padding: 100px 0;
}
.intro-text_faq {
	text-align: center;
}
.intro-text_faq h1 {
	letter-spacing: 6px;
	font-size: 54px;
	margin-top: 0px;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
.intro-text_faq a {
	border: 1px solid #000;
	padding: 10px 40px;
	color: #000;
}
.faq_page {
	background-color: #f5f5f5;
	text-align: left;
	color: #5d5d5d;
}
.faq_page p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	margin: 25px 0;
}
.question_1 img {
	width: 500px;
}
.question_7 ol li {
	font-size: 16px;
	line-height: 28px;
}
.question_8 ol li {
	font-size: 16px;
	line-height: 28px;
}
.panel-heading a {
	text-decoration: none;
}
/*******************Accordian*******************/

.panel-heading [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	float: right;
	color: #b0c5d8;
	font-size: 18px;
	line-height: 22px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}



/**********************media query for index page  ********************************/
@media screen and (max-width: 400px) {
.landing {
	padding : 112px 0 !important;
}
}
 @media screen and (min-width: 400px) and (max-width:800px) {
.landing {
	padding : 130px 0 !important;
}
}
 @media (min-width: 1200px) {
.container {
	width: 1000px;
}
}



/**********************media query for FAQ page  ********************************//**********************media query for index page  ********************************/
@media screen and (max-width: 400px) {
.panel-heading [data-toggle="collapse"]:after {
	font-size: 13px;
}
}
/* sign up contact form */
.list { background:url(../images/arrow_down.png) right center  no-repeat;  overflow:hidden; height: 40px;
    line-height: 40px;}
.list select { background-color:transparent; width:140%;  border: 0px;
    outline: 0px;
    line-height: 40px;
    margin-top: 12px;}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
	font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
	border-radius:5px;
}
#contact {
	background: #F9F9F9;
	padding: 25px;
	margin: 0px 0;
	border-radius:15px;
}
#contact h3 {
	color: #ffbc1c;
	display: block;
	font-size: 30px;
	font-weight: 400;
}
#contact h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}
fieldset {
	border: medium none !important;
	margin: 10px 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 0px;
	padding: 10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}
#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}
#contact button[type="button"] {
	cursor: pointer;
	width: 100%;
	border: none;
    background: #ffbc1c;
	color: #000;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
	margin-top:5px;
	border-radius:5px;
}
#contact button[type="submit"]:hover {
	background:#ffcc00;
	color: #000;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus, #contact textarea:focus {
	outline: 0;
	border: 1px solid #999;
	outline: none;
	background: rgba(255, 247, 28, 0.5);
	color: rgba(0, 0, 0, 0.7);
}
#contact .radio {/* display:inline !important*/
}
#contact input[type=checkbox]:not(old), #contact input[type=radio ]:not(old) {
	width : 2em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
}
#contact input[type=checkbox]:not(old) + label, #contact input[type=radio ]:not(old) + label {
	display : inline-block;
	/*margin-left  : -2em;*/
	line-height : 1.5em;
}
#contact input[type=checkbox]:not(old) + label > span, #contact input[type=radio ]:not(old) + label > span {
	display : inline-block;
	width : 1em;
	height : 1em;
	margin : 0.25em 0.5em 0.25em 0.25em;
	border : 0.0625em solid rgb(192,192,192);
	border-radius : 1em;
	background : rgb(224,224,224);
	background-image : -moz-linear-gradient(rgb(240,240,240), rgb(224,224,224));
	background-image : -ms-linear-gradient(rgb(240,240,240), rgb(224,224,224));
	background-image : -o-linear-gradient(rgb(240,240,240), rgb(224,224,224));
	background-image : -webkit-linear-gradient(rgb(240,240,240), rgb(224,224,224));
	background-image : linear-gradient(rgb(240,240,240), rgb(224,224,224));
	vertical-align : bottom;
}
#contact input[type=checkbox]:not(old):checked + label > span, #contact input[type=radio ]:not(old):checked + label > span {
	background-image : -moz-linear-gradient(rgb(224,224,224), rgb(240,240,240));
	background-image : -ms-linear-gradient(rgb(224,224,224), rgb(240,240,240));
	background-image : -o-linear-gradient(rgb(224,224,224), rgb(240,240,240));
	background-image : -webkit-linear-gradient(rgb(224,224,224), rgb(240,240,240));
	background-image : linear-gradient(rgb(224,224,224), rgb(240,240,240));
}
#contact input[type=checkbox]:not(old):checked + label > span:before {
	content : '✓';
	display : block;
	width : 1em;
	color : rgb(153,204,102);
	font-size : 0.875em;
	line-height : 1em;
	text-align : center;
	text-shadow : 0 0 0.0714em rgb(115,153,77);
	font-weight : bold;
}
#contact input[type=radio]:not(old):checked + label > span > span {
	display : block;
	width : 0.5em;
	height : 0.5em;
	margin : 0.125em;
	/* border           : 0.0825em solid rgb(115,153,77);*/
	border : 0.0825em solid rgb(255,188,28);
	border-radius : 0.225em;
	/* background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102)); */

	background : rgb(255,194,28);
	background-image : -moz-linear-gradient(rgb(255,252,28), rgb(255,252,28));
	background-image : -ms-linear-gradient(rgb(255,252,28), rgb(255,252,28));
	background-image : -o-linear-gradient(rgb(255,252,28), rgb(255,252,28));
	background-image : -webkit-linear-gradient(rgb(255,252,28), rgb(255,252,28));
	background-image : linear-gradient(rgb(255,252,28), rgb(255,252,28));
}
.how-soon {
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	line-height: 40px;
}
.how-soon label {
	font-weight: normal !important;
	margin-bottom:0px;
}
 @media (max-width: 768px) {
.how-soon .col-md-7 {
	padding-bottom: 10px;
}
}
.showcase_page {
	background-color: #f5f5f5;
	text-align: center;
	color: #5d5d5d;
}
.showcase_page p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	margin: 25px 0;
}
.showcase img {
	width: 320px;
}
.showcase-text .list-inline img { max-width:200px; text-align:center;}

.logo {
	background-image: url(../images/logo.png);
	background-size: 169px 33px;
	background-repeat: no-repeat;
	width: 169px;
	height: 33px;
	margin: 20px 0px 0px 15px;
	background-position: center center;
}
.banner-image {
	background-image: url(../images/phones.png);
	background-size: 600px 494px;
	background-repeat: no-repeat;
	width: 600px;
	height: 494px;
	margin: 20px 0px 0px 15px;
	background-position: center center;
	margin:0px auto;
}
 @media (max-width: 768px) {
	.banner-image {background-size: 250px 206px; 	width: 250px;
	height: 206px;} }

 @media (min-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {	margin-left: 0px!important;}

}
 @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
 .logo {
 background-image: url(../images/logo@2x.png);
}
 .banner-image {
 background-image: url(../images/phones@2x.png);
}
}
.navbar-nav>li { margin-left:3px; margin-right:3px; }
.navbar-nav>li>a { border-radius:5px;padding-top: 10px;
    padding-bottom: 10px;    font-size: 14px;border:1px solid transparent; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover , .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover  {  background-color: #ffbc1c; color:#000000; }
.signup { border:1px solid #777 !important;}
.active .signup ,  .signup:hover { border:1px solid ##ffbc1c !important;}
a:focus, a:hover  {color: #ffbc1c;}


header {  padding:90px 0px; text-align: center;    background-attachment: scroll;
    /*background-image: url(../images/landing_yellow.png);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/}

header .intro-text {   }
header .intro-text .intro-lead-in {    margin-bottom: 25px;    font-size: 22px;    font-style: italic;    line-height: 22px;}
header .intro-text .intro-heading {    margin-bottom: 25px;    text-transform: uppercase;    font-size: 50px;    font-weight: 700;    line-height: 50px;}
@media(min-width:769px) {
	header .intro-text {         }
    header .intro-text .intro-lead-in {        margin-bottom: 25px;        font-size: 40px;        font-style: italic;        line-height: 40px;    }
    header .intro-text .intro-heading {margin-bottom: 50px; text-transform: uppercase;  font-size: 75px; font-weight: 700;        line-height: 75px; }
}
header {  /*  background: -webkit-linear-gradient(top, #ffbc1c 0%, #26a5e0 100%);
    background: -moz-linear-gradient(top, #ffcc00 0%, #ffbc1c 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #ffbc1c 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #ffbc1c 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ffbc1c 100%);*/

	background: -webkit-linear-gradient(top, #ffbc1c 0%, #ffcc00 100%);
    background: -moz-linear-gradient(top, #ffcc00 0%, #ffbc1c 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #ffbc1c 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #ffbc1c 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ffbc1c 100%);

	}

header h2 {      margin: 0;    position: relative;      font-size: 34px;
    line-height: 46px;   z-index: 100;     font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;}
header p {     position: relative;    line-height: 22px;   z-index: 100;  font-size: 16px; margin: 26px 0 46px;
    letter-spacing: 1px;
    font-weight: 300;}

	@media(min-width:768px) {
.banner-text {position: absolute;
    top: 50%;
    padding: 0 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
	.showcase-text { margin-top:32%;}

	.intro-text img { min-height:370px;     max-width: 600px;}

	}
@media(max-width:769px) {
 .banner-text {position: static; margin-top:30px}
 header h2 {    font-size: 30px;     text-align: center !important;}
header h3 {    font-size: 14px; text-align: center !important ;}
header p {    font-size: 16px; text-align: center !important ;}
.intro-text a {    padding: 10px 19px;font-size: 14px;     width: 100%;
    margin: 0px auto 20px;}
.signup { border-color:transparent !important}
.showcase img { max-width:250px; text-align:center;}
.showcase_page .list-inline img { max-width:130px;}
.list-inline { max-width:324px; margin:0px auto}
.showcase_page .section-heading ,.showcase_page p{text-align:center;}
.navbar-toggle {margin-top: 18px;    margin-bottom: 0px;}
#contact h3 {font-size: 28px;}
.h2, h2 {
    font-size: 25px;
}
.intro-text img { max-width:280px;}
}
/*
@media (min-width:767px) and (max-width:769px){
.showcase-text { margin-top:0px;}
 .showcase_page .section-heading ,.showcase_page p{text-align:left;} .showcase-text .list-inline img { max-width:150px; text-align:center;}

 } */


 /* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  /* Styles */
  header {  padding:50px 0px 0px; }
  .intro-text img { max-width:300px;}
  .intro-text .banner-text { margin-top:180px; margin-bottom:-80px;}
}

.alert { margin:15px auto;    padding: 5px;}
.error {border-color:#a94442 !important}

::-moz-selection {
text-shadow: none;
background: #ffcc00;
color:#000;
}
::selection {
	text-shadow: none;
	background: #ffcc00;
	color: #000;
}
img::selection {
	background: /*0 0*/#ffcc00;
}
img::-moz-selection {
background: /*0 0*/#ffcc00;
}


/* Css starts (Roshni) */

.no-padding{
	padding: 0;
}

.aboutus_page{
	background-color: #fff;
  text-align: center;
  color: #5d5d5d;
	/* font-family: Lato,sans-serif; */
	padding: 0;
}

.aboutus-heading p{
	font-size: 34px;
  line-height: 1.28em;
	font-weight: 700;
	margin-bottom: 2em;
	padding-top: 60px;
}

.horizontal-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.products-value-number{
	font-size: 34px;
  line-height: 1em;
	font-weight: 700;
	margin-right: 16px;
}

.products-value-text{
	line-height: 1.25em;
	font-size: 16px;
	text-align: left;
}

.aboutus-products .custom-bottom-margin{
	margin-bottom: 5em;
}

.subindex{
	font-size: .75em;
}

.aboutus-products-subline p{
	font-size: 16px;
	line-height: 1.5em;
	margin: 1em 1em 4em;
}

.aboutus_page .container{
	width: 100%;
}

.grey-bg{
	background: #f5f5f5;
}

.aboutus-clients{
	margin: 5em auto 3em;
	padding: 0 5em;
}

.aboutus-projects .custom-padding{
	padding: 32px;
	padding-left: 4em;
	padding-top: 5em;
}

.aboutus-projects-subline{
	font-size: 30px;
	line-height: 1.5em;
	text-align: left;
}

.about-arrow {
  position: absolute;
  left: 98%;
  top: 50%;
}

.aboutus_page_body, .aboutus_page_html{
	overflow-x: hidden;
}

.aboutus-clients .custom-margin-bottom{
	margin-bottom: 1.5em;
}

.about-collage {
  height: 865px;
  max-width: 1700px;
	margin-right: auto;
  margin-left: auto;
	margin-bottom: 2em;
}

.about-collage-item {
  position: absolute;
}

.about-collage-item.slack-chat.hide-ls {
  z-index: 1;
}

.about-collage-item.slack-chat {
  left: 3%;
  top: 23px;
  width: 203px;
}

.about-collage-item.slack-logo {
  left: 15.5%;
  top: 68px;
  width: 46px;
}

.about-collage-item.amazon-desktop {
  left: 21%;
  top: 15px;
  z-index: 8;
  width: 511px;
}

.about-collage-item.amazon-mobile {
  left: 49%;
  top: 68px;
  width: 124px;
}

.about-collage-item.check {
  left: 58%;
  top: 23px;
  width: 68px;
}

.about-collage-item.tie {
  left: 60%;
  top: 108px;
  width: 48px;
}

.about-collage-item.bubble {
  left: 65%;
  top: -2px;
  z-index: 10;
  width: 76px;
}

.about-collage-item.coinbase-desktop {
  left: 65%;
  top: 31px;
  width: 391px;
}

.about-collage-item.coinbase-logo {
  left: 91%;
  top: 119px;
  z-index: 11;
  width: 83px;
}

.about-collage-item.patagonia {
  left: -.07%;
  top: 175px;
  width: 189px;
}

.about-collage-item.slack-illustration {
  left: 14%;
  top: 305px;
  width: 258px;
}

.about-collage-item.upload-file {
  left: 31%;
  top: 378px;
  z-index: 9;
  width: 202px;
}

.about-collage-item.slack-channel {
  left: 37%;
  top: 233px;
  z-index: 11;
  width: 576px;
}

.about-collage-item.adventures {
  left: 71.6%;
  top: 184px;
  width: 449px;
}

.about-collage-item.shopping {
  left: 6%;
  top: 534px;
  z-index: 9;
  width: 199px;
}

.about-collage-item.henry {
  left: 15.5%;
  top: 454px;
  width: 630px;
}

.about-collage-item.slack-desktop {
  left: 44%;
  top: 659px;
  width: 250px;
}

.aboutus-subline2 p{
	font-size: 30px;
	line-height: 1.5em;
	max-width: 80%;
  margin: 2em auto;
	text-align: left;
}

.aboutus-subline3 .first-subline-p{
	font-size: 16px;
	line-height: 1.5em;
	max-width: 80%;
  margin: 4em auto 0;
	text-align: left;
}

.aboutus-subline3 .second-subline-p{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	max-width: 80%;
  margin: 0 auto 3em;
	text-align: center;
}

.aboutus-subline3-heading{
	font-size: 34px;
  line-height: 1.28em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-top: 60px;
}

.aboutus-subline3-heading p{
	margin: 0;
}

.aboutus-subline3 .horizontal-center.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
	justify-content: flex-start;
}

.aboutus-subline3 .margin-right-style{
	margin-right: 16px;
}

.aboutus-subline3 .common-desc{
	font-size: 16px;
  line-height: 1.65em;
	text-align: left;
	bottom: 5px;
  position: relative;
}

.aboutus-subline3 .custom-padding{
	padding-bottom: 4em;
}

.aboutus-testimonials{
	padding: 2em 0 0;
	font-size: 30px;
}

.aboutus-chat{
	padding: 3em 0 0;
}

.aboutus-chat .chat-subline{
	/* color: #ffbc1c; */
	margin-bottom: 1.5em;
	font-size: 34px;
  line-height: 1.5em;
	font-weight: 700;
}

.aboutus-chat .chat-btn{
	color: #777;
  background-color: rgba(90, 79, 255, 0);
	padding: 10px 20px;
  font-size: 14px;
  line-height: 1em;
	border: 1px solid #777;
	text-decoration: none;
	border-radius: 5px;
}

.chat-btn:hover{
	background-color: #ffbc1c;
	border: 1px solid #ffbc1c;
	color: #000;
}

.quote-item {
  display: inline-block;
}

.quote-bubble {
  display: flex;
  margin-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
}

.quote-text {
  width: 400px;
  margin-right: 16px;
}

.card {
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 4px;
	position: relative;
}

.small-blockquote {
  font-weight: 400;
	border-left: none;
	margin: 0;
}

.small-copy {
  font-size: 16px;
	text-align: left;
}

.emphasis{
	font-weight: 700;
}

blockquote::before {
  content: "“";
  display: inline-block;
}

blockquote::after {
  content: "”";
  display: inline-block;
}

.card-angle {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

.custom-img-width{
	width: 61px !important;
	margin-right: 10px;
}

.flexslider{
	padding: 0 0.5em !important;
}

.desktop-testimonials{
	display: block;
}

.mobile-testimonials{
	display: none;
}

@media only screen and (max-width: 767px){
	.aboutus-products .custom-bottom-margin{
		margin-bottom: 3em;
	}
	/* .products-value-number{
		font-size: 40px;
	}
	.products-value-text{
		font-size: 18px;
	} */
	.aboutus-heading p{
		margin-bottom: 1.5em;
		/* font-size: 38px; */
	}
	/* .aboutus-products-subline p{
		font-size: 20px;
	}
	.aboutus-projects-subline{
		font-size: 20px;
	} */
	.about-arrow {
    width: 25%;
	}
	.aboutus-clients img{
		width: 100%;
	}
	.aboutus-clients .col-xs-6{
		padding: 0 0.6em;
	}
	.aboutus-clients{
		margin: 2em auto;
		padding: 0 0.5em;
	}
	.about-collage-item.slack-logo {
    left: 65%;
    top: 63px;
    z-index: 9;
    width: 75px;
	}
	.about-collage-item.amazon-desktop {
    left: -23%;
    top: 0;
    z-index: 7;
		max-width: 96%;
	}
	.hide-ls {
    display: none;
	}
	.about-collage-item.slack-channel {
    left: -2%;
    top: 276px;
    z-index: 8;
		max-width: 93%;
	}
	.about-collage-item.henry {
    left: 18%;
    top: 207px;
		max-width: 93%;
	}
	.about-collage {
    height: 690px;
		margin-bottom: 0;
	}
	.aboutus-subline2 p{
		font-size: 20px;
	}
	/* .aboutus-subline3 .first-subline-p, .aboutus-subline3 .second-subline-p{
		font-size: 20px;
	}
	.aboutus-subline3 .common-desc{
		font-size: 18px;
	} */
	.aboutus-subline3 .custom-padding{
		padding: 0 3em;
	}
	.aboutus-subline3 .hide-in-mobile{
		display: none;
	}
	.aboutus-subline3 .mobile-custom-padding{
		padding: 0.5em;
	}
	.aboutus-subline3{
		padding-bottom: 3em;
	}
	.aboutus-chat {
    padding: 3em 1em 0;
	}
	/* .aboutus-chat .chat-subline{
		font-size: 24.3px;
	} */
	.desktop-testimonials{
		display: none;
	}
	.mobile-testimonials{
		display: block;
		padding: 1em 0 1em 0.2em;
	}
	.quote-text{
		width: 100%;
	}
	.quote-bubble-people{
		margin-top: 1em;
	}
	.card-angle{
		left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
	}
	.quote-bubble{
		display: block;
		margin-right: 15px;
    margin-left: 10px;
	}
	.intro-text .banner-img{
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){
	/* .aboutus-heading p{
		font-size: 42px;
	}
	.products-value-number{
		font-size: 40px;
	}
	.products-value-text, .aboutus-subline3 .common-desc{
		font-size: 18px;
	}
	.aboutus-products-subline p, .aboutus-projects-subline, .aboutus-subline2 p, .aboutus-subline3 .first-subline-p, .aboutus-subline3 .second-subline-p{
		font-size: 26px;
	}
	.aboutus-chat .chat-subline{
		font-size: 30px;
	} */
	.intro-text .banner-img{
		max-width: 100%;
	}
	.banner-text{
		position: relative;
		transform: none;
		padding-top: 3em;
	}
}

@media screen and (max-width: 1024px) and (min-width: 992px){
	.intro-text .banner-img{
		max-width: 100%;
	}
	.intro-text .banner-text{
		margin-top: 0;
    margin-bottom: 0;
	}
	header .intro-text {
    padding-bottom: 3em;
	}
}

@media (min-width: 768px){
	.intro-text .banner-img {
	    min-height: 370px;
	    max-width: 100%;
	}
}

/* Koandaily css starts */

.koandaily-logo-div{
	text-align: center;
	padding: 1.5em 0;
}

.koandaily-content-div{
	padding: 2em 0 6em;
  background: url(../images/koandaily/rectangle-bg.png) no-repeat;
  background-position: -8em 10em;
  background-size: contain;
	display: flex;
  justify-content: center;
  align-items: center;
}

.koandaily-left-video-div{
	text-align: center;
	position: relative;
  left: 5em;
}

.video-div {
	position: absolute;
  z-index: 1;
  left: 0;
  top: 6%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 40%;
  height: 86.5%;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
	outline: none;
}

.phone-frame-img {
	z-index: -9999;
}

.koandaily-right-desc-div .main-heading{
	color: #D54D4D;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 42px;
	margin-bottom: 0.5em;
}

.koandaily-right-desc-div .star-img{
	vertical-align: middle;
}

.koandaily-right-desc-div .star-desc{
	font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  vertical-align: middle;
  color: #4a4a4a;
  margin-left: 10px;
  letter-spacing: 1.5px;
}

.koandaily-right-desc-div .star-custom-margin{
	margin-bottom: 5px;
}

.koandaily-right-desc-div .email-form-div{
	margin-top: 2em;
}

.koandaily-right-desc-div .email-input, .koandaily-right-desc-div .email-input:focus{
	box-shadow: none;
  padding: 30px 15px;
  font-size: 18px;
	outline: none;
	border: 1px solid #ddd;
}

.koandaily-right-desc-div .done-btn{
	background: #FFE256;
  color: #4a4a4a;
  padding: 20px 10px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 320px){
	.koandaily-right-desc-div .star-desc {
    font-size: 19px !important;
	}
	.koandaily-right-desc-div .main-heading {
    font-size: 24px !important;
	}
}

@media only screen and (max-width: 767px){
	.koandaily-logo-div .logo-img{
		width: 80%;
	}
	.phone-frame-img{
		width: 90%;
	}
	.video-div{
		width: 82%;
	}
	.koandaily-content-div{
		background: none;
		padding: 1em 0 2em;
		display: block;
	}
	.koandaily-left-video-div{
		left: 0;
	}
	.koandaily-right-desc-div .main-heading{
		font-size: 30px;
	}
	.koandaily-right-desc-div .star-desc{
		font-size: 23px;
	}
	.koandaily-logo-div{
		padding: 2em 0 1em;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.phone-frame-img{
		width: 50%;
	}
	.video-div{
		width: 46%;
	}
	/* .koandaily-content-div{
		background-position: -14em 10em;
		padding: 2em 0 4em;
	} */
	.koandaily-right-desc-div .main-heading{
		font-size: 25px;
	}
	.koandaily-right-desc-div .star-desc{
		font-size: 22px;
	}
	.koandaily-right-desc-div .email-form-div{
		margin-top: 1.5em;
	}
}

/* Koandaily css ends */

.privacy_policy_page {
	background-color: #f5f5f5;
	text-align: left;
	color: #5d5d5d;
}
.privacy_policy_page p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	margin: 25px 0;
}

.ul-custom-style{
	font-size: 16px;
  margin-bottom: 2em;
}

/* Css ends (Roshni) */
