@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0
}
@font-face {
	font-family: 'Dosis-l';
	src: url('../fonts/Dosis-Light.otf');
}
@font-face {
	font-family: 'Dosis-r';
	src: url('../fonts/Dosis-Regular.otf');
}
@font-face {
	font-family: 'Dosis-b';
	src: url('../fonts/Dosis-Bold.otf');
}
 @font-face {
	/*font-family: 'quicksand-book';*/
	src: url('../fonts/Quicksand_Book.otf');
}
@font-face {
	font-family: 'quicksand-light';
	src: url('../fonts/Quicksand-Light.otf');
}
.top_links li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	font-family: 'Dosis-l';
	font-size: 13px;
}
a:hover {
	text-decoration: none
}
.top_links li a {
	color: #aaabab;
}
.navigation ul li {
	display: inline-block;
	list-style: outside none none;
	padding: 20px 20px;
}
.navigation ul {
	margin: 0
}
.navigation ul li:hover {
	border-bottom: 4px solid #16497c;
}
.navigation ul li a:hover {
	text-decoration: none
}
.navigation ul li a {
	color: #717171;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Dosis-l';
}
.header {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	box-shadow: 0 0 3px #ccc;
	padding: 10px 0 0;
	position: fixed;
	width: 100%;
	z-index: 50;
}
.header ul .active {
	/* border-bottom: 4px solid #2da1a9 !important; */
	border-bottom: 4px solid #16497c !important;
}
.banner img {
	max-width: 100%;
}
.client {
	background: #f7f7f7;
	padding: 33px 0
}
h1 {
	font-size: 49px;
	/* color: #3c91ce; */
	color: #16497c;
	font-family: 'Dosis-b';
	border: 1px solid #e3e3e3 !important;
	border-left: none !important;
	border-right: none !important;
	padding: 10px 0 12px 0 !important;
}
h1 span {
	font-family: 'Dosis-r';
	font-weight: normal;
	color: #000;
}
.heading {
	width: 30%;
	margin: 0px auto
}
.subheading {
	/*/*font-family: 'quicksand-book';*/*/
	font-size: 24px;
	color: #585757
}
.services_img_bg {
	background: url(../images/bg_services.png) no-repeat center;
	width: 163px;
	height: 163px;
	padding-top: 40px;
	margin: 0px auto
}
.top_margin {
	margin-top: 30px;
}
h3 {
	font-family: 'Dosis-r';
	font-size: 25px;
	font-weight: normal
}
.services p {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	color: #282828;
}
.c_top {
	padding-top: 50px;
}
.counter {
	background: #fbfbfb;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0;
}
.counter_first {
	background: url(../images/counter1.png) no-repeat center top;
	width: 119px;
	height: 145px;
}
.bg_container_counter .text {
	font-family: 'Dosis-r';
	font-size: 53px;
	/* color: #3f93ce; */
	color: #61c4cb;
}
.counter_first .text {
	padding-left: 42px;
	padding-top: 48px;
}
.heading_counter {
	font-size: 17px;
	color: #585757;
	font-family: 'Dosis-r';
	text-align: center;
}
.counter_container {
	background: url(../images/divider.jpg) center right no-repeat;
	padding: 0 49px;
}
.counter_second {
	background: url(../images/counter2.png) no-repeat center top;
	width: 119px;
	height: 145px;
}
.counter_second .text {
	padding-left: 13px;
	padding-top: 48px;
}
.counter_third {
	background: url(../images/counter3.png) no-repeat center top;
	width: 119px;
	height: 145px;
}
.counter_third .text {
	padding-left: 29px;
	padding-top: 48px;
}
.counter_four {
	background: url(../images/counter4.png) no-repeat center top;
	width: 119px;
	height: 145px;
}
.counter_four .text {
	padding-left: 22px;
	padding-top: 48px;
}
.counter_five {
	background: url(../images/counter5.png) no-repeat center top;
	width: 119px;
	height: 145px;
}
.counter_five .text {
	padding-left: 11px;
	padding-top: 48px;
}
.last {
	background: none !important
}
.port img {
	max-width: 100%
}
.profile {
	background: #f8f8f8;
}
.profile p {
	/*font-family: 'quicksand-book';*/
	font-size: 24px;
	font-size: #585757;
	text-align: center
}
.bg_profile_container {
	background: url(../images/bg_comp_profile.png) no-repeat center;
	width: 132px;
	height: 126px;
	text-align: center;
	padding-top: 24px;
}
.full_profiler {
	background: url(../images/divider.jpg) center right no-repeat;
	padding: 0 21px;
}
.profile_continer {
	width: 80%;
	margin: 0px auto
}
.mar_auto{
	margin:0px auto !important
}
.button_l {
	background: #0A2D4F;
	font-family: 'Dosis-r';
	font-size: 17px;
	padding: 10px 70px;
	border-radius: 5px;
	color: #fff;
}
.button_l:hover {
	color: #fff;
	text-decoration: none
}
.button_container {
	text-align: center;
	padding: 40px 0 0 0;
}
.profile {
	padding: 20px 0 35px 0;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.career_container_wap  ul li{
	padding-top:0 !important
}
.testicontainer img {
	max-width: 100%
}
.heading_new {
	width: 60%;
	margin: 0px auto
}
.heading_new_services {
	margin: 0 auto !important;
	padding-bottom: 25px !important;
	padding-top: 65px !important;
	width: 90%;
}
.readytodiscuss p {
	font-family: "quicksand-book";
	font-size: 24px;
	text-align: center;
}
.button-m {
	background: #4194cf none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-family: "Dosis-r";
	font-size: 17px;
	padding: 10px 50px;
	text-transform: uppercase
}
.button-gray {
	background: #f5f2ec none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-family: "Dosis-r";
	font-size: 17px;
	padding: 10px 50px;
	text-transform: uppercase
}
.button_row {
	padding-top: 25px;
}
.or_class {
	color: #bdbdbd;
	font-family: 'Dosis-l';
	font-size: 22px;
}
.readytodiscuss, .services_container_wap {
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.black_agile {
	font-family: "Dosis-r";
	font-size: 42px;
	color: #0000
}
.blue_agile {
	font-family: "Dosis-r";
	color: #3c91ce;
	font-size: 43px;
	line-height: 0.7;
}
.left_text_agile {
	background: url(../images/ajile_divider.png) no-repeat right center;
	min-height: 181px;
	padding-top: 32px;
}
.ajile_step_detail {
	font-family: 'Dosis-l';
	font-size: 18px;
	color: #000;
}
.ajile_step {
	background: url(../images/ajile-small_divier.png) no-repeat right center;
	min-height: 49px;
}
.agile_container {
	padding: 25px 0;
	background: #f5f2ec;
	border-bottom: 1px solid #e3e3e3;
	display:none;
}
.footlogo img {
	max-width: 100%
}
.copyright {
	font-size: 13px;
	/*font-family: 'quicksand-book';*/
	padding-top: 10px;
}
.foots1 {
	padding: 25px 0;
}
h3 {
	font-family: 'Dosis-b';
	font-size: 24px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.footer ul li {
	list-style: none;
	font-family: 'quicksand-light';
}
.footer ul li a {
	font-size: 17px;
	color: #4d4d4d;
	text-transform: uppercase
}
.help_section p {
	font-family: 'quicksand-light';
	font-size: 17px;
}
.footer {
	padding-bottom: 25px;
}
.qoute_button {
	display: block;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 500;
	display:none;
}
.owl-item {
	text-align: center
}
.not-transparent {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;
}
.testi {
	background: #f4f4f4 url(../images/testi_new.png) no-repeat right top;
	padding: 25px 0;
}
.qoute_container {
	background: url(../images/qoute.png) no-repeat 15% center;
	min-height: 81px;
}
.heading_new_testi {
	width: 40%;
	margin: 0px auto
}
.testitext {
	font-family: 'quicksand-light';
	font-size: 30px;
}
.author {
	color: #0c0c0c;
	font-family: 'Dosis-r';
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 7px;
}
.author_comp {
	/* color: #36bbec; */
	color: #16497c;
	font-family: 'Dosis-r';
	font-size: 17px;
}
.coaro_container {
	padding-top: 15px;
}
#portfolio-filter {
	display: none
}
/*services*/

.bcg {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#slide-1 .bcg {
	background-image: url('../images/banner_slider.jpg');
	 height: 551px
}
.bcg_about, .bcg_career, .bcg_contact, .bcg_request {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#slide-1 .bcg_about {
	background-image: url('../images/banner_about.jpg');
	 height: 551px
}
.bcg_portfolio {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#slide-1 .bcg_portfolio {
	 background-image: url('../images/portfo_banner.png');
	 /* background-image: url('../images/portfo_banner_new.jpg'); */
	 height: 551px
}
#slide-1 .bcg_career {
	background-image: url('../images/banner_cari.jpg');
	 height: 551px
}
#slide-1 .bcg_request {
	background-image: url('../images/banner_request.jpg');
	 height: 551px
}
.margin_center {
	margin: 0px auto !important
}
.bcg_contact {
	background-image: url('../images/banner_contact.png');
	/* background-image: url('../images/banner_contact_new.jpg'); */
	height: 551px;
}
.intotext h2 {
	font-family: 'Dosis-b';
	font-size: 43px;
	color: #272727;
	text-transform: uppercase;
}
.intotext h3 {
	font-family: 'Dosis-r';
	font-size: 49px;
	color: #16497c;
	margin: 5px 0
}
.intotext .top_botborder {
	color: #272727;
	font-family: 'Dosis-l';
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin: 15px 0
}
.list_items, .intotext {
	padding-top: 45px !important;
}
.bg_first_tab {
	background: #61c4cb !important;
	top: -95px;
	position: relative;
	padding-top: 100px !important;
}
.lapimage {
	position: relative;
	z-index: 5;
}
.lap_text {
	background: url(../images/border-three.png) top center repeat-x;
	padding: 15px 0 !important
}
.lap_text p {
	font-size: 18px;
	font-family: 'quicksand-light';
	color: #fff;
}
.serviceinblue {
	background: url(../images/diverer_blue.png) right 35% no-repeat;
	padding-top: 25px !important;
}
.bot_clients div {
	padding: 10px 0!important
}
.minheighter {
	min-height: 500px;
	overflow: hidden
}
.arrow_pad {
	padding-top: 155px;
}
.circle_pad {
	padding-top: 70px;
}
.arrow_pad img {
	max-width: 100%
}
.data_service_bot h2 {
	font-family: 'Dosis-l';
	font-size: 36px;
	color: #272727;
	margin-top: 0 !important
}
.data_service_bot p {
	color: #000;
	font-size: 18px;
	text-align: left;
	line-height: 1.7
}
.centerone {
	padding-top: 50px;
}
.lanugaesupport h1 {
	text-align: center;
	font-size: 27px;
	border: none !important;
	margin-top: 0 !important
}
.hire_me {
	font-size: 30px;
	font-family: 'Dosis-l';
	color: #272727;
	text-transform: uppercase
}
.hire_me span {
	/* color: #3c91ce; */
	color: #16497c;
	font-family: 'Dosis-b';
}
.hire_me strong {
	font-family: 'Dosis-b';
}
.get_qoute {
	background: #f8f6f6;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	padding: 25px 0;
}
.button_get_a {
	background: #0A2D4F;
	font-family: 'Dosis-l';
	font-size: 20px;
	padding: 17px 85px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.badage_holder {
	background: url(../images/badge_holder.png) no-repeat center top;
	height: 165px;
}
.seal_top {
	width: 121px;
	margin: 0px auto;
	padding-top: 40px;
}
.sealtext {
	text-align: center;
	padding-top: 18px;
	font-size: 18px;
	color: #252525;
	font-family: 'Dosis-l';
}
.sealtext_2 {
	text-align: center;
	padding-top: 23px;
	font-size: 18px;
	color: #252525;
	font-family: 'Dosis-l';
}
.tab_feature_servivce label {
	margin: 0 !important;
	border-bottom: 1px solid #c9c9c9;
}
.tab_feature_servivce .sky-tabs > input:checked + label span span {
	color: #61c4cb;
	font-size: 18px;
	background: none;
	font-family: 'Dosis-l';
}
.tab_feature_servivce .sky-tabs > label span span {
	background: none;
	font-family: "Dosis-l";
	font-size: 18px;
	padding: 0px;
	transition: background 0.4s ease 0s, color 0.4s ease 0s;
	border-radius: 0;
}
.tab_feature_servivce .sky-tabs > label span {
	padding: 0px;
}
.tab_feature_servivce .sky-tabs > ul > li {
	background: none;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	padding: 15px;
}
.tab_feature_servivce {
	padding: 30px 0
}
.tab_feature_servivce .sky-tabs-pos-left > label, .tab_feature_servivce .sky-tabs-pos-right > label {
	width: 22%;
}
.tab_feature_servivce .sky-tabs > label:hover span span {
	background: none;
	color: #3c91ce;
}
.tab_feature_servivce .sky-tabs strong {
	padding-right: 15px;
	float:left
}
.tab_text{
	float:left
}
.tab_feature_servivce p {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	color: #282828
}
.tab_feature_servivce h1 {
	border: none !important
}
.bg_services_counter {
	background: url(../images/bg_about_bg.png) no-repeat center top;
	min-height: 139px;
	margin-top: 15px !important;
}
.bg_services_counter .text {
	text-align: center;
	font-size: 30px;
	font-family: 'Dosis-r';
	padding-top: 25px;
}
.bg_services_counter .heading_about_counter {
	text-align: center;
	font-size: 16px;
	font-family: 'Dosis-r';
	padding-top: 35px;
	text-transform: uppercase
}
.ajile_img_section h1 {
	border: none !important;
	font-size: 47px;
	margin-top: 0
}
.ajile_img_section h3 {
	border: none !important;
	margin-bottom: 0
}
.divder {
	border-bottom: 1px solid #e5e5e5
}
.ajile_img_section p {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
}
.ajile_img_section {
	padding: 30px 0
}
.vision_text {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
}
.vision_container {
	border-top: 1px solid #b7b7b7;
	padding: 30px 0;
}
.vision_img {
	padding-bottom: 20px;
}
.heading_vision {
	color: #272727;
	font-family: 'Dosis-r';
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.vision_container .single_container_new {
	/* border-right: 1px solid #ccc; */
	min-height: 350px;
}
.vision_container .single_container_new:last-child {
	border: none
}
.career_container_wap {
	padding-top: 15px;
}
.career_container_wap .sky-tabs > label span span {
	padding: 5px 50px;
	text-transform: uppercase;
	margin: 0 20px
}
.career_container_wap .sky-tabs > ul > li {
	background: none
}
.career_container_wap .sky-tabs-anim-flip > ul {
	border-top: 1px solid #e3e3e3;
}
.career_container_wap ul li {
	text-align: left
}
.career_container_wap .sky-tabs ul li h1 {
	border: none !important
}
.career_container_wap .sky-tabs ul li h4 {
	color: #000000;
	font-family: 'Dosis-l';
	font-size: 24px;
	padding-bottom: 15px;
}
.career_container_wap .sky-tabs ul li p {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
}
.career_container_wap .sky-tabs ul li h3 {
	color: #272727;
	font-family: 'Dosis-r';
	font-size: 24px;
	padding-bottom: 15px;
	font-weight: normal;
	padding-top: 15px;
}
.career_container_wap .sky-tabs ul li .media-left {
	padding-right: 15px;
	padding-top: 15px;
}
.top_gola {
	padding-top: 25px !important;
}
.opening {
	padding: 30px 0 !important;
	background: #f5f2ec;
	border-top: 1px solid #ebebeb;
}
.opening .z-tabs.silver > ul > li > a {
	font-family: 'Dosis-l';
	font-size: 20px;
	padding: 10px !important;
	background: none !important
}
.opening .z-tabs.silver > ul > li > a > img {
	padding-right: 5px;
}
.opening .z-tabs.silver > ul > li > a:hover {
	background: #2da1a9 !important;
	color: #fff !important
}
.opening .z-tabs.vertical > ul {
	width: 27%
}
.opening .z-container {
	border-radius: 5px;
}
.opening .z-tabs.vertical > ul {
	border-radius: 5px;
	margin-right: 15px !important;
}
.opening .z-tabs.silver > ul > li.z-active > a {
	background: #2da1a9 !important;
	color: #fff !important
}
.opening .z-tabs.silver > ul > li:first-child a {
	border-radius: 5px 5px 0 0;
}
.opening .z-tabs.silver > ul > li:last-child a {
	border-radius: 0px 0px 5px 5px;
}
.z-content-inner .heading {
	width: 100%;
	margin: 0
}
.z-content-inner .heading h1 {
	border: none !important;
	margin-top: 0;
	font-size: 35px;
	font-family: 'Dosis-r';
}
.z-content-inner .heading h1 span {
	font-size: 49px;
}
.z-content-inner p {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
}
.dived_opening {
	background: url(../images/borders.png) repeat-x center center;
	height: 9px;
	padding: 20px 0 !important
}
.z-content-inner h4 {
	font-weight: normal;
	color: #272727;
	font-family: 'Dosis-r';
	font-size: 20px;
	text-transform: uppercase
}
.button_opening {
	background: #0A2D4F;
	font-family: 'Dosis-l';
	font-size: 20px;
	padding: 20px 50px !important;
	border-radius: 5px;
	color: #fff;
	margin-top: 30px  !important;
	text-transform: uppercase
}
.bot_open_continer {
	background: #f8f8f8;
	padding: 30px 0 !important;
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7
}
p {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
	/* text-align:justify; */
}
.headingofgird {
	font-size: 25px;
	color: #272727;
	font-family: 'Dosis-r';
	text-transform: uppercase;
	padding: 20px 0 0 0 !important;
}
.bot_grid {
	padding: 25px 0 !important
}
.bot_open_continer h1 {
	font-family: 'Dosis-r';
	font-size: 49px;
	font-weight: normal;
	border: none !important;
	color: #000;
	margin-top: 0
}
.button_port {
	background: #49ba7d;
	font-family: 'Dosis-r';
	font-size: 20px;
	padding: 15px 50px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase
}
.simplefilter li {
	margin: 0 15px;
	cursor: pointer
}
.career_container_wap_top_row {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	padding: 20px 0 10px 0;
}
.simplefilter .active {
	/* background: #0a2d4f !important;*/
	 background: #16497c  !important;
}

.title_top_container {
	background: url(../images/port_top.png) top center no-repeat;
	/* width: 252px; */
	height: 40px;
	box-shadow: 0 7px 7px #ccc;
	margin-top: 36px;
}
.title_container {
	position: relative;
	top: -32px;
}
.title_mid_container {
	background: #e9e9e9;
	box-shadow: 0 7px 7px #ccc;
}
.projetname {
	color: #61c4cb;
	font-family: 'Dosis-r';
	font-size: 25px;
}
.projetname a{
	color: #61c4cb;
	font-family: 'Dosis-r';
	font-size: 25px;
}
.projetnamesub {
	color: #000000;
	font-family: 'Dosis-r';
	font-size: 16px;
	padding-bottom: 35px;
}
.button_project {
	background: #49ba7d;
	font-family: 'Dosis-r';
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: -25px;
}
.new_port {
	background: #f6f4f4;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #bababa;
	padding: 30px 0
}
.new_port h1 {
	border: none !important;
	margin-top: 0 !important;
	padding-top: 0
}
.riht_port p {
	/*font-family: 'quicksand-book';*/
	font-size: 18px;
	column-rule: #282828;
	line-height: 1.6;
}
.riht_port {
	padding-left: 20px;
}
.qoute_request {
	padding: 30px 0;
}
.qoute_bot_draw {
	font-family: 'Dosis-l';
	font-size: 22px;
	color: #3b3b3b;
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5 !important;
	padding-top: 15px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.button_get_a_small {
	background: #49ba7d;
	font-family: 'Dosis-r';
	font-size: 16px;
}
.qoute_request {
	border-bottom: 1px solid #bababa;
}
.career_container_wap_bot {
	padding-top: 30px;
	background: url(../images/bg_port.jpg) top center repeat;
}
.contact_wap, .request_wap {
	padding: 30px 0;
}
.contact_from input[type='text'] {
	border: 1px solid #eae6e6;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
}
.contact_from textarea {
	border: 1px solid #eae6e6;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
}
.contact_from input[type='submit'] {
	background: #61c4cb;
	font-family: 'Dosis-r';
	font-size: 22px;
	/* padding: 22px 20px; */
	padding: 10px 10px;
	border-radius: 5px;
	border: none;
	color: #fff;
	width: 100%
}

.contact_from input[type="button"] {
	background: #16497c;
	font-family: 'Dosis-r';
	font-size: 22px;
	/* padding: 22px 20px; */
	padding: 10px 10px;
	border-radius: 5px;
	border: none;
	color: #fff;
	width: 100%;
}
.contact_new {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
	padding-top: 17px;
}
.contact_new_phn {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
	padding-top: 17px
}
.contact_new_email {
	/*font-family: 'quicksand-book';*/
	font-size: 16px;
	column-rule: #282828;
	padding-top: 27px
}
.contacr_row {
	padding: 20px 0
}
.social {
	position: fixed;
	top: 35%;
	z-index: 5000;
	width: 4%;
	display:block;
}
.social ul {
	padding: 0px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}
.social ul li {
	font-family: 'Dosis-r';
	display: block;
	margin: 5px;
	/* background: rgba(3, 45, 95, 1); */
	background: rgba(45, 161, 169, 1);
	width: 300px;
	/* box-shadow: 0 0 3px #000; */
	box-shadow: 0 0 3px #2da1a9;
	text-align: right;
	padding: 10px;
	margin-left: 20px;
	font-size: 18px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
	background: rgba(204, 204, 204, 0.4);
}
.social ul li:hover a {
	color: #000;
}
.social ul li:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li img {
	margin-left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.request_wap h1 {
	border: none !important
}
.no_pedding_left {
	padding-left: 0
}
.qoute_from {
	padding: 20px 0
}
.qoute_from input[type='text'] {
	border: 1px solid #eae6e6;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
}
.label_qoute {
	font-size: 16px;
	/*font-family: 'quicksand-book';*/
	color: #111111;
	padding: 15px 0 10px 0;
	text-align:left;
}
.qoute_from select {
	border: 1px solid #eae6e6;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
}
.qoute_from textarea {
	border: 1px solid #eae6e6;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
}
.qoute_from input[type="submit"] {
	background: #61c4cb none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	font-family: "Dosis-r";
	font-size: 22px;
	padding: 10px 10px;
	width: 100%;
}

.qoute_from input[type="button"] {
	background: #61c4cb none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	font-family: "Dosis-r";
	font-size: 22px;
	padding: 10px 10px;
	width: 100%;
}
.submit_btn {
	background: #2098d1;
	font-family: 'Dosis-r';
	font-size: 22px;
	padding: 22px 20px;
	border-radius: 5px;
	border: none;
	color: #fff;
	width: 100%;
}
.err {
	font-weight: bolder;
	color: red;
	float:left;
}
.submit_btn {
	background: #2098d1;
	font-family: 'Dosis-r';
	font-size: 22px;
	padding: 22px 20px;
	border-radius: 5px;
	border: none;
	color: #fff;
	width: 100%;
}
.fields {
	font-size: 15px;
	padding-top: 10px;
}
.form_title {
	padding-top: 30px;
	padding-bottom: 30px;
}
.job_apply_h1 {
	font-size: 49px;
	color: #3c91ce;
	font-family: 'Dosis-b';
	border: 1px solid #e3e3e3 !important;
	border-left: none !important;
	border-right: none !important;
	padding: 10px 0 12px 0 !important;
}
.apply_btn {
	margin-bottom: 30px;
}
.basic_info {
	margin-bottom: 30px;
}
.info_heading {
	margin-bottom: 30px;
}
.toggle-nav {
	display: none;
}
.contact_form_info .z-tab a {
	font-size:18px !important;
	  font-family: "Dosis-l"
}
.contact_form_info .z-tab a:hover {
	color:#fff
}
.contact_form_info .z-tabs.silver > ul > li.z-active > a {
	background: #16497c none repeat scroll 0 0 !important;
    color: #fff !important;
}
@media screen and (max-width:600px) {
	.full_profiler{
		background:none;
		text-align: center;
	}
	.pull-left {
		float: none !important;

	}
}

@media screen and (max-width:768px) {
.header_img {
	text-align: center;
}
.qoute_button {
	display: none;
}
.social {
	display: block;
}
.navigation {
	position: relative;
	display: inline-block;
}
.navigation ul {
	display: none;
}
.navigation ul.active {
	display: block;
}
.navigation ul {
	border-radius: 3px;
    left: 0;
    padding: 1px 15px;
    position: absolute;
    top: 120%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 3px #ccc;
}
.navigation ul:after {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0%;
	left: 22px;
	content: '';
	transform: translate(0%, -100%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.navigation ul li {
	 border-bottom: 4px solid #fff;
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
}
.navigation a {
	display: block;
}
.navigation ul li a {
	color: #3c91ce;
	font-weight: bolder;
	font-size: 20px;
}
.toggle-nav {
	border-radius: 3px;
	box-shadow: 0 0px 2px #ccc;
	color: #3c91ce;
	display: inline-block;
	float: right;
	font-size: 20px;
	padding: 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	transition: color 0.15s linear 0s;
	position: absolute;
	top: -70px;
}
.toggle-nav:hover, .toggle-nav.active {
	text-decoration: none;
	color: #3c91ce;
}
.banner {
	padding-top: 96px;
}
.heading,.heading_new_testi {
	width: 100%
}
.services {
	padding: 20px 0;
}
.counter_container.pull-left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	text-align: center;
	width: 100%;
	padding: 20px 0;
}
.bg_container_counter {
	margin: 0px auto
}
#porfolio-nav {
	display: none
}
 /* .full_profiler.pull-left {
	width: 100%;
	text-align: center;
	background: none;
	padding: 20px 0;
}  */
.testirows{
	text-align:center
}
.testimonal_avtar img{
	display:inline !important
}
.button_row .col-xs-12{
	text-align:center
}
.left_text_agile {
	text-align:center
}
.footer {
	text-align:center
}
.ajile_step{
	background:none
}
.client{
	display:none !important
}
.bcg,.bcg_about,.bcg_portfolio,.bcg_career,.bcg_contact,.bcg_request{

	display:none
}
.lapimage img{
	max-width:95%
}
.lap_text{
	text-align:center
}
.intotext{
	text-align:center
}
.profile img{
	max-width:95%
}
.profile .arrow_pad{
	display:none
}
.data_service_bot {
	text-align:center
}
.data_service_bot p{
	text-align:center
}
.lanugaesupport{
	text-align:center
}
.hire_me{
	text-align:center
}
.button_get_a{
	padding:20px 30px;
}
.get_qoute div{
	text-align:center !important
}
.tab_text{
	display:none !important
}
.tab_feature_servivce .sky-tabs strong{
	padding:0 ;
	text-align:center
}
.sky-tabs label{
	text-align:center
}
.tab_feature_servivce .sky-tabs ul li h1{
	font-size:35px;
}
.ajile_img_section{
	text-align:center
}
.vision_container .single_container_new{
	border:none
}
.simplefilter li{
	margin:10px 0
}
.new_port img,.qoute_request img {
	max-width:100%
}
.new_port,.qoute_request{
	text-align:center
}

.list_items img{
	max-width:100%
}
.list_items{
	text-align:center
}
.sky-tabs .grid-col-offset-3, .sky-tabs .grid-col-offset-3:first-child{
	margin:0 !important
}
.bot_open_continer{
	text-align:center
}
.career_container_wap .sky-tabs ul li p{
	float:none !important
}
.contact_wap,.request_wap {
	text-align:center
}
.no_pedding_left{
	padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-width: 769px) and (max-width: 992px) {
.header_img {
	text-align: center
}
.navigation {
	text-align:center
}
.banner {
	padding-top: 143px;
}
.testimonal_avtar img{
	display:inline !important
}
.button_row .text-right.col-sm-12{
	text-align:center
}
.button_row .text-left.col-sm-12{
	text-align:center
}
.left_text_agile {
	text-align:center
}
.footer {
	text-align:center
}
.ajile_step{
	background:none
}
.intotext{
	text-align:center
}
.profile .arrow_pad{
	display:none
}
.data_service_bot {
	text-align:center
}
.data_service_bot p{
	text-align:center
}
.lanugaesupport{
	text-align:center
}
.hire_me{
	text-align:center
}
.get_qoute div{
	text-align:center !important
}
.tab_text{
	display:none !important
}
.tab_feature_servivce .sky-tabs strong{
	padding:0 ;
	text-align:center
}
.sky-tabs label{
	text-align:center
}
.tab_feature_servivce .sky-tabs ul li h1{
	font-size:35px;
}
.ajile_img_section{
	text-align:center
}
.vision_container .single_container_new{
	border:none
}
.bcg_portfolio{

	display:none
}
.simplefilter li{
	margin:10px 0
}
.new_port img,.qoute_request img {
	max-width:100%
}
.new_port,.qoute_request{
	text-align:center
}
.bcg_career{

	display:none
}
.list_items img{
	max-width:100%
}
.list_items{
	text-align:center
}
.sky-tabs .grid-col-offset-3, .sky-tabs .grid-col-offset-3:first-child{
	margin:0 !important
}
.bot_open_continer{
	text-align:center
}
.career_container_wap p{
	float:none
}
.bcg_contact{

	display:none
}
.contact_wap {
	text-align:center
}
.bcg_request{

	display:none
}
.no_pedding_left{
	padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-width: 993px) and (max-width: 1200px) {
}

.btn-file {
    padding: 14px 50px;
    font-size: 16px;
}

/* Change for image  */

img[src="images/logo.png"] {
	width:auto;
	height:55px;
}

img[src="images/footlogo.png"] {
	width:auto;
	height:55px;
}

@media (min-width:1024px) {
	.header_img {
		left:8px;
	}
}

@media (min-width:1280px) {
	.header_img {
		left:-31px;
	}
}

@media (min-width:1440px) {
	.header_img {
		left:-31px;
	}
}

@media (min-width:1366px) {
	.header_img {
		left:-31px;
	}
}

@media (min-width:1600px) {
	.header_img {
		left:-96px;
	}
}

@media (min-width:1920px) {
	.header_img {
		left:-224px;
	}
}

@media (min-width:2560px) {
	.header_img {
		left:-482px;
	}
}

img[src="images/banner3_new.png"] {
	margin-top:0!important;
}
