@charset "utf-8";
/* CSS Document */

.fixed-container {
	width: 100%!important;
	max-width: 1100px!important;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
.page-header {
	display: block;
	width: 100%;
	position: relative;
	background: #d94234;
	color: #fff;
	padding: 0px 0 0px 0;
	text-align: left;
}
.page-header img {
	max-width: 100%;
}
.white-container-inner {
	width: 100%;
	position: relative;
	clear: both;
	display: inline-block;
	background: #fff;
	padding: 20px 0 45px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.white-container-inner p {
	color: #555;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
}
.white-container-inner p.align-center {
	text-align: center;
}
.white-container-inner .grid-1 {
	display: block;
	margin: 40px 0 0 0;
}
.white-container-inner h1 {
	color: #000;
	font-size: 35px;
	margin: 30px 0 30px 0;
	text-align: center;
}
.white-container-inner h1 span {
	color: #d14032;
}
.white-container-inner h1.align-left {
	text-align: left;
}
.white-container-inner h2 {
	color: #282828;
	font-size: 30px;
	margin: 30px 0 30px 0;
	text-align: center;
}
.white-container-inner h2 span {
	color: #d14032;
}
.white-container-inner h2.align-left {
	text-align: left;
}
.white-container-inner h3 {
	color: #282828;
	font-size: 28px;
	margin: 30px 0 25px 0;
	text-align: center;
}
.white-container-inner h3 span {
	color: #d14032;
}
.box-grid {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left:-20px;
	margin-top:20px;
	position: relative;
}
.listContainer {
	margin: 0 auto;
	max-width: 915px;
	padding-bottom: 110px;
	position: relative;
	top: -80px;
}
.box-grid li {
	float: left;
	padding-left: 20px;
	width: 20%;
}
.box-grid .innerbox {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	height:160px;
	position:relative;
	border-radius:200px;
	width: 160px;
	background:#78a73f;
	margin: 0 auto;
}
.box-grid .innerbox img {
	width:75px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.white-container-inner .box-grid li p {
	color: #565454;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	padding-top:15px;
}
.box-grid .innerbox p {
	padding: 20px 10px 0;
	line-height: 20px;
	margin: 0;
}
.box-grid li:first-child, .box-grid li:last-child {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform:translate(0, 0);
}
.box-grid li:nth-child(2), .box-grid li:nth-child(4) {
 transform: translate(0, 50%);
 -webkit-transform: translate(0, 50%);
 -ms-transform:translate(0, 50%);
}
.box-grid li:nth-child(3) {
 transform: translate(0, 100%);
 -webkit-transform: translate(0, 100%);
 -ms-transform:translate(0, 100%);
}
.box-grid .innerbox p span {
	background: #d94234;
	height: 46px;
	border-radius: 4px;
	display: block;
	vertical-align: middle;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
}
.box-grid .innerbox a .img {
	height: 100px;
	width: 100%;
	background: no-repeat center top;
}
.box-grid .innerbox a .img.img1 {
	background-image: url(../../images/img-154.png);
}
.box-grid .innerbox a .img.img2 {
	background-image: url(../../images/img-155.png);
}
.box-grid .innerbox a .img.img3 {
	background-image: url(../../images/img-156.png);
}
.box-grid .innerbox a .img.img4 {
	background-image: url(../../images/img-157.png);
}
.box-grid .innerbox a .img.img5 {
	background-image: url(../../images/img-158.png);
}
.box-grid .innerbox a:hover .img {
	background-position: bottom center;
}
.box-grid .innerbox a:hover span {
	background: #7fc241;
}
.click-arrow {
	position: absolute;
	left: -115px;
	top: -40px;
	z-index: 0;
	display: none;
}
.box-grid:hover .click-arrow {
	display: block;
}
.two-block {
	width: 100%;
	display: inline-block;
	margin: 50px 0 0 0;
}
.two-block ul {
}
.two-block ul li {
	width: 100%;
	display: table;
}
.two-block ul li .grid {
	background: #1a2325;
	border-bottom: 1px solid #31393b;
	border-top: 1px solid #111618;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px 25px;
	display: table-cell;
	width: 50%;
}
.two-block ul li .grid:first-child {
	border-bottom: 1px solid #dd5549;
	border-top: 1px solid #ba382b;
	background: #da4235;
}
.two-block .grid h2 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 28px;
	color: #fff;
	margin: 0;
	padding: 20px 0;
}
.two-block .grid h3 {
	font-size: 18px;
	text-align: left;
	padding: 0 0 0px 0;
	font-family: 'helveticaneuecyrbold';
	display: none;
	color: #fff;
	margin: 0;
}
.two-block ul p {
	color: #fff;
	margin: 0;
}
.testimonial {
}
.testimonial-cells {
	margin: 0 0 0 0;
	display: inline-block;
	width: 100%;
}
.testimonial-cells li, .fablog ul li {
	text-align: center;
	float: left;
	width: 32%;
	margin: 0 0 0 2%;
}
.testimonial-cells li:first-child, .fablog ul li:first-child {
	margin-left: 0px;
}
.testimonial-cells li .icon {
	background: none;
	border: solid 1px #dedbdb;
	border-radius: 50%;
	width: 165px;
	height: 165px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
}
.testimonial-cells li h3 {
	font-style: normal;
	font-weight: 600;
	color: #000000;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 25px 0;
}
.testimonial-cells li h3 span {
	display: block;
	color: #f24130;
	font-size: 15px;
}
.testimonial-cells li .desc {
	background: #e7e7e6;
	border-radius: 3px;
	padding: 20px 15px;
	position: relative;
	border-bottom: solid 2px #c5c5c4;
}
.testimonial-cells li .desc:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #e7e7e6;
	border-width: 10px;
	margin-left: -10px;
}
.testimonial-cells li .desc p {
	font-style: italic;
	font-weight: 400;
	color: #2d2d2d;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0;
}
.testimonial-cells li .from {
	display: block;
}
.testimonial-cells li .from span.name {
	color: #000;
	font-size: 15px;
	text-align: left;
	float: left;
	display: inline-block;
	line-height: normal;
	margin-top: 15px;
}
.testimonial-cells li .from span.web {
	float: right;
	display: inline-block;
	line-height: normal;
	margin-top: 15px;
	font-size: 15px;
	text-align: right;
	font-style: italic;
	font-weight: 400;
}
.testimonial-cells li .from span.web a {
	color: #000;
}
.testimonial-cells li .from span.web a.link {
	color: #f24130;
	text-decoration: underline;
}
.testimonial-cells li .from span.web a.link:hover {
	color: #1a2325;
}
.testimonial-cells li .icon.one {
	background: url(../website-design-company/images-web/icn-testimonial-1.png) no-repeat center;
}
.testimonial-cells li .icon.two {
	background: url(../website-design-company/images-web/icn-testimonial-2.png) no-repeat center;
}
.testimonial-cells li .icon.three {
	background: url(../website-design-company/images-web/icn-testimonial-3.png) no-repeat center;
}
.fablog {
}
.fablog ul {
	margin: 25px 0px;
	padding: 0;
}
.fablog ul li {
	vertical-align: top;
	width: 31%;
	min-height: 293px;
	display: inline-block;
	padding: 0px;
	margin: 0 0px 0 3.111%;
	border: solid 1px #d5d2d2;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fablog li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}
.fablog li div.n-head {
	background: #f5f4f2;
	border-bottom: solid 1px #d7d5d5;
	padding-top: 12px;
	height: 158px;
}
.fablog li div.date {
	color: #f24130;
	font-size: 17px;
	margin: 0px 0 5px 0px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	line-height: 1.5;
	font-style: italic;
	font-weight: 400;
}
.fablog li h4 a {
	display: block;
	color: #1a2325;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.fablog li h4 a:hover {
	color: #cc1045;
}
.fablog li p {
	color: #515050;
	font-size: 15px;
	line-height: normal;
	padding: 18px 20px 15px 20px;
	text-align: center;
	margin: 0px 0 0px 0;
	height: 195px;
	overflow: hidden;
	background: none;
}
.fablog li a.readmore {
	font-style: italic;
	font-weight: 600;
	border-bottom: solid 4px #fdbcb6;
	color: #f24130;
	font-size: 14px;
	padding: 5px 0;
	margin: 10px auto;
	margin-bottom: 25px;
	display: table;
	text-align: center;
}
.fablog li a.readmore:hover {
	color: #7fc241;
	border-bottom: solid 4px #b5e687;
}
.fab {
	background: #d94234;
	font-size: 16px;
	padding: 0 8px;
	border-radius: 4px;
	color: #fff;
	line-height: 25px;
	height: 28px;
	display: inline-block;
}
.grey-container-inner {
	background: #f3f3f3;
	display: block;
	position: relative;
	padding: 45px 0 45px 0;
	font-size: 14px;
}
.grey-container-inner h3 {
	color: #282828;
	font-size: 28px;
	margin: 0 0 25px 0;
	text-align: center;
}
.grey-container-inner h3 span {
	color: #d14032;
}
.outsourcing-banners {
	display: table;
	width: 100%;
	margin: 25px 0;
}
.outsourcing-banners a {
	float: right;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 2px #d9d6d6;
	background: #fff;
	width: 48%;
	text-align: center;
}
.outsourcing-banners a img {
	width: 100%;
	max-width: 538px;
}
.outsourcing-banners a span {
	color: #fff;
	font-size: 21px;
	line-height: 25px;
	display: block;
	background: #1a2325;
}
.outsourcing-banners a:first-child {
	float: left;
}
.outsourcing-banners a:first-child span {
	background: #d94234;
}
.org-container {
	background: #d94234;
	padding: 38px 0 46px 0;
}
.white-container {
	background: #fff;
	padding: 45px 0;
}
.org-container h2 {
	font-style: normal;
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	line-height: 42px;
}
.white-container h2 {
	color: #403e3e;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.org-container h2 span {
	font-style: normal;
	font-weight: 400;
}
.white-container a.btn-theme.red {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	font-size:22px;
}
.white-container h2 span {
	font-style: normal;
	font-weight: 400;
}
.org-row {
	width: 100%;
	display: inline-block;
}
.org-row .left {
	width: 55%;
	float: left;
}
.org-row .right {
	width: 45%;
	text-align: center;
	float: right;
}
.white-row {
	width: 100%;
	display: table;
}
.white-row .left {
	width: 55%;
	display: table-cell;
	vertical-align:middle;
}
.white-row .right {
	width: 30%;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
}
.white-button {
	background: #ffffff;
	color: #d94234;
	display: block;
	margin: 20px 50px;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 85px;
	border-radius: 5px;
}
#slideshow-pro.slideBG {
	background: #EEEEED;
	border: none;
}
#slideshow-pro.slideBG .slides_container .slide-element .desc-side {
	padding-top: 25px
}
#slideshow-pro.slideBG .slides_container .slide-element .screen-side {
	margin-top: 20px;
}
.sponsers {
	display: block;
	margin: 40px 0 0 0;
}
.sponsers ul {
	width: 100%;
	display: inline-block;
}
.sponsers ul li {
	float: left;
	margin: 0;
	width: 25%;
	text-align: center;
}
.sponsers ul li img {
}
/*New*/

.banner-img {
	float: right;
	max-width: 539px;
}
.banner-txt {
	float: left;
	margin: 60px 0;
	max-width: 565px;
}
.banner-img img {
	width: 100%;
}
.outsourcingBanner {
	background-color: #2886db;
	background-image: url("../../images/outsourcing-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0 65px;
}
.banner-txt > h2 {
	font-family: open sans;
	font-size: 56px;
	font-weight: 300;
}
.banner-txt h2 strong {
	font-weight: 800;
}
.contentBox {
	max-width:590px;
	margin:0px auto;
}
.challenges {
	background-color: #0c1a27;
	background-image: url("../../images/list-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 45px 0px;
	background-size: cover;
}
.clmBlock {
	margin:0px auto;
	max-width:860px;
}
.challenges .two-block {
	margin: 0px auto;
}
.clm-2 {
	margin-left: -10px;
	margin-top: -10px;
}
.clm-2 > li {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 50%;
	position:relative;
}
.listBox {
	border-radius: 5px;
	display: table;
	padding: 15px;
	position: relative;
	width: 100%;
}
.listBox > h2 {
	margin: 0 auto;
}
.listBox > h3 {
	display: table-cell;
	height: 57px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
.clm-2 li:nth-child(even) .listBox h3 {
font-size:14px;
color:#fff;
line-height:19px;
}
.clm-2 li:nth-child(odd) .listBox h3 {
font-size:16px;
color:#fff;
line-height:19px;
font-weight:600;
}
.clm-2 li:nth-child(odd) .listBox {
 background: #32516e;
}
.clm-2 li:nth-child(even) .listBox {
 background: #e75446;
}
.listHead {
	color: #fff !important;
	padding-left: 50px;
	display: block;
}
.count {
	border: 2px solid #fff;
	border-radius: 40px;
	color: #fff !important;
	padding: 8px 13px;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	width: 40px;
}
.clm-2 li:nth-child(1) .listBox, .clm-2 li:nth-child(2) .listBox {
background:#fff;
}
.clm-2 li:nth-child(1) .listBox h2 {
color:#32516e;
font-size:32px;
text-align:center;
}
.clm-2 li:nth-child(2) .listBox h2 {
color:#e75446;
font-size:32px;
text-align:center;
}
.reviews {
	background:url(../images/reviewsBg.jpg) no-repeat;
	background-size:cover;
	margin-top:50px;
}
.col2.listingItem {
	margin-left:-50px;
}
.col2.listingItem li {
	float:left;
	width:50%;
	padding-left:50px;
}
.postedBy {
	border-radius: 145px;
	height: 145px;
	overflow: hidden;
	width: 145px;
}
.postedBy img {
	border-radius: 145px;
	height: 100%;
	width: 100%;
}
.col2.listingItem li:nth-child(odd) .reviewPosted {
 float: left;
 text-align: center;
}
.col2.listingItem li:nth-child(even) .reviewPosted {
 float: right;
 text-align: center;
}
.reviewContent {
	background: #e69729;
	min-height: 300px;
	padding: 45px 30px 0px 30px;
	position: relative;
}
.reviewContent img {
	position:absolute;
	top:-10px;
}
.col2.listingItem li:nth-child(odd) .reviewContent {
margin-left: 169px;
}
.col2.listingItem li:nth-child(even) .reviewContent {
margin-right: 169px;
}
 .col2.listingItem li:nth-child(odd) .refBlock {
margin-left: 169px;
}
.col2.listingItem li:nth-child(even) .refBlock {
margin-right: 169px;
}
.refBlock {
	background: #d08011;
	padding: 10px 20px;
}
.testimonial .btn-theme {
	background: #f14130;
	border-color: #f14130;
	bottom: 0;
	color: #fff;
	font-size:23px;
	font-weight: 600;
	line-height: 19px;
	margin: 0px auto;
	margin-top: 50px;
}
.testimonial .btn-theme:hover {
	background: #f14130;
	border-color: #f14130;
}
.refBlock a {
	color: #fff;
	display: block;
	font-style: italic;
	text-decoration: underline;
}
.reviewContent > p {
	color: #ffffff;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
	text-align:left;
}
.reviewPosted > h2 {
	color: #d08011;
	font-size: 17px;
	margin:10px 0px 0px 0px;
	padding-bottom:0px;
}
.reviewPosted > p {
	color: #464645;
	font-size: 15px;
	font-weight: 400;
}
.section.reviews {
	padding: 90px 0;
}
 .col2.listingItem li:nth-child(odd) .reviewContent::before {
 border-bottom: 31px solid rgba(0, 0, 0, 0);
 border-left: 31px solid #e69729;
 border-top: 31px solid rgba(0, 0, 0, 0);
 content: "";
 height: 0;
 left: -10px;
 position: absolute;
 top: -20px;
 transform: rotate(-45deg);
 width: 0;
}
.col2.listingItem li:nth-child(even) .reviewContent::before {
 border-bottom: 31px solid rgba(0, 0, 0, 0);
 border-left: 31px solid #e69729;
 border-top: 31px solid rgba(0, 0, 0, 0);
 content: "";
 height: 0;
 right: -10px;
 position: absolute;
 top: -15px;
 transform: rotate(90deg);
 width: 0;
}
.reviews .themebtn {
	display: table;
	font-size: 23px;
	font-weight: 400;
	margin: 45px auto;
	text-align: center;
	margin-bottom:0px;
}
.col2.listingItem.singlePost li {
	float: left;
	padding-left: 50px;
	width: 100%;
}
.testimonial {
	padding:45px 0px;
}
.testimonial .contentBox h1 {
	margin-top:0px;
	margin-bottom:60px;
	color: #000;
	font-size: 35px;
	text-align: center;
}
.outsource {
	background-color: #446da0;
	background-image: url("../../images/outsource-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 45px 0px;
	background-size: cover;
}
.outsource .leftClm > p {
	color: #fff;
	font-size: 16px;
	padding-top: 30px;
	text-align:justify;
}
.outsource .leftClm > h2 {
	color: #fff;
	font-size: 35px;
}
.outsource .leftClm {
	float: left;
	max-width:59%;
}
.outsource .rightClm {
	float: right;
}

.right > img {
    max-width: 100%;
}
.firm {
	background-color: #0c1a27;
	background-image: url("../../images/list-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
}
.firm .listContainer {
	background-image: url("../../images/border-bg.png");
	min-height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	max-width:100%;
	top: -70px;
	padding-bottom:85px;
}
.firm .contentBox {
	text-align:center;
	max-width:750px;
}
.firm .contentBox h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 800;
}
.firm .contentBox > p {
	font-size: 17px;
	color: #bdbdbe;
	font-weight: 600;
	padding-top:35px;
}
.firm .contentBox > h3 {
	font-size: 27px;
	color: #fff;
	font-weight: 700;
	padding-top:55px;
}
.firm .box-grid .innerbox {
	border-radius: 130px;
	height: 130px;
	width: 130px;
}
.firm .box-grid .innerbox img {
	width:63px;
}
.firm .box-grid p {
	font-size:18px;
	color:#fff;
	text-align:center;
	padding-top:20px;
}
.firm .box-grid li:nth-child(2), .box-grid li:nth-child(4) {
 transform: translate(0px, 60%);
 -webkit-transform: translate(0px, 60%);
}
.firm .box-grid {
	margin-left:0px;
}
.sponsers h3 {
	color: #414040;
	font-size: 28px;
	font-weight: 300;
	padding-bottom:30px;
	text-align: center;
}
.sponsers {
	margin: 45px 0;
}
.pointedArrow {
	position: relative;
	top: 55px;
}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-30px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-30px);
}
 60% {
-moz-transform: translateY(-30px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-30px);
}
 60% {
-o-transform: translateY(-30px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-30px);
}
}
.style_prevu_kit {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}
.style_prevu_kit:hover {
	box-shadow: 0px 0px 150px #000000;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
}
.blog .left {
	float: left;
	max-width: 54%;
}
.blog .right {
	float: right;
	max-width: 51%;
}
.blog .left h2 a {
	color: #f14130;
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	padding-left: 30px;
	position: relative;
	vertical-align: middle;
}
.blog .left h2 a:before {
	border-left:1px solid #000;
	bottom: 0;
	content: "";
	left: 15px;
	position: absolute;
	top: 0;
}
.blog .left > h2 {
	color: #000;
	font-size: 55px;
	font-weight: 600;
}
.blogDated {
	color: #626262;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 45px 0 20px;
}
.blog .left > h3 {
	font-size:25px;
	color:#000;
	text-align:left;
	font-weight:700;
}
.blog .left > p {
	color: #525151;
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 20px;
}
.blog .left .btn-theme.red {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	font-size: 18px;
	font-weight:300;
	padding:10px 21px;
	float:left;
}
 @media screen and (min-width: 1100px) {
.fixed-container {
 padding: 0;
}
}
 @media only screen and (min-width : 768px) and (max-width : 990px) {
 .org-container h2 {
 font-size: 25px;
 line-height: 30px;
}
.white-button {
 font-size: 18px;
 margin: 0 50px;
}
.box-grid .innerbox p span {
 height: 65px;
}
.fablog li div.n-head {
 height: 180px;
}
.sponsers ul li {
 width: 22%;
 margin: 0 0 0 4%;
}
.sponsers ul li:first-child {
 margin: 0;
}
.sponsers ul li img {
 width: 100%;
}
/*New*/
banner-txt {
 max-width: 565px;
}
.banner-txt > h2 {
 font-size: 40px;
 font-weight: 300;
}
.banner-img {
 max-width: 339px;
}
.col2.listingItem li {
 margin-bottom: 20px;
 width: 100%;
}
.clm-2 li:nth-child(1) .listBox h2, .clm-2 li:nth-child(2) .listBox h2 {
 font-size: 27px;
}
.listBox > h3 {
 height: 76px;
}
.reviewContent {
 min-height: 1%;
 padding: 45px 30px;
}
.outsource .leftClm {
 float: none;
 max-width: 100%;
}
.outsource .rightClm {
 float: none;
 max-width: 100%;
 padding-top:20px;
}
 .white-container h2 {
 font-size: 16px;
 line-height: 20px;
}
.white-container a.btn-theme.red {
 font-size: 17px;
}
 .firm .box-grid p {
 font-size: 12px;
}
.firm .contentBox > h3 {
 font-size: 18px;
}
.box-grid .innerbox {
width:130px;
height:130px;
}
.white-container-inner .box-grid li p {
font-size:13px;
}
.listContainer {
 top: -40px;
}
.firm .listContainer {
background:none;
}
 .blog .left {
 max-width: 100%;
}
.blog .right {
 float: none;
 max-width: 100%;
}
.firm .contentBox > p {
 font-size: 14px;
 padding-top: 25px;
}
}
@media only screen and (min-width:991px) and (max-width:1050px) {
 .blog .left {
 float: left;
 max-width: 494px;
}
.blog .right {
 float: right;
 max-width: 460px;
}
.blog .right img {
 width:100%;
}
.firm .listContainer {
 background-size: 85% auto;
}
.outsource .leftClm {
 max-width: 540px;
}
 .reviewContent > p {
 font-size: 18px;
}
.contentBox h2, .outsource .leftClm > h2, .testimonial .contentBox h1, .white-container-inner h1, .firm .contentBox h2 {
font-size:30px;
}
.banner-img {
 max-width: 430px;
}
}
 @media screen and (max-width: 767px) {
/*temp style*/

#slideshow-pro.slideBG {
 display: none;
}
.white-container-inner, .grey-container-inner {
 text-align: justify;
}
.white-container-inner h2, grey-container-inner h2 {
 font-size: 25px;
 margin: 20px 0;
}
.white-container-inner h2.align-left {
 text-align: center;
}
.box-grid {
 border: none;
}
.box-grid .innerbox {
 float: none;
 margin: 0px auto;
 text-align: center;
}
.white-container-inner .box-grid li p {
padding-bottom:15px;
font-size: 14px;
}
.clm-2 > li {
 float: none;
 width: 100%;
}
.clm-2 li:nth-child(2) {
display:none;
}
.clm-2 li:nth-child(1) .listBox h2 {
 font-size: 22px;
}
.listBox > h3 {
height:100%;
}
.box-grid .innerbox p span {
 height: inherit;
 padding: 10px 10px;
 min-width: 150px;
 display: inline-block;
}
.two-block {
 margin: 20px 0 0 0;
}
.two-block ul li:first-child {
 display: none;
}
.two-block ul li {
 margin-bottom: 10px;
 clear: both;
}
.two-block ul li .grid {
 display: block;
 width: inherit;
 text-align: left;
 padding: 8px 10px;
}
.testimonial, .fablog {
 padding: 30px 0 0;
}
.testimonial-cells li {
 float: none;
 margin: 0 auto;
 text-align: center;
 width: auto;
 margin-bottom: 20px;
}
.testimonial-cells li .from {
 display: inline-block;
 width: 100%;
}
.fablog ul {
 margin: 0;
}
.fablog ul li {
 float: none;
 margin: 0 auto;
 text-align: center;
 width: auto;
 margin-bottom: 20px;
}
.org-row .left, .org-row .right {
 display: block;
 float: none;
 width: inherit;
}
.org-container {
 padding: 10px 0;
}
.org-container h2 {
 font-size: 25px;
 line-height: 30px;
 text-align: center;
}
.white-button {
 font-size: 25px;
 line-height: 50px;
 margin: 20px 0;
 display: inline-block;
 padding: 0 10px;
}
.outsourcing-banners {
 margin-bottom: 0;
}
.outsourcing-banners a {
 width: 100%;
 margin: 0 0 10px 0;
}
/*.page-header{
	background-size:100%;
}
.page-header h2{
	font-size:30px;
}
.page-header h3{
	font-size:25px;
}
.locator{
	display:none;
}*/
.two-block .grid h3 {
 display: block;
}
.sponsers ul li {
 width: 22%;
 margin: 0 0 0 4%;
}
.sponsers ul li:first-child {
 margin: 0;
}
.sponsers ul li img {
 width: 100%;
}
/*New*/
.outsourcingBanner {
 padding: 0 0 25px;
}
 .banner-txt > h2 {
 font-size: 30px;
 text-align: center;
}
.banner-txt {
 float: none;
 margin: 20px 0;
 max-width: 100%;
}
.banner-img {
 float: none;
 margin: 0 auto;
 max-width: 100%;
 text-align: center;
}
.white-container-inner h1 {
 font-size: 22px;
 margin: 10px 0;
}
.box-grid li {
 float: none;
 padding-left: 20px;
 width: 100%;
}
.listContainer {
 margin: 0 auto;
 max-width: 100%;
 padding-bottom: 10px;
 top: 0;
}
.firm .box-grid li:nth-child(2), .box-grid li {
transform:none !important;
}
.challenges {
 padding: 20px 0;
}
 .testimonial .contentBox h1 {
 font-size: 22px;
 margin-bottom: 30px;
}
.col2.listingItem li {
 float: none;
 width: 100%;
}
.col2.listingItem li:nth-child(2n+1) .reviewPosted {
 display: table;
 float: none;
 margin: 0 auto;
 padding-bottom: 20px;
 text-align: center;
}
.col2.listingItem li:nth-child(2n+1) .refBlock {
 margin-left: 0;
}
.col2.listingItem li:nth-child(2n+1) {
 margin-bottom:20px;
}
.col2.listingItem li:nth-child(2n) .reviewPosted {
 display: table;
 float: none;
 margin: 0 auto;
 padding-bottom: 20px;
 text-align: center;
}
.col2.listingItem li:nth-child(2n) .reviewContent {
 margin-right: 0px;
}
.reviewContent {
 min-height: 100%;
 padding: 45px 15px;
 position: relative;
}
.reviewContent > p {
font-size:16px;
}
.col2.listingItem li:nth-child(2n+1) .reviewContent {
 margin-left:0px;
}
.col2.listingItem li:nth-child(2n) .refBlock {
 margin-right: 0;
}
.col2.listingItem li:nth-child(2n+1) .reviewContent::before {
 border-bottom: 31px solid rgba(0, 0, 0, 0);
 border-left: 30px solid #e69729;
 border-top: 31px solid rgba(0, 0, 0, 0);
 content: "";
 height: 0;
 left: 50%;
 position: absolute;
 top: -30px;
 width: 0;
 transform: translate(-50%, 0) rotate(-90deg);
 -webkit-transform: translate(-50%, 0) rotate(-90deg);
}
.col2.listingItem li:nth-child(2n) .reviewContent::before {
 border-bottom: 31px solid rgba(0, 0, 0, 0);
 border-left: 30px solid #e69729;
 border-top: 31px solid rgba(0, 0, 0, 0);
 content: "";
 height: 0;
 left: 50%;
 position: absolute;
 top: -30px;
 width: 0;
 transform: translate(-50%, 0) rotate(-90deg);
 -webkit-transform: translate(-50%, 0) rotate(-90deg);
}
.testimonial .btn-theme {
 font-size: 16px;
 margin: 20px auto;
}
.outsource .leftClm > h2 {
 font-size: 22px;
}
.outsource .leftClm > p {
 font-size: 14px;
 padding-top: 20px;
}
.outsource {
 padding: 20px 0;
}
.outsource .rightClm {
 float: none;
}
.outsource .rightClm img {
 max-width:100%;
 padding:20px 10px;
}
.white-container {
 padding: 20px 0;
}
.white-row .left, .white-row .right {
 display: block;
 vertical-align: middle;
 width: 100%;
}
.white-container h2 {
 font-size: 22px;
 font-weight: 600;
 line-height: 20px;
 text-transform: uppercase;
 text-align:center;
 padding-bottom:20px;
}
.white-container a.btn-theme.red {
 font-size: 16px;
}
.firm {
 padding: 20px 0;
}
.firm .contentBox h2 {
 font-size: 22px;
}
.firm .contentBox > p {
 font-size: 14px;
 padding-top: 15px;
}
.firm .contentBox > h3 {
 font-size: 20px;
 padding-top: 15px;
}
.firm .listContainer {
 background-image: none;
 padding-bottom: 0px;
 top: 0;
}
.firm .box-grid li {
padding-bottom:15px;
}
 .firm .box-grid {
 margin-left: 0px;
}
.blog .left > h3 {
 font-size: 20px;
}
.blog .left > p {
 font-size: 14px;
 line-height: 25px;
 padding-bottom: 10px;
}
.blogDated {
 font-size: 16px;
 padding: 25px 0 20px;
}

.outsource .leftClm {
    max-width: 100%;
}

.blog .left {
    max-width: 100%;
}
.blog .left {
    float: left;
    max-width: 100%;
}
 .blog .left > h2 {
 font-size: 35px;
}
.blog .left h2 a {
 font-size: 18px;
}
.blog .right {
 float: none;
 max-width: 100%;
 padding-top:15px;
}
.blog .right img {
width:100%;
text-align:center;
}
.grey-container-inner {
padding:20px 0px;
}
.sponsers {
 margin: 20px 0;
}
.sponsers h3 {
 font-size: 20px;
 padding-bottom: 20px;
}
}
