

.banner_box {  max-width: 1620px;  margin: auto;}

.aboutUS  {background: url(../images/about-us-banner.jpg) #d9d9d9 no-repeat scroll top right;}
.staffing{background: url(../images/staffing-img.jpg) #d9d9d9 no-repeat scroll top right;}
.remoteStaffing{background: url(../images/remote-staffing-inner.jpg) #d9d9d9 no-repeat scroll top right;}
.temproryStaffing{background: url(../images/temprory-staffing-img.jpg) #d9d9d9 no-repeat scroll top right;}
.professionalStaffing{background: url(../images/professional-staffing-img.jpg) #d9d9d9 no-repeat scroll top right;}
.itStaffing{background: url(../images/it-staffing-img.jpg) #d9d9d9 no-repeat scroll top right;}
.services{background: url(../images/services-img.jpg) #d9d9d9 no-repeat scroll top right;}
.consultingSevices{background: url(../images/consulting-services-inner.jpg) #d9d9d9 no-repeat scroll top right;}
.onsite{background: url(../images/onsite-img.jpg) #d9d9d9 no-repeat scroll top right;}
.directHiring{background: url(../images/direct-hiring-img.jpg) #d9d9d9 no-repeat scroll top right;}
.applicationDevelopment{background: url(../images/application-development-img.jpg) #d9d9d9 no-repeat scroll top right;}
.projectManagement{background: url(../images/project-management-img.jpg) #d9d9d9 no-repeat scroll top right;}
.cloudServices{background: url(../images/cloud-services-img.jpg) #d9d9d9 no-repeat scroll top right;}
.crm{background: url(../images/crm-img.jpg) #d9d9d9 no-repeat scroll top right;}
.managedServices{background: url(../images/managed-services-img.jpg) #d9d9d9 no-repeat scroll top right;}
.trainingServices{background: url(../images/training-services-img.jpg) #d9d9d9 no-repeat scroll top right;}
.industriesImg{background: url(../images/industries-img.jpg) #d9d9d9 no-repeat scroll top right;}
.informationServices{background: url(../images/information-services-img.jpg) #d9d9d9 no-repeat scroll top right;}
.contactusImg{background: url(../images/contactus-img.jpg) #d9d9d9 no-repeat scroll top right;}
.careersImg{background: url(../images/careers-img.jpg) #d9d9d9 no-repeat scroll top right;}

.clientsInner{background: url(../images/clients-inner-img.jpg) #d9d9d9 no-repeat scroll top right;}
.banking{background: url(../images/banking-img.jpg) #d9d9d9 no-repeat scroll top right;}
.healthCare{background: url(../images/health-care-img.jpg) #d9d9d9 no-repeat scroll top right;}
.teleCommunication{background: url(../images/tele-communication-img.jpg) #d9d9d9 no-repeat scroll top right;}
.manufacturing{background: url(../images/manufacturing-img.jpg) #d9d9d9 no-repeat scroll top right;}
.retail{background: url(../images/retail-img.jpg) #d9d9d9 no-repeat scroll top right;}



.banner_area {  position: relative;  z-index: 1;  background-size: cover;}

.banner_area .banner_inner { position: relative;   overflow: hidden;   width: 100%;   z-index: 1;  padding-top: 80px;   padding-bottom: 80px; }

.banner_area .banner_inner .banner_content { max-width: 655px;  background: #fff;  padding: 50px 25px;  position: relative;   border-radius: 5px; }

.banner_area .banner_inner .banner_content:before {  content: "";  width: 313px;  height: 195px;  background: rgba(24, 47, 83, 0.9);  position: absolute;  left: -50px;  top: -33px;  z-index: -1;}

.banner_area .banner_inner .banner_content h2 {  color: #000000;  font-size: 30px; line-height: 35px;  margin-bottom: 0px;  display: inline-block;   font-family: 'MyriadPro-Bold', sans-serif; }

.banner_area .banner_inner .banner_content .page_link {  display: inline-block;  float: right;  padding-top: 10px;}

.banner_area .banner_inner .banner_content .page_link a {  font-size: 14px;  color: #9b9b9b;  font-family: 'MyriadPro-Regular', sans-serif;  margin-right: 32px;  font-weight: 300;  position: relative; text-decoration: none;}

.banner_area .banner_inner .banner_content .page_link a:before {  content: "\f0da";  font: normal normal normal 14px/1 FontAwesome;  position: absolute;  right: -25px;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);   transform: translateY(-50%);}

.banner_area .banner_inner .banner_content .page_link a:hover{color: #293f5f;}

.banner_area .banner_inner .banner_content .page_link a:last-child {  margin-right: 0px;}
.banner_area .banner_inner .banner_content .page_link a:last-child:before {  display: none;}
/* End Home Banner Area css */
@media (max-width:960px){	
	.banner_area .banner_inner .banner_content h2 { font-size:24px;}	
	.banner_area .banner_inner .banner_content .page_link a { margin-right:25px;}
	.banner_area .banner_inner .banner_content {  padding: 50px 25px; }
	
}