html {
	-webkit-text-size-adjust: none;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
input[type="submit"] {
	-webkit-appearance: none;
}
*,
*:after,
*:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background:#fff;
	color: #6b6b6b;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    font-size: 20px;
	height: 100%;
    line-height: 28px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	width: 100%;
}
a {
	color: #6b6b6b;
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #6b6b6b;
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
input,
textarea,
select {
    appearance: none;
    outline: none;
    resize: none;
}
select::-ms-expand {
    display: none;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
::-webkit-input-placeholder {
	opacity:1;
}
:-moz-placeholder {
	opacity:1;
}
::-moz-placeholder {
	opacity:1;
}
:-ms-input-placeholder {
	opacity:1;
}
button::-moz-focus-inner {
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	color: #222222;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	width: auto\9; /* ie8 */
	vertical-align: top;
}
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
label {
	font-weight: 400;
}
.container {
	max-width: 1140px;
	width: 100%;
}
.slick-slider .slick-slide,
.slick-slider .slick-slide:focus {
	outline: none;
}
/* This is for center align */
.c-wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.c-wrap .v-wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 24px;
}
/* Header css open */
header {
	display: block;
	height: 86px;
	position: relative;
}
header .header-wrap {
	background: #4393cb;
	height: 86px;
	left: 0;
	position: fixed;
	padding: 15px 0 0;
	right: 0;
	z-index: 12;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .header-wrap .navbar {
	border: 0;
	margin: 0;
	width: calc(100% - 187px);
}
header .navbar-header .navbar-brand {
	padding: 0;
	height: auto;
}
header .navbar-header .navbar-brand img {
	width: 240px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .header-wrap .social-icon {
	width: 187px;
	padding-top: 7px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .header-wrap .social-icon ul {
	text-align: right;
}
header .header-wrap .social-icon li {
	display: inline-block;
	margin: 0 0 0 12px;
	vertical-align: middle;
}
header .header-wrap .social-icon li a {
	background-color: #fff;
	display: block;
	height: 41px;
	width: 41px;
	text-align: center;
	line-height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .header-wrap .social-icon li a:hover {
	background-color: #5ca423;
}
header .header-wrap .social-icon li a .fa {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .header-wrap .social-icon li a:hover .fa {
	color: #fff;
}
header .header-wrap .social-icon li a .fa-facebook {
	color: #0066b8;
}
header .header-wrap .social-icon li a .fa-twitter {
	color: #24afe3;
}
header .navbar-toggle {
	background-color: #fff;
	margin-top: 11px;
}
header .navbar-toggle .icon-bar {
	background-color: #4393cb;
}
header .header-wrap.fixed {
	height: 76px;
}
header .header-wrap.fixed .navbar-brand img {
	width: 210px;
}
header .header-wrap.fixed .social-icon {
	padding-top: 3px;
}
/* Header css close */
section h2 {
	display: block;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 33px;
	position: relative;
	padding-bottom: 26px;
	text-align: center;
}
section h2:before {
	bottom: 0;
	background: #4393cb;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 50px;
}
.sourcing-solution {
	padding: 85px 0 80px;
}
.sourcing-solution iframe {
	border: 0;
	height: 355px;
	margin-top: 30px;
	width: 100%;
}
.quick-ctc-form {
	display: block;
	position: relative;
	padding: 20px;
	-webkit-border-radius: 3px 1px 1px;
	-moz-border-radius: 3px 1px 1px;
	border-radius: 3px 1px 1px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.11);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.11);
	box-shadow: 0 0 7px rgba(0,0,0,.11);
}
.quick-ctc-form .bg-color {
	background-color: #4393cb;
	display: block;
	padding: 16px 38px 20px;
}
.quick-ctc-form h3 {
	color: #fff;
	font-weight: 400;
	padding-bottom: 16px;
	text-align: center;
}
.quick-ctc-form .input-group {
	display: block;
	position: relative;
}
.quick-ctc-form .input-group .text-box,
.quick-ctc-form .input-group select {
	font-size: 14px;
	font-weight: 400;
	display: block;
	height: 49px;
	padding: 0 21px;
	width: 100%;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
	border: solid 1px #ececec;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.quick-ctc-form .input-group select {
	padding: 0 0 0 21px;
	background: #fff url("../images/select-down-arrow.png") no-repeat;
	background-position: center right 20px;
}
.quick-ctc-form .input-group textarea {
	font-size: 14px;
	font-weight: 400;
	display: block;
	height: 89px;
	line-height: 20px;
	padding: 15px 21px;
	width: 100%;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
	border: solid 1px #ececec;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.quick-ctc-form .input-group + .input-group {
	margin-top: -1px;
}
.quick-ctc-form input.text-box::-webkit-input-placeholder,
.quick-ctc-form textarea::-webkit-input-placeholder {
	color: #808080;
}
.quick-ctc-form input.text-box::-moz-placeholder,
.quick-ctc-form textarea::-moz-placeholder {
	color: #808080;
}
.quick-ctc-form input.text-box:-ms-input-placeholder,
.quick-ctc-form textarea:-ms-input-placeholder {
	color: #808080;
}
.quick-ctc-form input.text-box:-moz-placeholder,
.quick-ctc-form textarea:-moz-placeholder {
	color: #808080;
}
.quick-ctc-form .input-group .submit {
	background-color: #fff;
	border: 0;
	color: #4393cb;
	font-size: 20px;
	font-weight: 600;
	float: right;
	height: 54px;
	line-height: 54px;
	margin-top: 15px;
	padding: 0 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.quick-ctc-form .input-group .submit:hover,
.quick-ctc-form .input-group .submit:focus {
	background-color: #5ca423;
	color: #fff;
}
.sourcing-solution .down-arrow {
	display: block;
	margin: 38px 0 0;
	position: relative;
	text-align: center;
}
.sourcing-solution .down-arrow a {
	display: inline-block;
}
.blue-bg-section {
	background-color: #ecf4fa;
	display: block;
	position: relative;
	padding: 85px 0 80px;
}
.blue-bg-section h2 {
	color: #4393cb;
	margin-bottom: 56px;
}
.blue-bg-section img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.center-section {
	display: block;
	padding: 80px 0;
	position: relative;
}
.center-section h4 {
	color: #6b6b6b;
	display: block;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}
.center-section .container > ul {
	padding-top: 35px;
}
.center-section .container > ul > li {
	position: relative;
}
.center-section .container > ul > li img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.center-section .container > ul > li + li {
	padding: 80px 0 0;
	margin: 80px 0 0;
}
.center-section .container > ul > li + li:before {
	content: "";
	background-color: #4393cb;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 0;
	width: calc(100% - 30px);
}
.center-section .container > ul > li:nth-child(even) .image-part {
	float: right;
}
.center-section h3 {
	color: #4393cb;
	padding-bottom: 10px;
}
.center-section p {
	margin: 0;
}
footer {
	background-color: #2c2c2c;
	display: block;
	position: relative;
	padding: 36px 0 29px;
}
footer p {
	color: #9d9d9d;
	font-size: 16px;
	line-height: 22px;
}
form#contact_form span.error{
	color: #F00;
}