@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Template
Version:	1
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
@import url("font-awesome.min.css"); 
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}

/* ==================================================
   1. Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	color:#cfcfcf;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus{
	text-decoration:none;
	outline: 0;
	color:#5fb8f1;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.gray-bg{
	background:#CDCBCB;
}
.gray-text{
	color:#CDCBCB;
}
.lgray-bg{
	background:#F9F8F5;
}
.dgray-bg{
	background:#454545;
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}
.align-right{
	float:right;
	margin:0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;	
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
iframe{
	border:0;
}

/* ==================================================
   2. Typography
================================================== */
h1, h2, h3, h4, h5, h6{
	margin:0 0 20px 0;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:.5px;
}
h1{
	font-size:32px;
}
h2{
	font-size:30px; text-transform:uppercase;
}
h2 small{
	display:block;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-size:45%
}
h3 {font-size:36px; }
h4 {font-size:30px;color:#0064b2; line-height:1em;}
h4 span {font-size:20px;color:#333; display:block;}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#333;
	text-decoration:none;
}
.huge{
	font-size:10em;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	border-left:3px solid #222;
}
blockquote p{
	margin-bottom:0;
	white-space:1px;
	line-height:1.8em;
	font-style:italic;
	color:#999;
}
blockquote cite{
	font-weight:700;
}
blockquote cite:before{
	content:"- ";
}
p.lead{
	font-size:20px;
	line-height:28px;
}
p.md{
	font-size:16px;
}
p.lg{
	font-size:30px;
}
.lighter p{
	color:#ccc;
}
p.small{
	color:#999;
	font-size:12px;
	line-height:17px;
	margin-top:10px;
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#E8E8E8;
}
hr.sm{
	display:inline-block;
	margin:0 0 15px 0;
	width:40px;
	height:2px;
	border:0;
}
hr.md{
	display:inline-block;
	margin:15px 0;
	width:100px;
	height:2px;
	border:0;
}
hr.fw{
	display:block;
	clear:both;
	margin-top:50px;
	margin-bottom:43px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.fw.cont{
	margin:20px 0;
}
ul{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
ul ul, ol ul{
	margin:10px 0 10px 20px;
}
ul ul{
	list-style-type:circle;
}
dl{
	margin:10px 0;
}
dl dt{
	font-weight:700;
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px;
}
address.ico p{
	margin:0;
	padding-bottom:10px;
}
address.ico span{
	display:inline-block;
	padding-left:20px;
}
.cursive{
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight:400;
  color:#999;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}
.margin-5{
	margin-bottom:5px !important;
}
.margin-10{
	margin-bottom:10px !important;
}
.margin-15{
	margin-bottom:15px !important;
}
.margin-20{
	margin-bottom:20px !important;
}
.margin-30{
	margin-bottom:30px !important;
}
.margin-40{
	margin-bottom:40px !important;
}
.margin-50{
	margin-bottom:50px !important;
}
.margin-60{
	margin-bottom:60px !important;
}
.margin-70{
	margin-bottom:70px !important;
}
.margin-80{
	margin-bottom:80px !important;
}
.push-top-10{
	margin-top:10px;
}
.push-top-20{
	margin-top:20px;
}
.push-top-30{
	margin-top:30px;
}
.push-top-40{
	margin-top:40px;
}
.push-top-50{
	margin-top:50px;
}
.push-top-60{
	margin-top:60px;
}
/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb0{
	padding-top:0!important;
	padding-bottom:0!important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-75, .spacer-100{
	clear:both;
	width:100%;
}
.spacer-10{
	height:10px;
}
.spacer-20{
	height:20px;
}
.spacer-30{
	height:30px;
}
.spacer-40{
	height:40px;
}
.spacer-50{
	height:50px;
}
.spacer-60{
	height:60px;
}
.spacer-75{
	height:75px;
}
.spacer-100{
	height:100px;
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent{
	background:rgba(0,0,0,.7);
}
.overlay-white{
	background:rgba(255,255,255,.9);
}
.checkers-overlay{
	background:url(../images/checkers.png) repeat;
}
.pattern-overlay{
	background:url(../images/pattern.png) repeat;
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	color:#CDCBCB;
	font-size:12px;
	line-height: 16px;
	display:block;
	font-weight:400;
}
.meta-data strong{
	color:#999;
}
.meta-data a{
	color:#CDCBCB;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > span{
	display:inline-block;
}
.meta-data i{
	margin-right:4px;
}
.meta-data > span:last-child{
	margin-right:0;
}
.meta-data.alt{
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
}
.meta-data.alt > div{
	padding:0 5px;
	display:inline-block;
}
.meta-data.alt > div:first-child{
	padding-left:0;
}
.meta-data.alt > div:after{
	content:"/";
	margin-left:10px;
}
.meta-data.alt > div:last-child:after{
	content:"";
}
p.meta-data{
	font-size:16px;
	line-height:1.7em;
}
.btn-rounded{
	border-radius:30px;
}
.light-title{
	color:#fff;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body{
	background-color:#fff;
	color:#333;
	font-size:14px;
	font-weight:400;
	line-height:1.5em;
	background-attachment:fixed;
	overflow-x:hidden;
}

/* ==================================================
   6.5. Overriding Classes
================================================== */
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
}
.touch .parallax, .page-header.parallax{
	background-attachment:scroll!important;
}
.left
{ float:left;}
.right
{ float:right;}
h1,h2,h3,h4,h5,h6,ul,li
{ margin:0; padding:0;}
p, ul li
{ font-size:14px;}
h3 span
{ font-size:20px; text-transform:uppercase; padding:10px 0; display:block; }

body
{font-family:'Roboto', sans-serif; }

.right
{ text-align:right;}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active
{background:#922d46; border:1px solid #922d46;}
.btn:hover .tooltip {
  opacity: 1; display:block;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	display:inline;
	font-size:20px;
}
.modal-body
{ text-align:center;}

.back-to-top {	
	position: absolute;
	top: -55px;
	right: 0px;
	display: block;
	background:#cfdeff;	
	border:0; border-radius:100%; padding:13px 14px 8px 16px;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active { 
	background:#fff;border:0;
}
.back-to-top .glyphicon
{ color:#000;}

/* header */
.header
{position:fixed;top:0;z-index:2;width:100%; background:url(../images/whitebg.png);}
.header .navbar-default
{background:none;border:0;}
.header .navbar-default a.navbar-brand
{padding:0; font-size:20px;color:#fff;margin:10px 0;height:auto;}
.header .navbar-right
{margin-top:15px;}
.header .navbar-default a.navbar-brand img
{ width:auto;}
.header .navbar-default .navbar-nav > li > a
{color:#333;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{ background:none;color:#337ab7;}

@keyframes navhover {
    from {width: 0;}
    to {width:60px;}
}
.navbar-right li a:before
{background:#5fb8f1;color:#fff;width:0px;height:3px; position:absolute;left:50%; content:'';bottom:0;margin: 0 0 0 -30px; }
.navbar-right li:hover > a:before, .navbar-right li.active > a:before
{display:block; animation-name: navhover;  animation-duration:1s;width:60px;}
 .navbar-right li.active a, .navbar-right li.active a:hover
{ background:none;}

/* Banner */
@keyframes banneroverlay {
    from {opacity:0;}
    to {opacity:1;}
}
.banner
{ position:relative;}
.banner .carousel img
{height:100%;width:100%;}
.banner img
{ width:100%;}
.carousel-caption
{ width:39%; left:10%;bottom:5%;text-align: left;animation-name: banneroverlay;  animation-duration:4s;}
.carousel-caption.rightcaption
{ left:auto; right:6%;}
.carousel-caption h2 {
	text-shadow:0 0 0;
	color:#0064b2;
	line-height:1.4em;
	text-transform:initial;
	font-size:32px;
	font-weight:500;
	margin-bottom:20px;
}
.carousel-caption h2 span
{ font-size:36px;color:#555;}
.carousel-caption p{
	font-size:18px;
	padding:0;
	margin:0;
	display:block;
	color:#fff; font-weight:300; line-height:1.6em; margin-bottom:40px;
}
a.btn
{ font-size:18px; color:#000; border:2px solid #000;border-radius:30px; padding:8px 30px; min-width:170px; }
.carousel-caption a.btn, .free-consult a.btn, .foreigncoll a.btn
{ color:#555; border:2px solid #555;}
.carousel-indicators li {
    background-color: #c3c2c7;
	border:1px solid #c3c2c7;
}
.carousel-indicators .active {
    background-color: #b3130c;
	border:1px solid #b3130c;
}
.carousel-control.left, .carousel-control.right
{   right:auto;left: 0px;background:transparent; z-index:1; width:auto;top:48%;}
.carousel-control.right
{right:0px;left:auto;}
.banner .glyphicon
{background: #000; padding: 10px 7px 8px 10px;}

/* free-consult */
.free-consult
{ background:#5fb8f1;padding:30px 0; }
.free-consult h1
{ font-size:22px; color:#fff; display:inline-block; padding:4px 0 0 0;}
.free-consult a.btn
{ color:#fff; border:2px solid #fff;margin-bottom: 0;}
a.btn:hover
{ background:#0064b2;color:#fff; border-color:#5fb8f1;}

/* container */
h3
{ font-weight:600; margin:30px 0  20px;}
p
{ font-size:14px; line-height:1.8em;}
blockquote.large
{padding: 0;border: 0;margin: 100px 0 0 0; position:relative;}
blockquote.large p
{ font-size:40px; padding:0 20px; font-weight:700;color:#ccc; font-style:normal; text-align:center; line-height:1em;}
blockquote.large p span
{font-size:70px;padding: 0 15px; position:relative; top:9px;left:0;line-height: 0em;}
blockquote.large p span.bottomtext
{top:auto; left:auto; bottom:-40px; right:0;}

/* services */
.services
{ background:#f5f5f5; margin-top:40px;padding:40px 10px 20px;}
blockquote.blue
{ margin-top:0px;margin-bottom:20px; }
blockquote.blue p
{color:#5fb8f1;font-size:56px;}
blockquote.blue p strong
{color:#555;}
blockquote.blue.quotefull p
{ font-size:30px; line-height:1.2em;}
blockquote.quotefull p span
{ font-size:50px;}
.services p
{ font-size:15px; text-align:center; padding:10px 0; margin:0;}
.services a.btn
{ margin-top:20px;}
li.item h6 a
{ font-size:16px; color:#0064b2; font-weight:500;}
li.item ul
{ margin:10px 0 0;}
li.item ul li
{ list-style:none; border-bottom:1px solid #e9e9e9; padding:3px 0 3px 10px;}


.content{
	overflow: auto;
	position: relative;
	width: 100%;
	height: 431px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
li.item
{min-height:200px;}
li.item .servicebox
{margin:0px 15px 0 0; padding:15px; width:100%; float:left; border:2px solid #dedede; list-style:none;min-height:180px;}
li.item .servicebox ul
{-moz-column-count:2;column-count:2;-moz-column-gap:3em;column-gap:3em;}
li.item .servicebox h6
{color:#0064b2;}
.bx-controls-direction
{ text-align:center;margin-top:5px;margin-bottom: 20px;}
.bx-controls-direction .bx-prev, .bx-controls-direction .bx-next
{ background:#555; color:#fff; margin:0 5px; padding:5px 10px;}


/* foreigncoll */
.foreigncoll
{ background: url(../images/frn.jpg) no-repeat;background-size:cover; text-align:center; padding:30px 0 5px;}
.foreigncoll h4
{color:#fff; margin-bottom:10px;}
.foreigncoll ul
{ margin:20px 0 0; display:block; position:relative;padding-bottom:20px; width:100%; float:left;}
.foreigncoll ul:after
{ content:""; background:#78c4ff; height:3px; width:115px; position: absolute;left: 50%;bottom: 0; margin-left:-55px;}
.foreigncoll ul li
{ font-size:15px; color:#9f9f9f; list-style:none; padding-top:12px;}
.foreigncoll ul ul
{ margin:0px; padding-bottom:0px;}
.foreigncoll ul ul:after
{ content:""; background:none; height:3px; }

.serviceforeign
{ text-align:left;}
.serviceforeign.foreigncoll ul::after
{ background:none;}
.serviceforeign.foreigncoll ul li
{ list-style: square outside; color: #ccc; margin-left: 15px;}

@keyframes loadcontent {
    25% {top:10px;}
    50% {top:0px;}
	75% {top:10px;}
    100% {top:0px;}
}
a.loadcontent 
{ position:relative;}
a.loadcontent .glyphicon
{font-size: 30px;animation-name: loadcontent; position:absolute;animation-duration:4s;animation-iteration-count: infinite;}
/*.foreigncoll ul li:nth-child(-n+3){
    display:block;
}*/

/* umeet-bio */
.umeet-bio
{ background:url(../images/umeet.png) no-repeat right 0 #e3e9e2; min-height:330px;height:auto; text-align:center;}
.umeet-bio h3
{ margin:40px 0 0 0;}
.umeet-bio p
{ font-size:18px; color:#555555;line-height:1.4em;}
.btnbio
{ margin-bottom:20px;}

/* contact */
.contact
{ text-align:center; padding:40px 0 20px;}
.contact ul li
{ font-size:17px; color:#555555;  display:inline-block; padding:0 25px 15px;}
.contact ul li a
{color:#555555; }
.contact ul li i
{ font-size:22px; color:#cbcbcb; margin-right:15px;}
.service-page.contact .servicebox h6
{ margin-left:0;}
.service-page.contact .servicebox 
{ margin-bottom:20px;}

/*  footer  */
.footer
{ background:#010101; padding:15px 0;}
.footer p
{color:#fff; margin-bottom:0;}

/*  multiple item carousel   */
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/**/
.inner-banner
{ position:relative;z-index: 1;}
.inner-banner:after
{ content:''; position:absolute;top:0; left:0; background:#000; opacity:0.7; width:100%; height:100%;}
.inner-banner h2
{ color:#5fb8f1;}
.inner-banner .carousel-caption
{text-align: center; margin-left:-22%; left: 50%; padding:0px 15px;}
.inner-banner .carousel-caption p
{ margin:0;}
.expect p
{ text-align:left;}
.expect ul li
{ padding-top:20px; font-size:16px; list-style:none;}
.expect ul li strong
{ display:block; padding-bottom:5px;}
.foreigncoll ul.whychoose li
{ width:24%; display:inline-block; text-align:center; font-size:24px; font-weight:600; padding:15px 2% 0; float:left;}
.foreigncoll ul.whychoose:after
{ background:none;}
.whychoose li img
{ display:block; margin:0 auto 15px;}
.whychoose li span
{ font-size: 14px; color: #fff; display: block; font-weight: 400; padding-top:15px;}

/**/
.service-page .servicebox.fullwidthservice
{margin: 0 15px 30px;width: 97.5%;}
.columncount
{position: relative;max-width: 100%;width: 100%;margin-bottom:60px;margin-left:0;}
.service-page h4
{ margin:0 0 20px 12px;}
.service-page .servicebox
{margin:0px 15px 30px 0; padding:15px; width:100%;float:left; text-align:left; border:2px solid #dedede; list-style:none;}
.service-page .servicebox.c1
{margin-right:0;}
.service-page .servicebox img
{ max-width:80px; margin:0 0 10px 10px;}
.service-page.service-icon .servicebox img
{ position:relative; float:right; z-index:1;background:#f5f5f5;}
.service-page.service-icon .servicebox.fullwidthservice img
{float:none;}
.service-page .servicebox h6
{ font-size:16px; color:#0064b2; font-weight:500; margin:0 0 10px 10px;}
.service-page .servicebox h6 a
{color:#0064b2;}
.service-page .servicebox ul
{ margin:0 10px 15px;}
.service-page .servicebox li
{ list-style:none; border-bottom:1px solid #e9e9e9; padding:3px 0 3px 20px; position:relative;}
.service-page .servicebox li:before
{content: '';width: 8px;height: 3px;background:#0064b2;position: absolute;top: 13px;left: 0px;}
.foreigncoll ul.steps
{ padding-bottom:20px; background: url(../images/graph.png) no-repeat center bottom;height:400px;}
.service-page.service-icon .columncount .servicebox
{float:none;display:inline-block;position:absolute;}
.col-count
{ column-count:2; column-gap:4em;}

/* contact */
.service-page.contact
{ background:none; margin-top:0;}
.service-page.contact .servicebox img
{ width:auto; max-width:inherit; margin:20px 0;}
.service-page.contact .servicebox
{ margin-bottom:20px;text-align:center;}
.contactform h4
{ margin-bottom:40px;}
.contactform .form-dv
{ margin-bottom:25px;}
.contactform .form-dv .form-control
{ height:40px; background:#333; border:0; color:#aaa;}
.contactform .form-dv textarea.form-control 
{ resize: vertical; height:auto;}
.selectboxcustom
{ width:100%; overflow:hidden; background:url(../images/arrow.png) no-repeat right center #333;}
.selectboxcustom select
{ width:110%; background:none !important;}
.contactform .form-dv .btn-primary
{text-transform: uppercase; border-radius: 40px; padding: 10px 20px; min-width: 120px;margin-top: 0px; border:0;}
.btn-primary:hover
{ background:#5fb8f1;}

/* team bio */
@keyframes overlayeffect {
    from {width:1%;height:1%;}
   to {width:100%;height:100%;}
}
@keyframes texteffect {
   from { font-size:0; margin-top:0;}
   to { font-size:18px;margin-top:130px;}
}
.teambio-detail h3 span
{ font-size:20px; text-transform:uppercase; padding:0; display:block; line-height:normal; }
.teambio h5
{ border-bottom:1px solid #eee;margin-bottom: 15px; width:50%;}
.teambio ul
{ padding:10px 0 0 0;}
.textarea ul li
{ line-height: 1.6em; list-style:none; padding:0 0 10px 25px; position:relative;}
.textarea ul li:before
{ content: ' '; position: absolute; left: 5px; top: 8px; background: #e1331a;font-weight: 700;width: 7px;height: 7px; }


.teambio-detail
{background:#f5f5f5; margin:0; display:none;}

.industry
{ margin-top:0;}
.industry .servicebox
{ text-align:center; min-height:190px;padding:15px 0 0;}
.industry .servicebox img
{ width:auto; max-width:100px;}

.navbar
{ margin-bottom:5px;}
.navbar-toggle
{ margin-right:0;}



@media only screen and (max-width: 1024px) {
	.carousel-caption
	{ width:45%; bottom:0%;}
	blockquote.blue p
	{ font-size:50px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	li.item .servicebox
	{ width:100%;}
}
@media only screen and (max-width: 992px) {	
    .header .navbar-default a.navbar-brand img 
    {height: 35px;}
	blockquote.large p
	{ padding:0;font-size:30px;}
	blockquote.large p span
	{ font-size:50px;}
	a.btn
	{ margin-bottom:25px;}
	.free-consult,  .free-consult .right
	{ text-align:center; float:none;}
	.free-consult .right
	{ margin-top:15px;}	
	.carousel-caption
	{ padding-bottom:10px !important;}	
	.carousel-caption h2,.carousel-caption h2 span
	{ font-size:16px;}
	.inner-banner .carousel-caption h2, .inner-banner .carousel-caption h2 span
	{font-size:30px;}
	
}
@media only screen and (max-width: 800px) {
	.footer p, .footer .right
	{ text-align:center; float:none;}		
	
	.inner-banner .carousel-caption 
	{margin-left:0;left:0;width:100%;}
	
	.col-count { column-count:1; column-gap: 4em;}
	.service-page .servicebox.fullwidthservice
	{ width:95.5%;}
	.fiveservice, .eightservice, .tenservice, .moreservice
	{ min-height:inherit;}
	blockquote.large
	{ margin-top:0;}
}
@media only screen and (max-width: 767px){
    .navbar-right li a::before
    {left:40px;}
	.umeet-bio
	{ padding-top:310px;}
	
}
@media only screen and (max-width: 600px) {
	.header
	{ position:static;}	
	li.item .servicebox
	{ width:100%;}	
	.foreigncoll ul.whychoose li
	{width:49%; min-height:195px;}	
	.carousel-caption h2,.carousel-caption h2 span
	{font-size:13px;}
	.inner-banner .carousel-caption h2
	{margin-bottom: 5px; font-size:18px;}	
	.inner-banner .carousel-caption p
	{ font-size:14px; line-height: 1.2em;}
	.banner a.btn {padding: 4px 30px;min-width: 130px;}
	
	.service-page.service-icon .columncount
	{height:auto !important;}
	.service-page.service-icon .columncount .servicebox
    {position:static;width:100% !important;margin-left:15px;}
	
}
@media only screen and (max-width: 479px) {
	.umeet-bio
	{background: url(../images/umeet.png) no-repeat center 0 #e3e9e2;}
	blockquote.blue p, blockquote.large p
	{ font-size:28px;}
	blockquote.large p span
	{ font-size:40px;}
	
	.service-page.service-icon .servicebox img 
	{float:none;}
	h4 {font-size:24px;line-height:1.4em;}
	.foreigncoll ul {margin: 20px 0 0;}	
	.carousel-caption a.btn
	{ display:none;}
	
	.service-page .servicebox.fullwidthservice {width: 92%;}
	li.item .servicebox ul
	{-moz-column-count:1;-webkit-column-count:1;column-count:1;}
	li.item
    {min-height:280px;}
    li.item .servicebox
    {min-height:240px;}
    .foreigncoll ul.whychoose li
	{width:100%; min-height:195px;}
}
@media only screen and (max-width: 320px) {
.umeet-bio
{background: url(../images/umeet.png) no-repeat center 0 #e3e9e2;padding-top: 300px;}

}