/*Author: Vijay Pandey*/
header {
	width: 100%;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;
}
a.logoInner {
	width: 172px;
	display: block;
}
.bannerSection {
	width: 100%;
	/*height: 700px;*/
	height: 350px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.bannerOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	    background: rgba(0,0,0,0.5) !important;
	background: rgba(255,255,255,0.4);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.36) 29%, rgba(0,0,0,0.25) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.4)), color-stop(29%, rgba(255,255,255,0.36)), color-stop(100%, rgba(0,0,0,0.25)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.36) 29%, rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.36) 29%, rgba(0,0,0,0.25) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.36) 29%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.36) 29%, rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.bannerText {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 1;
}
.bannerSection h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-shadow: 1px 1px 0px #000000;
}
.bannerSection h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 30px 0;
	padding: 0 270px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.bannerSection p {
	font-size: 15px;
	color: #fff;
	padding: 0 270px;
	margin: 0 0 20px 0;
}
.ourExpertise {
	display: block;
	padding: 100px 0;
}
.blueHeading {
	display: block;
	text-align: center;
}
.heading1 {
	font-size: 36px;
	font-weight: 700;
	color: #4245b8;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	letter-spacing: 1px;
	border-right: 1px solid #4245b8;
	border-left: 1px solid #4245b8;
	font-family: 'Oswald', sans-serif;
}
.ourExpertise p {
	font-size: 15px;
	color: #1c323c;
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0 250px;
}
.ecommerce-expertise ul {
	width: 560px;
	margin: 0 auto;
	position: relative;
	text-align:center;
}
.enterprise-web-expertise.technology-services ul {
	width: 850px;
	margin: 0 auto;
}
.ecommerce-expertise ul li {
	width: 270px;
	height: 143px;
	display: block;
	/*float: left;*/
	margin: 5px;
	padding: 25px;
	background: #f6f6f6;
}
/*.ecommerce-expertise ul li:first-child {
	position: absolute;
	left: -280px;
	top: 50%;
	margin-top: -71.5px
}
.ecommerce-expertise ul li:last-child {
	position: absolute;
	right: -280px;
	top: 50%;
	margin-top: -71.5px
}*/
.ecommerce-expertise ul li a,
.enterprise-web-expertise ul li a {
	background: #fff;
	display: block;
}
.ecommerce-expertise ul li,
.enterprise-web-expertise ul li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ecommerce-expertise ul li:before,
.enterprise-web-expertise ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaebfb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ecommerce-expertise ul li:hover, 
.ecommerce-expertise ul li:focus, 
.ecommerce-expertise ul li:active,
.enterprise-web-expertise ul li:hover, 
.enterprise-web-expertise ul li:focus, 
.enterprise-web-expertise ul li:active {
  color: white;
}
.ecommerce-expertise ul li:hover:before, 
.ecommerce-expertise ul li:focus:before, 
.ecommerce-expertise ul li:active:before,
.enterprise-web-expertise ul li:hover:before, 
.enterprise-web-expertise ul li:focus:before, 
.enterprise-web-expertise ul li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ecommerce-expertise ul li:hover a,
.enterprise-web-expertise ul li:hover a {
	background: transparent;
}
.ecommerce-section, .da-section-hd, .da-point-hd {
	display: block;
	padding: 150px 0;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.ecommerce-section .heading1, 
.da-section-hd .heading1, .da-point-hd .heading1 {
	color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.ecommerce-section p {
	font-size: 15px;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 0 250px;
}
.ecommerce-section .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.ecommercePointes, .da-section {
	display: block;
	/*margin-top: -80px;*/
	margin-bottom: 80px;
}
.ecommercePointes .ePointsBox, .da-section .ePointsBox {
	width: 970px;
	margin: 0 auto;
	border: 15px solid rgba(0,0,0,0.10);
	max-width: 100%;
}
.ecommercePointes .ePointImg {
	width: 30%;
	float: left;
	height: 390px;
	background: #c04438;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.ecommercePointes .ePointRight, .da-section .ePointRight {
	width: 70%;
	float: left;
	padding: 70px;
	background: #c04438;
}
.da-section .ePointRight {
	float: none;
	width: 100%;
}
.ecommercePointes .ePointRight li, .da-section .ePointRight li  {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.da-section .ePointRight li ul li {
	margin-bottom: 0;
}
.ecommercePointes .ePointRight li:before, .da-section .ePointRight li:before {
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 0;
	font-size: 9px;
}
.da-section .ePointRight li ul li:before {
	content: '-';
}
.ecommercePayment, .da-point {
	display: block;
	margin-top: -80px;
	background: #f1f1f1;
	padding-bottom: 80px;
}
.da-point h2.heading1 {margin-top: 100px;font-size: 31px;display: block;}
.ecommercePayment .epBox, .da-point .epBox {
	display: block;
	background: #fff;
	padding: 70px;
}

ul.da-txtblk li {
	font-size: 18px;
	font-weight: normal;
	color: #1c323c;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
ul.da-txtblk li:before {
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	left: 8px;
	top: 7px;
	z-index: 0;
	font-size: 9px;
}

.ecommercePayment .epBox ul.epList li {
	width: 50%;
	height: 150px;
	float: left;
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
}
.ecommercePayment .epBox ul.epList li:last-child {
	width: 100%;
}
.ecommercePayment .epBox ul.epList li img {
	width: 80px;
	height: auto;
	float: left;
	font-size: 9px;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 0;
}
.ecommercePayment .epBox ul.epList li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1c323c;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
.ecommercePayment .epBox ul.epList li p {
	font-size: 14px;
	color: #1c323c;
	margin: 0;
	letter-spacing: 0.5px;
}
.ecommercePayment .epBox ul.paymentLogo, ul.da-logos {
	width: 100%;
	display: block;
	text-align: center;
}
ul.da-logos {margin-top: 50px;}
.ecommercePayment .epBox ul.paymentLogo li, ul.da-logos li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
ul.da-logos li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.enterprise-web-expertise ul {
	position: relative;
	text-align: center;
}
.enterprise-web-expertise ul li {
	width: 270px;
	height: 143px;
	display: inline-block;
	margin: 5px;
	padding: 25px;
	background: #f6f6f6;
}
.enterpriseWeb ul li,
.enterpriseMobility ul li {
	margin-bottom: 50px;
}
.enterpriseWeb ul li:last-child,
.enterpriseMobility ul li:last-child {
	margin-bottom: 0;
}
.enterpriseWeb ul li:nth-child(1) .heading1 {
	color: #00fff0;
	border-right: 1px solid #00fff0;
	border-left: 1px solid #00fff0;
}
.enterpriseWeb ul li:nth-child(2) .heading1 {
	color: #ffb400;
	border-right: 1px solid #ffb400;
	border-left: 1px solid #ffb400;
}
.enterpriseWeb ul li:nth-child(3) .heading1 {
	color: #f24cd5;
	border-right: 1px solid #f24cd5;
	border-left: 1px solid #f24cd5;
}
.enterpriseMobility ul li:nth-child(1) .heading1 {
	color: #ececec;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
}
.enterpriseMobility ul li:nth-child(2) .heading1 {
	color: #a1ff00;
	border-right: 1px solid #a1ff00;
	border-left: 1px solid #a1ff00;
}
.enterpriseMobility ul li:nth-child(3) .heading1 {
	color: #ff9600;
	border-right: 1px solid #ff9600;
	border-left: 1px solid #ff9600;
}
.bottom3-section {
	display: block;
	padding: 80px 0;
}
.bottom3-section h4 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px 0;
	text-align: center;
}
.bottom3-section h4.one {
	color: #188a83;
}
.bottom3-section h4.two {
	color: #ad7e0e;
}
.bottom3-section h4.three {
	color: #b3279b;
}
.bottom3-section.embs h4.one {
	color: #8b8b8b;
}
.bottom3-section.embs h4.two {
	color: #6b9c18;
}
.bottom3-section.embs h4.three {
	color: #bc7003;
}
.bottom3-section .b3s {
	padding: 40px;
	display: block;
	position: relative;
	overflow: hidden;
	height: 330px;
}
.bottom3-section .b3s li {
	font-size: 14px;
	color: #1c323c;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	z-index: 1;
}
.bottom3-section .b3s li:before {
	content: '\f00c';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.bottom3-section .b3s.one {
	background: #daf7f5;
	border-bottom: 2px solid #188a83;
}
.bottom3-section .b3s.two {
	background: #f8f1e2;
	border-bottom: 2px solid #ad7e0e;
}
.bottom3-section .b3s.three {
	background: #fae7f7;
	border-bottom: 2px solid #b3279b;
}
.bottom3-section.embs .b3s.one {
	background: #ececec;
	border-bottom: 2px solid #a6a6a6;
}
.bottom3-section.embs .b3s.two {
	background: #f0f9e2;
	border-bottom: 2px solid #6b9c18;
}
.bottom3-section.embs .b3s.three {
	background: #f9efe2;
	border-bottom: 2px solid #bc7003;
}
.wbOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.wbOverlay.one {
	background: #188a83;
}
.wbOverlay.two {
	background: #ad7e0e;
}
.wbOverlay.three {
	background: #b3279b;
}
.bottom3-section.embs .wbOverlay.one {
	background: #a6a6a6;
}
.bottom3-section.embs .wbOverlay.two {
	background: #6b9c18;
}
.bottom3-section.embs .wbOverlay.three {
	background: #bc7003;
}
.bottom3-section .b3s:hover > .wbOverlay {
	bottom: 0;
}
.tsTextSection {
	display: block;
}
.tsText {
	width: 830px;
	margin: 0 auto;
	padding: 60px;
	text-align: center;
	background: #f6f6f6;
}
.tsText p {
	font-size: 15px;
	color: #1c323c;
	margin: 0 0 30px 0;
}
.tsText p:last-child {
	margin: 0;
}
.fivetech-section, .net-expert {
	display: block;
	margin-bottom: 80px;
}
.fivetech-section li {
	width: 20%;
	height: 380px;
	text-align: center;
	float: left;
}
.page-section .whiteBox .net-expert li {
	height: 380px;
	text-align: center;
	padding: 0;
}
.page-section .whiteBox .net-expert li:before {
    display: none;
}
.fivetech-section li h3, .net-expert li h3 {
	font-size: 16px;
	color: #c04438;
	font-weight: 600;
	margin: 0;
	margin-top: 0 !important;
	display: block;
	padding: 30px 0;
	margin-bottom: 30px;
}
.fivetech-section li p, .page-section .whiteBox .net-expert li p {
	font-size: 14px;
	color: #1c323c;
	padding: 0 20px;
	margin: 0 0 20px 0;
}
.page-section .whiteBox .net-expert li p {margin-bottom: 3px;}
.fivetech-section li:nth-child(1) h3, .net-expert li:nth-child(1) h3 {
	background: #ebd6d2;
}
.fivetech-section li:nth-child(2) h3, .net-expert li:nth-child(2) h3 {
	background: #e6cdc9;
}
.fivetech-section li:nth-child(3) h3, .net-expert li:nth-child(3) h3 {
	background: #dfc2be;
}
.fivetech-section li:nth-child(4) h3 {
	background: #dabbb6;
}
.fivetech-section li:nth-child(5) h3 {
	background: #d5b2ad;
}

.fivetech-section li:nth-child(1), .net-expert li:nth-child(1) {
	background: #f3e0de;
}
.fivetech-section li:nth-child(2), .net-expert li:nth-child(2) {
	background: #f1dad7;
}
.fivetech-section li:nth-child(3), .net-expert li:nth-child(3) {
	background: #eacecc;
}
.fivetech-section li:nth-child(4) {
	background: #e5c5c2;
}
.fivetech-section li:nth-child(5) {
	background: #e1bfbc;
}
body#enterprise-web .technology-services ul li + li a {
    cursor: default;
    pointer-events: none;
}
.pagenotfound {
	width: 100%;
	text-align: center;
	height: 100vh;
	padding: 10% 0 0 0;
	background: rgba(36,114,150,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(36,114,150,1) 0%, rgba(28,50,61,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(36,114,150,1)), color-stop(100%, rgba(28,50,61,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(36,114,150,1) 0%, rgba(28,50,61,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(36,114,150,1) 0%, rgba(28,50,61,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(36,114,150,1) 0%, rgba(28,50,61,1) 100%);
	background: radial-gradient(ellipse at center, rgba(36,114,150,1) 0%, rgba(28,50,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247296', endColorstr='#1c323d', GradientType=1 );
}
.pagenotfound h1 {
	font-size: 200px;
	color: #fff;
	font-weight: 900;
	margin: 0;
	letter-spacing: 10px;
	text-shadow: 1px 1px 0px #000000;
}
.pagenotfound h1 span {
	color: #ccc;
}
.pagenotfound h2 {
	font-size: 30px;
	font-weight: 100;
	margin: 0 0 10px 0;
	color: #ccc;
}
.pagenotfound p {
	font-size: 14px;
	color: #fff;
	margin: 0 0 30px 0;
}
.pagenotfound a {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 12px;
	border-radius: 4px;
	background: #ccc;
	color: #1c323d;
	font-size: 14px;
	margin: 0 10px;
}
.pagenotfound a:hover {
	background: #fff;
}
body.error404 header,
body.error404 footer,
body.error404 .naviAction {
	display: none !important;
}
body#ecommerce .bannerSection h1,
body#enterprise-mobility .bannerSection h1,
body#enterprise-web .bannerSection h1,
body#technology-services .bannerSection h1 {
	font-size: 85px;
	color: #4245b8;
}
.page-section {
	display: block;
	background: #f4f4f4;
}
.page-section .whiteBox {
	width: 770px;
	margin: 0 auto;
	background: #fff;
	padding: 60px;
}
.page-section .newsevents {
	margin: 0 auto 30px auto;
}
.page-section .whiteBox h1,
.page-section .whiteBox h2,
.page-section .whiteBox h3,
.page-section .whiteBox h4,
.page-section .whiteBox h5,
.page-section .whiteBox h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	color: #c14439;
}
.page-section .whiteBox p {
	font-size: 16px;
	color: #1c323c;
	margin: 0 0 20px 0;
}
.page-section .whiteBox p:last-child {
	margin: 0;
}
.page-section .whiteBox ul {
	margin: 0 0 20px 0;
}
.page-section .whiteBox li {
	font-size: 16px;
	color: #1c323c;
	margin: 0 0 6px 0;
	padding-left: 30px;
	position: relative;
}
.page-section .whiteBox li:before {
	content: '\f111';
	font-family: fontAwesome;
	font-size: 4px;
	color: #1c323c;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 0;
}
.page-section .whiteBox img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.blogTop {
	padding: 80px 200px;
	display: block;
	text-align: center;
}
.blogTop h2 {
	font-size: 18px;
	font-weight: 600;
	color: #c04438;
	margin: 0 0 20px 0;
}
.blogTop p {
	font-size: 15px;
	color: #1c323c;
	margin: 0;
}
.blogPage {
	padding-bottom: 80px;
}
.blogPostBox {
	display: block;
	margin-bottom: 30px;
}
.blogPostBox ul {
	padding: 0 86px;
}
.blogPostBox ul li {
	width: 50%;
	height: 259px;
	float: left;
	position: relative;
	background: #f5f5f5;
}
.blogPostBox ul li.text {
	padding: 62px 30px;
}
.blogPostBox ul li h3 {
	font-size: 18px;
	color: #1c323c;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blogPostBox ul li h3 a {
	color: #1c323c; 
}
.blogPostBox ul li h3 a:hover {
	color: #c04438;
}
.blogPostBox ul li p {
	font-size: 14px;
	color: #1c323c;
	margin: 0 0 10px 0;
}
.blogPostBox ul li a.readmore {
	color: #c04438;
	font-size: 14px;
}
.blogPostBox ul li a.readmore:hover {
	text-decoration: underline;
}
.blogPostBox ul li.img .dateBox {
	width: 106px;
	background: #4245b8;
	padding: 20px 15px;
}
.blogPostBox ul li.img .dateBox h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	margin: 0 6px 0 0;
	float: left;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}
.blogPostBox ul li.img .dateBox.left {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -40px;
	z-index: 1;
}
.blogPostBox ul li.img .dateBox.left:before {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid #191b78;
	position: absolute;
	right: 0;
	top: -8px;
}
.blogPostBox ul li.img .dateBox.left:after {
	content: '';
	width: 0; 
	height: 0; 
	border-bottom: 8px solid transparent;
	border-top: 0px solid transparent;
	border-left: 10px solid #191b78;
	position: absolute;
	right: 0;
	bottom: -8px;
}
.blogPostBox ul li.img .dateBox.right {
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -40px;
	z-index: 1;
}
.blogPostBox ul li.img .dateBox.right:before {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 10px solid #191b78;
	position: absolute;
	left: 0;
	top: -8px;
}
.blogPostBox ul li.img .dateBox.right:after {
	content: '';
	width: 0; 
	height: 0; 
	border-bottom: 8px solid transparent;
	border-top: 0px solid transparent;
	border-right: 10px solid #191b78;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.blogPostBox ul li.img .dateBox span {
	font-size: 14px;
	display: block;
	color: #fff;
}
.trustedPartners {
	width: 770px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 60px;
	position: relative;
}
.trustedPartners h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	color: #c14439;
}
.trustedPartners h3 {
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0 10px 0;
	color: #1c323c;
}
.trustedPartners h4 {
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 20px 0;
	color: #1c323c;
}
.trustedPartners h4 a {
	color: #1c323c;
}
.trustedPartners h4 a:hover {
	text-decoration: underline;
}
.trustedPartners p {
	font-size: 16px;
	color: #1c323c;
	margin: 0 0 20px 0;
}
.trustedPartners .tpImg {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 74px;
	left: -100px;
	z-index: 1;
}
.contactBox {
	width: 770px;
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 60px;
	position: relative;
}
.contactBox h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	color: #c14439;
	text-align: center;
}
.contactForm {
	display: block;
	margin-bottom: 50px;
}
.field {
	width: 100%;
	color: #1c323c;
	font-size: 14px;
	background: #f4f4f4;
	padding: 10px 12px;
	margin-bottom: 15px;
}
textarea {
	height: 100px;
}
.subnmitBtn {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 10px 30px;
	border: 0;
	background: #c14439;
}
ul.addresslist,
ul.info {
	margin: 0 0 20px 0;
}
ul.addresslist li,
ul.info li {
	display: inline-block;
	width: 33%;
	font-size: 15px;
	color: #1c323c;
	padding: 0 30px 0 0;
	vertical-align: top;
}
ul.info li i {
	margin-right: 10px;
}
ul.info li a {
	color: #1c323c;
}
ul.info li a:hover {
	color: #c14439;
}
.leadershipBox {
	width: 770px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 60px;
	position: relative;
}
.leadershipBox h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	color: #c14439;
}
.leadershipBox h3 {
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0 10px 0;
	color: #1c323c;
}
.leadershipBox .lsImg {
	width: 200px;
	height: 200px;
	display: block;
	padding: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: -201px;
	z-index: 1;
}
body.single #comments {
	display: none;
}
.careerBox {
	width: 770px;
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 60px;
	position: relative;
}
.careerBox h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	color: #c14439;
}
.accordionBox {
	display: block;
	padding: 45px;
	margin: 0 -100px;
	background: #fff;
}
.accordionBox #accordion {
	margin: 0;
}
.accordionBox #accordion .panel-group .panel+.panel {
	margin-top: 0;
}
.accordionBox #accordion .panel-default>.panel-heading {
	background: none;
}
.accordionBox #accordion .panel {
	border-radius: 0;
	box-shadow:none;
}
.accordionBox #accordion h4 a {
	display: block;
}
.accordionBox #accordion h4 a.accordion-toggle:before {
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 1px;
    color: #1c323c;
}
.accordionBox #accordion h4 a.accordion-toggle.collapsed:before {
    content: "\f055";
}
.accordionBox #accordion h4 .accordion-toggle:before {
    content: "\f056";
}
.accordionBox #accordion .panel-body {
	padding: 30px;
}
.accordionBox #accordion .panel-body p {
	margin: 0 0 10px 0;
}
.accordionBox #accordion .panel-body li {
	font-size: 14px;
	color: #1c323c;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.accordionBox #accordion .panel-body li:before {
	content: '\f111';
	font-family: fontAwesome;
	font-size: 5px;
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 0;
}
.ourTeam {
	width: 770px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 60px;
	position: relative;
}
.ourTeam h2 {
	font-size: 18px;
	/*font-weight: 600;*/
	margin: 10px 0 20px 0;
	color: #c14439;
}
.navigation.pagination {
	display: block;
}
nav#nav-below,
.nav-links {
	display: block;
	text-align: center;
}
.nav-previous,
.nav-next {
	display: inline-block;
	margin: 0 10px;
}
.nav-previous a,
.nav-next a {
	padding: 10px 30px;
	background: #C14439;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 4px;
}
a.page-numbers,
span.page-numbers {
	padding: 10px 30px;
	background: #C14439;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
}
span.page-numbers.current {
	background: #23527c;
	color: #fff;
}
.ecomText, .da-video {
	padding: 50px;
	text-align: center;
	width: 750px;
	margin: 0 auto;
	background: #f6f6f6;
}
.da-video iframe {max-width: 100%;}
img {
    image-rendering: -webkit-optimize-contrast;
}
.requestBtn,
.requestBtn:hover,
.requestBtn:focus {
    padding: 10px;
    background: #23527c;
    color: #fff;
    font-size: 14px;
    position: fixed;
    display: block;
    top: 50%;
    right: 0;
    z-index: 99;
    cursor: pointer;
}
.homeEventsBox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-bottom: 15px;
	background: #a93d34;
	margin-top: 20px;
}
.homeEventsBox h2 {
	font-size: 18px;
	background: #8a271e;
	color: #fff;
	padding: 15px;
	margin: 0 0 15px 0;
}
.homeEventsBox a {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 5px 15px 5px 26px;
	position:relative;
}
.homeEventsBox a:hover {
	text-decoration: underline;
}
.homeEventsBox a:before {
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	font-size: 7px;
	top: 10px;
	left: 10px;
	z-index: 0;
}
body.custom_portfolio-template-default .portfolioDetails p {
	margin: 0 0 30px 0;
}
body.custom_portfolio-template-default .portfolioDetails ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}
body.custom_portfolio-template-default .portfolioDetails ul li {
	line-height: 20px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
body.custom_portfolio-template-default .portfolioDetails ul li:before {
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	font-size: 8px;
	color: #000;
	z-index: 0;
}
/* ================== */
.resp_projects_ul {
    position: relative;
    width: 128%;
    text-align: center;
    margin: 10px -14% 4vw !important;
    float: left;
    background: #ebebf1;
    padding: 20px 15px;
}
.resp_projects_ul li {
	width: 31.7%;
	display: inline-block;
	padding: 0px !important;
	margin: 4px 6px 0px 6px !important;
}

.image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	margin: 0 !important;
	border: 13px solid #f5f1f1;
	width: 100% !important;
	height: 175px !important;
	box-shadow: 0px 0px 8px 3px #cbcde2d9;
}


.resp_projects_ul li:hover .image {
	opacity: 0.3;
}

.resp_projects_ul li:hover .middle {
	opacity: 1;
}
.resp_projects_ul .case_study_head {
    margin-top: 50px !important;
    text-align: center;
    font-size: 20px !important;
    margin-top: 0 !important;
    color: #1c323c !important;
}

.resp_projects_ul .text {
	color: #f4f4f4;
	padding: 5px 5px;
	font-weight:bold;
}

.resp_projects_ul li:before {
    display: none;
}
.resp_projects_ul li a:after{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    content: 'Know More';
    background: #363d8ca6;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 30% 0 0 0;
    color: #fff;
    transition: all ease 0.3s;
    }
.resp_projects_ul li:hover a:after {
    content: 'Know More';
    -webkit-transform: scaleY(1);
}
.resp_projects_ul li a img ~ p {
    display: none;
}
.heading01 {
	font-size: 36px;
	font-weight: 700;
	color: #4245b8;
	padding: 0 10%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.footer-contactForm {
}
.footer-contactForm input {
    margin-bottom: 3px;
}
.footer-contactForm textarea {
    width: 100%;
    height: 130px;
}
.footer-contactForm .send_button {
    background: #0e1f27;
    border: 3px solid #233f4c;
    color: #ffffff;
    height: 52px;
    padding: 0 20px;
    width: 100px;
}
.f-CFormCol {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.customBtn {
    display: block;
    width: 200px;
    margin: 50px auto 0;
}
.customBtn a {
    display: block;
    background-color: #c14439;
    text-align: center;
    color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
}
.customBtn a:hover {
    background-color: #af3e35;
}

