header {
	top: 0;
	background: rgba(0,0,0,.7);
	position: fixed;
	z-index: 1000;
	-moz-transition: height .5s, background-color .5s ease;
	-o-transition: height .5s, background-color .5s ease;
	-webkit-transition: height .5s, background-color .5s ease;
	transition: height .5s, background-color .5s ease
}

.freetext{ font-size: 20px;}
.freetext div{ text-align: justify;}
.subtxt{ font-size: 20px; font-weight: 400; padding-top: 10px; color: rgba(0, 0, 0, 0.6);}
img.inner-ttl-img{ float: left;}

.background-white-text{ background: #09a47f; color: #fff;}
.background-white-text .subtxt{ font-size: 20px; font-weight: 400; padding-top: 10px; color: rgba(255, 255, 255, 0.6);}
.background-white-text .title-hdr{ color: #fff;}
.background-white-text  img.inner-ttl-img{ float: right;}
.txt-cntr{ text-align: center;}

.srs-wd-left{ width: 100%; font-family: Roboto, sans-serif; font-weight: 300; background: #fff; overflow: hidden; position: relative;}
.srs-wd-left .bg-grn { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #29bb9a; }
.srs-wd-left img{ position: absolute; right: 0%; width: 100%;}
.srs-wd-left .text{ margin-left: 5%; position: relative; text-align: left; padding: 80px 0; font-size: 20px; /*line-height: normal;*/}
.srs-wd-left .text h2{ margin-bottom: 40px; font-weight: 400;}

.srs-wd-right{ width: 100%; font-family: Roboto, sans-serif; font-weight: 300; background: #fff; overflow: hidden; position: relative;}
.srs-wd-right .bg-lt-choco { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #e8e7c8; }
.srs-wd-right img{ position: absolute; left: 0%; width: 100%;}
.srs-wd-right .text{ margin-right: 5%; position: relative; text-align: left; padding: 80px 0; font-size: 20px; /*line-height: normal;*/}
.srs-wd-right .text h2{ margin-bottom: 40px; font-weight: 400;}

.srs-wd-left .bg-grn-light { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #5fc0ad; }
.srs-wd-right .bg-lt-choco-last { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #f6f7ec; }

.srs-wd-left .bg-sd1 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #62d3e5; }
.srs-wd-right .bg-sd2 { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #c8d1da; }
.srs-wd-left .bg-sd3 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #f7ecce; }
.srs-wd-left .bg-sd4 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #32968c; }
.srs-wd-right .bg-sd5 { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #cccccc; }
.srs-wd-left .bg-sd6 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #f7f1e3; }
.srs-wd-right .bg-sd7 { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #e8e7e6; }
.srs-wd-right .bg-sd8 { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #04ccca; }
.srs-wd-left .bg-sd9 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #0d5c80; }
.srs-wd-right .bg-sd10 { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #8d9ea2; }
.srs-wd-left .bg-sd11 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #e9d1b9; }
.srs-wd-left .bg-sd12 { display: block; position: absolute; left: 0px; width: 50%; height: 100%; background-color: #076581; }
.srs-wd-right .bg-sd13 { display: block; position: absolute; right: 0px; width: 50%; height: 100%; background-color: #313c42; }

.mb-apps{ width: 100%; float: left; position: relative; background: #f1f6f8; padding: 40px 0; font-family: Roboto, sans-serif;
    font-weight: 300;}
.mb-apps .text{ margin-left: 5%; position: relative; text-align: left; padding: 220px 0; font-size: 20px; line-height: normal;}
.mb-apps .text h2{ font-weight: 400;}
.mb-apps:after{ position: absolute; top: 0; right: 0; height: 0%; width: 0%; content: ''; z-index: 0; border-style: solid; border-width: 0px 24vw 200vh 60vh;
    border-color: transparent rgba(9, 164, 127, 0.49) rgba(9, 164, 127, 0.49) transparent; }
.app-dtls{ padding-top: 35px; position: relative; z-index: 1;}

.pdng{ padding: 0 100px;}

.pt-bg{ background: #09a47f;}
.brwn-bg{ background: #c84d5f;}
.white-txt h2{ color: #fff;}
.white-txt .media-body{ color: #fff;}

.nv-blocks{ font-size: 0.5em; border: 1px solid #fff; padding: 20px; font-weight: 400; text-align: center; margin: 25px 0; height: 23vw;}

.address{ text-align: left; margin: 40px 0;}
.address img{ border: 6px solid #c4c4c4; border-radius:100px; -moz-border-radius:100px; -webkit-border-radius:100px; -o-border-radius:100px; -ms-border-radius:100px; max-width: 150px; max-height: 150px; }
.address h3{ margin: 10px 0;}
.contact-form{ margin: 40px 0; padding: 40px; background: #006f54;}
.contact-form input.form-control{ height: 54px; font-size: 16px;}
.contact-form textarea.form-control{ font-size: 16px;}
.btn-snd{ background-color: #006f54; border-color: #17ba92;}
h3.infoprayu{ margin-top:20px; font-weight:bold; text-transform: none; text-align:left;}

.nav-btns{ position: absolute;  cursor: pointer; background-color: #09a47f; padding: 20px; margin-top: 200px; z-index: 1;}
.ar-left{ left: 0; }
.ar-right{ right: 0; }

.solution-landing-page{ margin-top:0 !important; background:#16a085;}
.srvs-cntr{ background-color: #009882; padding-top:40px; }
.srvs-img{ text-align:center; margin-top:100px;}
.srvs-cnt{ text-align: center; color: #fff; padding: 40px 0 10px 0; font-size: 2.6vw; font-family: Roboto, sans-serif; font-weight: 300;}
.srvs-nav{ margin: 60px 0;} 
.srvs-nav div{ text-align: center; background: #fff; color: #09a47f; font-size: 16px; padding:22px 0; border-right: 10px solid #009882; font-weight: 400; margin: 5px 0;}
.srvs-nav a:hover div{ background: #008370; color: #fff;}


.our-approach-page>.oad .oad-landing-page .oad-landing-page-info .oad-landing-page-info-title{ text-align: center;}
.our-approach-page>.oad .oad-landing-page .oad-landing-page-info .oad-landing-page-info-text{ text-align: center;}

/*.our-approach-page>.oad[data-view=prototype] .level-prototype{ background: #f00895;}*/

.cse-studies .media-object{ display: inline-block;}    
.cse-studies img.media-object{ width: 100%;}
.cse-studies .pw-textblock{ padding-top: 50px;}
.cse-text{ font-size: 20px; font-family: Roboto, sans-serif; font-weight: 300; text-align: left;}
.media-img{ display: inline-table !important; background: #006f54; padding: 60px; width: 300px; background: url(../images/monitor-laptop.png) no-repeat; margin-bottom: 30px; border-radius: 5px; background-position: center; background-size: contain; }
.clnts .innerpgcntr{ /*height: 143px;*/ height: 60px;}
.strip-rit{border-left: 400px solid rgba(9, 164, 127, 0.38); border-top: 485px solid transparent; position:absolute;}
.logo-cont{ border: 1px solid rgba(0, 0, 0, 0.26); box-shadow: 0 0px 10px #b2b2b2; margin: 20px 0; padding: 20px; border-radius: 10px; text-align: center; }
.logo-cont .img-responsive{ display: inline-block;}

.cse-header{ text-align:center; margin-top:30px;}
.gry-bg{ background: rgba(239, 239, 239, 0.55);}
img.proj-img{max-width:60%;}

.gry-bg .media-img{ margin-bottom: 0;}
.gry-bg .media-img img{ padding: 22px;}

.oad-testing-text h3{ margin-top: 60px;} 

@media screen and (max-width:767px){
    img.inner-ttl-img{ display: none;}
    h2.title-hdr{ font-size: 26px;}
    .pdng{ padding: 0 20px;}
    .address{ text-align: center; margin: 40px 0;}
    h3.infoprayu{ margin-top:20px; font-weight:bold; text-transform: none; text-align:center;}
    img.proj-img{ display: none;}
}

@media screen and (max-width:1050px){
    .srs-wd-left .bg-grn { background-color: #fff; width:100%;}
    .srs-wd-left img{ display: none;}
    .srs-wd-left .text{ margin-left: 0; text-align: center;}
    
    .srs-wd-right .bg-lt-choco { background-color: #e8e7c8; width: 100%;}
    .srs-wd-right img{ display: none;}
    .srs-wd-right .text{ margin-right: 0; text-align: center;}
    
    .srs-wd-left .bg-grn-light { background-color: #fff; width:100%;}
    .srs-wd-right .bg-lt-choco-last { background-color: #f6f7ec; width: 100%;}
    .srs-wd-left .bg-sd1 { background-color: #fff; width:100%;}
    .srs-wd-right .bg-sd2 { background-color: #c8d1da; width: 100%;}
    .srs-wd-left .bg-sd3 { background-color: #f7ecce; width:100%;}
    .srs-wd-left .bg-sd4 { background-color: #32968c; width:100%;}
    .srs-wd-left .bg-sd4 + div .text{ color: #fff;}
    .srs-wd-right .bg-sd5 { background-color: #cccccc; width: 100%;}
    .srs-wd-right .bg-sd7 { background-color: #e8e7e6; width: 100%;}
    .srs-wd-right .bg-sd8 { background-color: #04ccca; width: 100%;}
    .srs-wd-right .bg-sd8 + div .text{ color: #fff;}
    .srs-wd-left .bg-sd9 { background-color: #0d5c80; width:100%;}
    .srs-wd-left .bg-sd9 + div .text{ color: #fff;}
    .srs-wd-right .bg-sd10 { background-color: #8d9ea2; width: 100%;}
    .srs-wd-left .bg-sd11 { background-color: #e9d1b9; width:100%;}
    .srs-wd-left .bg-sd12 { background-color: #076581; width:100%;}
    .srs-wd-left .bg-sd12 + div .text{ color: #fff;}
    .srs-wd-right .bg-sd13 { background-color: #313c42; width: 100%;}
    .srs-wd-right .bg-sd13 + div .text{ color: #fff;}
    
    .app-dtls{ display: none; }
    .mb-apps .text{ margin-left: 5%; position: relative; text-align: left; padding: 80px 0; font-size: 20px; line-height: normal;}
    
    .clnts .innerpgcntr{ height:  64px;}
    .client-tiles .client-item.col-md-12 .block-contents h1.visible-header{ font-size: 2.8vw;}
    
    .gry-bg .media-img{ margin-bottom: 0px;}
    .cse-text{ text-align: center;}
    .for-car .carousel-control-block > .carousel-button-right > a{ font-size: 50px !important;}
    .for-car .carousel-control-block > .carousel-button-left > a{ font-size: 50px !important;}
    .srvs-cntr{ padding-top: 0;}
    
}

/** animated boxes **/
/*.animBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .35s ease-in;
  -moz-transition: all .35s ease-in;
  -ms-transition: all .35s ease-in;
  -o-transition: all .35s ease-in;
  transition: all .35s ease-in;
}
.animBlock[data-position="left"] { left: -20%; }
.animBlock[data-position="right"] { right: -20%; }

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}*/



.client-tiles .client-item.col-md-12 {
	padding: 0;
	cursor: pointer;
	overflow: hidden
}
.client-tiles .client-item.col-md-12 .block-contents {
	position: relative
}
.client-tiles .client-item.col-md-12 .block-contents .image {
	/*height: 25vw;*/
    height: 14vw;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s
}
.client-tiles .client-item.col-md-12 .block-contents img {
	transition: all .1s ease-in-out
}
.client-tiles .client-item.col-md-12 .block-contents h1.visible-header {
	font-family: Roboto, sans-serif;
	/*font-size: 2.5vw;*/
    font-size: 1.2vw;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 44%;
	vertical-align: middle;
	line-height: normal;
	margin: auto;
	display: inline-block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100
}
.client-tiles .client-item.col-md-12 .block-contents .active-pink, .client-tiles .client-item.col-md-12 .block-contents .hover-back {
	display: none
}
@media (max-width:992px) {
.client-tiles .client-item.col-md-12 .block-contents .image {
	height: 33.333vw
}
}
@media (max-width:767px) {
.client-tiles .client-item.col-md-12 .block-contents .image {
	height: 50vw
}
.client-tiles .client-item.col-md-12 .block-contents h1.visible-header {
	display: block!important;
	opacity: 1!important;
	font-size: 5.5vw
}
    
    
    .srvs-cnt{ margin-top: 84px; font-size: 4.6vw;}
    .srvs-img{ margin-top: 40px;}
    .freetext div{ text-align: center;}
    
}
.client-tiles .client-item.col-md-12 .content {
	display: none
}
.client-tiles .client-item.col-md-12 .content .logo-wrapper1 {
	width: 40%;
	height: 40%;
	position: relative;
	/*margin: 15px auto;*/
    margin: 80px auto;
}
.client-tiles .client-item.col-md-12 .content .logo-wrapper1 .logo-wrapper2 {
	position: absolute;
	height: 100%;
	width: 100%
}
.client-tiles .client-item.col-md-12 .content .logo-wrapper1 .logo-wrapper2 .logo-image {
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 60%;
	height: auto;
	left: 0;
	right: 0
}
.client-tiles .client-item.col-md-12.view:hover h1.visible-header {
	display: none;
	opacity: 0
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .image {
	transition: all 6.5s;
	-webkit-transition: all 6.5s;
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3)
}
.client-tiles .client-item.col-md-12.view:hover .block-contents img {
	transition: all 6.5s ease-in-out;
	-webkit-transition: all 6.5s ease-in-out
}
@media (max-width:992px) {
.client-tiles .client-item.col-md-12.view:hover .block-contents .image {
	transition: none;
	-webkit-transition: none;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1)
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .content {
	background: rgba(11,131,130,.57)
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .content .logo-wrapper1 {
	width: 20vw;
	height: 20vw
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .content a {
	padding: 15px 0!important;
	font-size: 2vw!important
}
}
@media (max-width:768px) {
.client-tiles .client-item.col-md-12.view:hover .block-contents .content a {
	font-size: 3vw!important
}
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: rgba(11,131,130,0);
	text-align: center;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 20px;
	-moz-animation: greenshadein linear .2s forwards;
	-o-animation: greenshadein linear .2s forwards;
	-webkit-animation: greenshadein linear .2s forwards;
	animation: greenshadein linear .2s forwards
}

.client-tiles .client-item.col-md-12.view:hover .block-contents .content p {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 1vw;
	max-height: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 25px;
	max-width: 60%;
	margin: auto auto 30px
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .content a {
	border: 1px solid #fff;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 1vw;
	padding: 15px 20px;
	cursor: pointer;
	left: 0;
	right: 0;
	max-width: 40%;
	margin: auto;
	bottom: 10%
}
.client-tiles .client-item.col-md-12.view:hover .block-contents .content a:hover {
	background: rgba(3,90,93,.5);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.client-tiles.carousel-mode {
	margin-top: 200px;
	position: relative
}
.client-tiles.carousel-mode .nextButton, .client-tiles.carousel-mode .prevButton {
	display: block;
	width: 78px;
	height: 78px;
	position: absolute;
	top: 192px;
	cursor: pointer;
	z-index: 101;
	background-color: #c61b61;
	background-repeat: no-repeat;
	background-size: contain
}
.client-tiles.carousel-mode .prevButton {
	left: 0
}
.client-tiles.carousel-mode .nextButton {
	right: 0
}
.client-tiles.carousel-mode .client-item.col-md-12 .block-contents .image {
	height: 269px;
	transition: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	max-height: 100%;
	position: fixed
}
.client-tiles.carousel-mode .client-item.col-md-12 .block-contents .image>div {
	transition: all 1s;
	background-color: none
}
.client-tiles.carousel-mode .client-item.col-md-12 .block-contents h1.visible-header {
	max-width: 100%;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 1.8vw;
	position: fixed
}
.our-approach-page>.oad .oad-pageselector, .testimonial-page .testimonialitem {
	font-weight: 300;
	font-family: Roboto, sans-serif
}
.client-tiles.carousel-mode .client-item.col-md-12 .block-contents img {
	transition: none
}
.client-tiles.carousel-mode .client-item.col-md-12.view.active .block-contents .image {
	height: 294px;
	transition: none;
	-moz-transform: none;
	-webkit-transform: none
}
.client-tiles.carousel-mode .client-item.col-md-12.view.active .block-contents h1.visible-header {
	display: none
}
.client-tiles.carousel-mode .client-item.col-md-12.view.active .block-contents .active-pink {
	background: #be1761;
	opacity: .7;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	position: fixed
}
.client-tiles.carousel-mode .client-item.col-md-12.view.active .block-contents .active-pink img {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 60%;
	max-height: 100%
}
.client-tiles.carousel-mode .client-item.col-md-12.view:hover .block-contents .image {
	transition: none;
	transform: none
}
.client-tiles.carousel-mode .client-item.col-md-12.view:hover .block-contents .image>div {
	background-color: rgba(0,0,0,.3)
}
.client-tiles.carousel-mode .client-item.col-md-12.view:hover .block-contents img {
	transform: none
}
.client-tiles.carousel-mode .client-item.col-md-12.view:hover .block-contents h1.visible-header {
	display: block;
	opacity: 1
}
.client-tiles.carousel-mode .client-item.col-md-12.view.active:hover>.block-contents>.image>div, .client-tiles.carousel-mode .client-item.col-md-12.view:hover .block-contents .content {
	display: none
}
.client-tiles.carousel-mode .client-item.col-md-12.view.active:hover>.block-contents>h1.visible-header {
	display: none;
	opacity: 0
}

@media screen and (max-width:1050px){
    .client-tiles .client-item.col-md-12 .block-contents h1.visible-header{ font-size: 2.8vw;}
    
}



/*@media (min-width:1366px) and (max-width:1919px){
.our-approach-page>.oad .oad-prototype .oad-prototype-desk>div>img { position: absolute; top: -9842px; bottom: -9358px;	left: -9999px; right: -9999px; margin: auto;
	width: 100% !important; }
}*/


span.wpcf7-not-valid-tip{ color: #f3d93a; padding-top:2px; font-size: 0.9em; text-align:left;}
.contact-form textarea.form-control{ resize:none; max-height:64px;}
div.wpcf7-validation-errors{ color: #f3d93a; padding-top:15px; font-weight:400;}
div.wpcf7-mail-sent-ok{ border:none !important; color: #f2f8ba; padding-top:15px;}















