@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueCondensedBlack';
    src: url('../fonts/helveticaneuecondensedblack_0.eot');
    src: url('../fonts/helveticaneuecondensedblack_0.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuecondensedblack_0.woff') format('woff'),
         url('../fonts/helveticaneuecondensedblack_0.ttf') format('truetype'),
         url('../fonts/helveticaneuecondensedblack_0.svg#HelveticaNeueCondensedBlack') format('svg');
}

::-moz-selection { background: #79baec; color: #fff; text-shadow: none; }
::selection { background: #79baec; color: #fff; text-shadow: none; }

a,a:hover,input[type=submit],input[type=submit]:hover{	
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
img{
	max-width:100%;
}
body{
	background:url("../images/bg.png") repeat fixed 0 0 #fff;
}
html,body{
    height:100%;
}
/*header*/
#top_header{
	float:left;
	clear:left;
	width:100%;
	padding:5px 0;
    font-family: 'robotolight';
	background: #48494f; /* Old browsers */
	background: -moz-linear-gradient(top,  #48494f 0%, #1b1b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48494f), color-stop(100%,#1b1b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48494f 0%,#1b1b1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48494f', endColorstr='#1b1b1c',GradientType=0 ); /* IE6-9 */

}
.flt_right{
	float:right;
}
#top_header a.download_app{
	padding:3px 10px;
	text-decoration:none;
	display:inline;
	color:#ffffff;
	text-shadow:0 1px 0 #157ac6;
	border-radius:5px;
	font-size:12px;
	margin-right:10px;
	background:url(../images/btn_bg.png) repeat-x;

}
#top_header a.download_app:hover{
	opacity:0.9;
}
#top_header a.download_app i{
	font-size:16px;
	padding-right:5px;
}
#top_header .phone_number{
	background:url(../images/land_phone_icon.png) no-repeat left center;
	padding:8px 10px 8px 20px;
	font-size:12px;
	color:#cfcfcf;
}
#top_header .mail{
	padding:8px 10px 8px 0;
	font-size:12px;
	color:#cfcfcf;
}
#top_header .mail i{
	font-size:14px;
	padding-right:5px;
}
#top_header .social_networks{
	display:inline;
}
#top_header .social_networks a{
	display:inline;
	padding:8px 10px 8px 0;
	display:inline;
	font-size:16px;
	color:#cfcfcf;
}
#top_header .social_networks a:hover{
	text-decoration:none;
	color:#4da8ed;
}
.main_logo{
	float:left;
	width:100%;
	clear:left;
	padding:10px 0;
}
.navbar-wrapper{
	float:left;
	width:100%;
	height:53px;
	clear:left;
	border-bottom:solid 5px #79baec;
	background: #48494f; /* Old browsers */
	background: -moz-linear-gradient(top,  #48494f 0%, #1b1b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48494f), color-stop(100%,#1b1b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48494f 0%,#1b1b1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48494f', endColorstr='#1b1b1c',GradientType=0 ); /* IE6-9 */
}
.navbar-inverse .navbar-nav > li > a{
	text-transform:uppercase;
	color:#fff;
}
.dropdown-menu > li > a i{
	padding-right:5px;
}
/*banner*/
.main_banner{
	float:left;
	clear:left;
	width:100%;
	z-index:9;
	position:relative;
	margin-bottom:30px;
	background:url(../images/loader.gif) no-repeat center center #fff; min-height:150px;
}

.slider-wrapper.default>div{display:none}
.slider-wrapper.default>div #slides{font-weight:400;color:white;line-height:normal;	}
.slider-wrapper.default>div #slides img{border:0}
.slider-wrapper.default>div #slides>a{line-height:0px}
.slider-wrapper.default>div #slides h1,
.slider-wrapper.default>div #slides h2,
.slider-wrapper.default>div #slides h3,
.slider-wrapper.default>div #slides h4{padding:5px;color:#000;background-color:rgba(0,0,0,0.5);line-height:normal;text-align:center;color:#fff;}
.slider-wrapper.default>div #slides span,
.slider-wrapper.default>div #slides p{line-height:normal}
.slider-wrapper.default>div .social{position:absolute;top:4%;left:3%;z-index:10000}
.slider-wrapper.default>div .social div{float:left;margin-right:10px}
.slider-wrapper.default>div #bullets{height:10px;position:absolute;top:4%;right:3%;z-index:10000}
.slider-wrapper.default>div #bullets .bullet{height:14px;width:14px;border-radius:50%;margin-left:5px;float:left;cursor:pointer;background-color:#b4b4b4;background-color:#228ef1; opacity:0.5;}
.slider-wrapper.default>div #bullets .bullet:hover{background-color:#228ef1; opacity:1;}
.slider-wrapper.default>div #bullets .bullet.selected{background-color:#228ef1; opacity:1;}
.slider-wrapper.default>div .slider-nav{position:absolute;z-index:999999;cursor:pointer; opacity:0.8}
.slider-wrapper.default>div .slider-nav:hover{opacity:1}

.slider-wrapper{
	margin: auto;
	max-width: 100%;
	height: auto;
}
.caption_text{
	position:absolute;
	display:inline-block;
	text-align:center; 
}

/*homepage featured 3 column*/
.main_content{
	clear:left;
	width:100%;
}
.hom_features{
	float:left;
	width:100%;
}
.hom_features .boxes{
	background-color:#fff;
	border:solid 1px #b8b8b8;
	box-shadow:0 0 7px #aeaeae;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	padding:15px;
	min-height:350px;
}
.hom_features .boxes:hover{
	box-shadow:0 0 12px #989898;
	border:solid 1px #b8b8b8;
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
.hom_features .boxes img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.hom_features .boxes h3{
	font-weight:bold;
	font-size:18px;
	margin:10px 0;
	line-height:26px;
	color:#232323;
	text-transform:uppercase;
}
p{
	font-size:14px;
	color:#343434;
    font-family: 'robotolight';
	line-height:22px;
}
.read_more{
	text-decoration:none;
	background-color:#4da8ed;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 10px;
	float:left;
	
}
.read_more:hover{
	text-decoration:none;
	background-color:#79baec;
	color:#fff;
}
.read_more i{
	padding-left:5px;
	font-size:18px;
}
.about_section{
	float:left;
	clear:left;
	text-align:center;
	width:100%;
	min-height:270px;
	margin-top:20px;
	padding:20px 0;
	background:url(../images/about_bg.jpg) no-repeat \9;
	background-size:cover;
}
.about_section h2{
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
    font-family: 'robotolight';
	margin-bottom:20px;
}
.about_section p{
	width:80%;
	margin:0 auto;
	color:#fff;
	padding-bottom:20px;
	line-height:26px;
	line-height:20px\9;
}
.about_section .read_more_xl{
	background-color:#279af1;
	font-size:27px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	padding:6px 10px;
    font-family: 'robotolight';
}
.about_section .read_more_xl:hover{
	background-color:#171717;
}
/*footer*/
footer{
	float:left;
	clear:left;
	padding:15px 0;
	width:100%;	
	background: #48494f; /* Old browsers */
	background: -moz-linear-gradient(top,  #48494f 0%, #1b1b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48494f), color-stop(100%,#1b1b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48494f 0%,#1b1b1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48494f 0%,#1b1b1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48494f', endColorstr='#1b1b1c',GradientType=0 ); /* IE6-9 */
}
footer .copy_right{
	color:#fff;
	font-size:12px;
    font-family: 'robotolight';
	display:inline-block;
}
footer .developed{
	color:#fff;
	float:left;
	clear:left;
	font-size:12px;
    font-family: 'robotolight';
	padding-top:10px;
	display:inline-block;
}
footer .developed a{
	font-family:'robotoregular';
	color:#fff;
	text-decoration:none;
}
footer .developed a:hover{
	text-decoration:underline;
}
footer h3{
    font-family: 'HelveticaNeueCondensedBlack';
	font-size:14px;
	color:#ffffff;
	margin:0 0 5px;
	text-transform:uppercase;
}
footer p{
	font-size:12px;
	clear:left;
	margin-bottom:5px;
	color:#fff;
}
footer input[type=text]{
	float:left;
	clear:left;
	width:65%;
	color:#fff;
	height:32px;
	margin-right:5%;
	border:solid 1px #fff;
	padding:5px;
	background-color:transparent;
	font-size:12px;
}
footer input[type=submit]{
	float:left;
    font-family: 'HelveticaNeueCondensedBlack';
	width:30%;
	height:32px;
	color:#fff;
	margin:0;
	text-align:center;
	border:solid 1px #fff;
	padding:5px;
	background-color:transparent;
	text-transform:uppercase;
	font-size:14px;
}
footer input[type=submit]:hover{
	background-color:#fff;
	color:#333;
}
footer .social_footer{
	float:left;
	clear:left;
	/*padding-top:10px;*/
}
footer .social_footer a{
	width:36px;
	height:36px;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	line-height:36px;
	text-align:center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
footer .social_footer a:hover{
	background-color:#fff;
	color:#333;
}
footer .social_footer .fa-twitter{
	background-color:#23b4f0;
}
footer .social_footer .fa-facebook{
	background-color:#4286ed;
}
footer .social_footer .fa-linkedin-square{
	background-color:#376fae;
}
footer .social_footer .fa-rss{
	background-color:#dc6f16;
}

/*about us page*/
.inner_banner{
	float:left;
	width:100%;
	height:auto;
	border:solid 1px #333333;
	margin:10px 0 20px;
}
h3.main_h3{
	text-transform:uppercase;
	font-weight:normal;
	color:#3387c7;
	font-size:24px;
	width:100%;
	margin:0;
	padding:5px 0;
	font-family: 'HelveticaNeueCondensedBlack';
}
.full_width_content{
	clear:left;
	padding-bottom:10px;
	padding-top:10px;
}

.full_width_content p{
	font-family: 'robotoregular';
	line-height:24px;
	text-align:justify;
}
.brdr_img{
	border:solid 2px #79baec;
	width:100%;
}
.main_h4{
	text-transform:uppercase;
	font-weight:normal;
	color:#3c3d42;
	font-size:18px;
	width:100%;
	display:inline-block;
	padding:15px 0 5px;
	margin:0;
	font-family: 'HelveticaNeueCondensedBlack';
}
h5.main_h5{
	text-transform:capitalize;
	font-weight:bold;
	color:#3c3d42;
	font-size:16px;
	width:100%;
	padding:5px 0 ;
	margin:0;
}
.pdng_btm{
	padding-bottom:30px;
}
/*industry*/
.bx_cvr .boxes{
	background: #f3f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #e6e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e6e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 0%,#e6e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#e6e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#e6e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#e6e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e6e3e3',GradientType=0 ); /* IE6-9 */
	
	border:solid 1px #bebebe;
	-moz-box-shadow:0 0 5px #909090;
	-webkit-box-shadow:0 0 5px #909090;
	box-shadow:0 0 5px #909090;
	margin-bottom:20px;
	float:left;
	padding:30px 10px;
	text-align:center;
}
.bx_cvr .boxes:hover{
	-moz-box-shadow:0 0 15px #909090;
	-webkit-box-shadow:0 0 15px #909090;
	box-shadow:0 0 15px #909090;
}
.bx_cvr .boxes:hover .inner_circle{
	background-color:#333;
}
.bx_cvr .boxes:hover i.fa{
	text-shadow:2px 2px 0 #595959;
}
.bx_cvr .boxes
.bx_cvr .boxes:hover,
.bx_cvr .boxes:hover .inner_circle{
	-webkit-transition	: all .50s ease-out;
	-moz-transition		: all .50s ease-out;
	-o-transition		: all .50s ease-out;
	-ms-transition		: all .50s ease-out;
	transition			: all .50s ease-out;
}
.bx_cvr .boxes.clr_mrgn_rht{
	margin-right:0%;
}
.bx_cvr .boxes .inner_circle{
	width:96px;
	height:96px;
	background-color:#79baec;
	-moz-box-shadow: 2px 2px 0 #dfdfdf;
	-webkit-box-shadow: 2px 2px 0 #dfdfdf;
	box-shadow: 2px 2px 0 #dfdfdf;
	border-radius:50%;
	display:inline-block;
}
.bx_cvr .boxes .inner_circle i{
	text-shadow:2px 2px 0 #51a0dd;
	color:#fff;
	line-height:96px;
	font-size:36px;
}
.bx_cvr .boxes .bx_head{
	font-size:14px;
	font-weight:bold;
	color:#29292c;
	clear:left;
	display:block;
	padding:10px 0 5px;
	text-transform:uppercase;
}
.bx_cvr .boxes p{
	font-size:13px;
	color:#343434;
	margin:0;
	line-height:22px;
	padding:0 10%;
}
/*services*/
ul.bullet_list{
	list-style:none;
	padding:0;
	margin:0;
}
ul.bullet_list li{
	margin:8px 0;
	padding:0;
	clear:left;
	padding-left:30px;
}
ul.bullet_list li i{
	font-size:18px;
	color:#3c3d42;
	margin-left:-30px;
}
ul.bullet_list li span{
	padding-left:10px;
}

/*accordion*/

#careers .accordion { list-style-type: none; padding: 0; margin: 0 0 30px; border: none; }
#careers .accordion li {cursor: pointer; list-style-type: none; float: left; display: block; width: 100%; padding-bottom:10px;}
#careers .accordion li.active>a { background: url(../images/close.png) no-repeat left 3px; }
#careers .accordion li div.sec_cvr { padding:0px 20px 0px 40px; cursor:auto; font-size:14px; color:#3c3d42;line-height:26px; display: block; clear: both; float: left; width: 100%;}
#careers .accordion a { text-decoration: none; color: #3c3d42; padding:0px 10px 10px 30px; display: block; font-size:14px; cursor: pointer; 
 background: url(../images/open.png) no-repeat left 3px;}
#careers .accordion li div.sec_cvr .key_skills{
	font-size:13px;
	font-weight:bold;
	width:100%;
	float:left;
	clear:left;
}
.skills_list{
	padding:0;
	margin:0;
	float:left;
	clear:left;
	width:100%;
}
.skills_list .list_skl{
	padding-left:20px;
	clear:left;
}
.skills_list .list_skl i{
	margin-left:-20px;
	float:left;
	font-size:14px;
	padding-top:5px;
}
.skills_list .list_skl span{
	float:left;
}
#careers .accordion li div.sec_cvr .suitable_cand{
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
	float:left;
	clear:left;
}
#careers .accordion li div.sec_cvr a.aply_btn{
	background-color:#2790e0;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	float:left;
	background-image:none;
	padding:2px 15px;
	margin:5px 0 5px 10px;
	border:solid 1px #0e61a0;
}
#careers .accordion li div.sec_cvr a.aply_btn:hover{
	background-color:#0d72be;
}
.pdng_tp{
	padding-top:20px !important;
}
#contact_map{
	width:100%;
	height:250px;
	border:solid 2px #ccc;
	float:left;
}

#contact address{
	width:100%;
	float:left;
	text-align:center;
	color:#3c3d42;
	line-height:26px;
	padding:20px 0 0;
	text-transform:uppercase;
}
#contact address sup{
	font-size:10px;
    font-family: 'robotoregular';
	text-transform:none;
}
#contact address .company_nam{
	display:inline;
	font-weight:bold;
}
#contact address .cmnctn_dtls{
	text-transform:none;
	padding:10px 0;
}
#contact address .cmnctn_dtls .fa-phone,
#contact address .cmnctn_dtls .fa-envelope,
#contact address .cmnctn_dtls .fa-globe{
	padding:0 10px;
}
#contact address .customer_care {
  color: #3c3d42;
  float: right;
  font: 14px 'open_sansbold';
  padding-bottom:25px;
  width:100%;
}

/*focus input*/
.career_form select:focus,
.career_form input.text_field:focus,
.career_form .text_area:focus,
.contact_form input.text_field:focus,
.contact_form .text_area:focus,
.contact_form select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
.contact_form{
	float:left;
	clear:left;
	width:100%;
	text-align:center;
}
.contact_form input.text_field{
	border:solid 1px #9e9b9b;
	background-color:#fff;
	height:42px;
	padding:5px 10px;
	-webkit-box-shadow:1px 0 1px #d9d9d9;
	-moz-box-shadow:1px 0 1px #d9d9d9;
	box-shadow:1px 0 1px #d9d9d9;
}
.contact_form .text_area{
	border:solid 1px #9e9b9b;
	background-color:#fff;
	height:42px;
	padding:5px 10px;
	height:100px;
	resize:vertical;
	-webkit-box-shadow:1px 0 1px #d9d9d9;
	-moz-box-shadow:1px 0 1px #d9d9d9;
	box-shadow:1px 0 1px #d9d9d9;
}
.contact_form .submit_btn{
	float:left;
	clear:left;
	width:100%;
}
.contact_form .submit_btn input[type=submit] {
	background-color: #4da8ed;
	text-transform:uppercase;
	padding: 10px 20px;
	border: none;
	margin-right:5px;
	color: #fff;
	font-size: 20px;
}
.contact_form .submit_btn input[type=submit]:hover {
	background-color: #1b84d4;
}
.contact_form .submit_btn input[type=reset] {
	background-color: #a8a8a8;
	text-transform:uppercase;
	padding: 10px 20px;
	border: none;
	color: #fff;
	font-size: 20px;
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
.contact_form .submit_btn input[type=reset]:hover{
	background-color: #f05d5d;
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
.career_form{
	float:left;
	clear:left;
}
.career_form input.text_field{
	width:100%;
	margin:10px 0;
	background-color:#fff;
	height:42px;
	padding:5px 10px;
	border:solid 1px #9e9b9b;
	-webkit-box-shadow:1px 0 1px #d9d9d9;
	-moz-box-shadow:1px 0 1px #d9d9d9;
	box-shadow:1px 0 1px #d9d9d9;
}
.career_form .text_area{
	margin:10px 0;
	border:solid 1px #9e9b9b;
	background-color:#fff;
	height:42px;
	font-weight:normal;
	padding:5px 10px;
	height:100px;
	resize:vertical;
	-webkit-box-shadow:1px 0 1px #d9d9d9;
	-moz-box-shadow:1px 0 1px #d9d9d9;
	box-shadow:1px 0 1px #d9d9d9;
}
.career_form .submit_btn{
	float:left;
	clear:left;
	width:100%;
}
.career_form .submit_btn input[type=submit] {
	background-color: #4da8ed;
	text-transform:uppercase;
	padding: 10px 20px;
	border: none;
	margin-right:5px;
	color: #fff;
	font-size: 20px;
}
.career_form .submit_btn input[type=submit]:hover {
	background-color: #1b84d4;
}
.career_form .submit_btn input[type=reset] {
	background-color: #a8a8a8;
	text-transform:uppercase;
	padding: 10px 20px;
	border: none;
	color: #fff;
	font-size: 20px;
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
.career_form .submit_btn input[type=reset]:hover{
	background-color: #f05d5d;
	-webkit-transition	: all .30s ease-out;
	-moz-transition		: all .30s ease-out;
	-o-transition		: all .30s ease-out;
	-ms-transition		: all .30s ease-out;
	transition			: all .30s ease-out;
}
.validate_error{
	background-color:#fdc1c1;
	padding:2px 10px;
	color:#ac1414;
	font-size:12px;
	clear:left;
	display:inline-block;
	margin:10px 0;
	border-radius:5px;
}
.validate_success{
	background-color: #9FDB53;
	padding: 2px 10px;
	color: #286605;
	font-size:12px;
	clear:left;
	display:inline-block;
	margin:10px 0;
	border-radius:5px;
}
/*upload css*/
.brws {
	height: 44px;
	margin:10px 0;
	padding-left:0px;
	border:solid 1px #9e9b9b;
	-webkit-box-shadow:1px 0 1px #d9d9d9;
	-moz-box-shadow:1px 0 1px #d9d9d9;
	box-shadow:1px 0 1px #d9d9d9;
	display:inline-block;
}
.file, .file div {
	height: 42px;
	background: none;
}
.file {
	position: relative;
	width: 100%;
	padding-left: 4px;
	background: #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: left;
	line-height: 42px;
	padding-left:10px;
	cursor: pointer;
}
.file div {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 127px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	background: url(../images/upload_btn.png) center repeat-x;
	color: #9DC231;
	text-shadow: 2px 2px 1px #000;
}
.file input[type=file] {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor:pointer;
	font-size: 18px;
}
/*.bx-wrapper .bx-viewport img{
	max-width:none;
}*/
/*close here*/
.left_sec_in{
	float:left;
}
.left_sec_in ul.insight_list{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.left_sec_in ul.insight_list li{
	margin:0 0 10px;
	border-bottom:solid 1px #ccc;
	padding:0 0 10px;
	float:left;
	width:100%;
}
.left_sec_in ul.insight_list li iframe{
	width:100%;
	height:250px;
	border:none;
}
.right_sec_in{
	float:right;
}
.pdng_btm_l{
	padding-bottom:10px !important;
}
.brdr_btm{
	border-bottom:solid 1px #ccc;
}
.left_sec_in .pagination{
	float:right;
	margin:10px 0;
}
.right_sec_in ul.insight_rht_sec{
	list-style:none;
	margin:0;
	background-color:#fff;
	border:solid 1px #c4c4c4;
	padding:18px;
	float:left;
	width:100%;
}
.right_sec_in ul.insight_rht_sec li{
	margin:0 0 10px;
	padding:0 0 10px;
	float:left;
	list-style:none;
	border-bottom: 1px solid #ccc;
	width:100%;
}
.right_sec_in ul.insight_rht_sec li .main_h4{
	padding:0 0 5px;
}
.right_sec_in ul.insight_rht_sec li img{
	width:100%;
}
.right_sec_in ul.insight_rht_sec li .sub_head{
	float:left;
	clear:left;
	font-size:13px;
	color:#1e1d1d;	
	text-transform:uppercase;
	padding-top:10px;
}
.right_sec_in ul.insight_rht_sec li p{
	font-size:13px;
	color:#575757;
	float:left;
	clear:left;
	line-height:20px;
}
.right_sec_in ul.insight_rht_sec li a.view_more{
	float:right;
	clear:left;
	background-color:#44a0e7;
	color:#fff;
	text-decoration:none;
	padding:1px 5px;
}
.right_sec_in ul.insight_rht_sec li a.view_more:hover{
	background-color:#333;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr{
	float:left;
	padding:0;
	clear:left;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li{
	border-bottom: 1px solid #e6e5e5;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li .lft_nmbr{
	width:20px;
	height:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#79baec;
	line-height:20px;
	float:left;
	color:#fff;
	text-align:center;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li .rht_sec_w_o{
	margin-left:30px;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li .rht_sec_w_o p{
	padding:0;
	margin:0;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li i{
	clear: left;
    color: #575757;
    float: left;
	text-align:justify;
    font-size: 12px;
    line-height: 20px;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li .user_nam{
	clear:left;
	float:right;
	color:#333;
	text-transform:uppercase;
	font-size:14px;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li.odd,
.right_sec_in ul.insight_rht_sec li.odd{
	border:none;
	padding:0;
	margin:0;
}
.right_sec_in ul.insight_rht_sec li ul.we_ofr li .rht_sec_w_o .sb_head{
	font-size:14px;
	color:#79baec;
	text-transform:uppercase;
}
.auto_hgt_boxes .boxes{
	min-height:0;
	margin-bottom:20px;
}
.auto_hgt_boxes .boxes h3{
	font-size:14px;
	text-align: center;
}
#products,#services,#bpo{float:left;margin-top:-65px; padding-top:65px; display:inline-block;}
.navbar-wrapper.fixed {
    position:fixed;
    top:0;
	left:0;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	*background-color: #000;
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
}
.bxslider img{
	position:relative;
	z-index:9;
}
.bxslider .left_sldr_img{
	position:absolute; 
	left:0;
	z-index:99;
	text-align:left;
	top:0;	
}
.bxslider .left_sldr_img,
.bxslider .right_sldr_img{
	height:100%;
	width:50%;
}
.bxslider .left_sldr_img img,
.bxslider .right_sldr_img img{
	height:100%;
}
.bxslider .left_sldr_img img{
	float:left;
}
.bxslider .right_sldr_img img{
	float:right;
}
.bxslider .right_sldr_img{
	position:absolute; 
	right:0;
	z-index:99;
	text-align:right;
	top:0;	
}
.ttt{ width:auto !important; height:auto !important; max-width:100%;}

.logo_sign{
	float:left;
	padding-right:5px;
}
.remaining_logo{
	float:left;
}
.remaining_logo img{
	float:left;
}
.remaining_logo .caption_logo{
	clear:left;
	float:left;
	color:#545454;
}
.sticky_menu{
	float:left;
	width:100%;
	height:auto;
	top:0;
	left:0;
	z-index:99999;
	position:relative;
}
/*sticky footer*/
.page-wrap {
  min-height: 100%;
}
.page-wrap:after {
  content: "";
  display: block;
}