@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Marvel);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #fff;
	color: #363535;
	font: 300 18px/36px 'Open Sans', sans-serif !important;
}
input {
	line-height:normal !important;
	box-shadow:none !important;
}
.link_pointer_none {
    cursor: default !important;
	text-decoration:none !important;
}
.link_pointer_none:hover {
    cursor: default !important;
	text-decoration:none !important;
}
a:focus {
	outline: none;
}
h1 {
	font: 200 50px/60px "Open Sans", sans-serif;
}
h2 {
	font: 600 50px/60px "Open Sans", sans-serif;
}
h3 {
	font: 400 24px/30px "Open Sans", sans-serif;
}
h4 {
	font: 200 24px/30px "Open Sans", sans-serif;
}
h5 {
	font: 600 17px/21px "Open Sans", sans-serif;
}
h6 {
	font: 600 14px/19px "Open Sans", sans-serif;
}
p {
	font: 14px/19px "Open Sans", sans-serif;
}
.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0
}
a {
	font: inherit;
	color: #129894;
	text-decoration: none;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.link_pointer {
    cursor: pointer !important;
}
.sign_upfor_main label {
    cursor: pointer;
}
.sign_upfor_main input {
    cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background: transparent;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

.msgContainer_img {
    float: left;
    width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
* {
	-webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
	font: 300 68px/60px 'Open Sans', sans-serif;
}
.text_2 {
	font: 600 24px/30px 'Open Sans', sans-serif;
}
.text_3 {
	font: 300 18px/24px 'Open Sans', sans-serif;
}
.text_4 {
	font: 400 14px/16px 'Open Sans', sans-serif;
}
.text_5 {
	font: 300 14px/20px 'Open Sans', sans-serif;
}
.text_6 {
	font: 400 18px/26px 'Open Sans', sans-serif;
}
.text_7 {
	font: 400 18px/20px 'Open Sans', sans-serif;
}
.text_8 {
	font: 400 14px/20px 'Open Sans', sans-serif;
}
/*============  Colors  =============*/
.color_1 {
	color: #ffffff;
}
.color_1 a {
	color: inherit;
}
.color_2 {
	color: #363535;
}
.color_2 a {
	color: inherit;
}
.color_3 {
	color: #3b3b3b;
}
.colorRD {
	color: #E50431;
}
.color_3 a {
	color: inherit;
}
.color_4 {
	color: #fff;
}
.color_4 a {
	color: inherit;
}
.color_5 {
	color: #413d3d;
}
.color_5 a {
	color: inherit;
}
.color_6 {
	color: #4a4a4a;
}
.color_6 a {
	color: inherit;
}
/*============  Backgrounds  =============*/
.bg_1 {
	background: #fff;
	margin: 10px 0 40px 0;
}
/*============  Floats  =============*/
.put-left {
	float: left;
}
.put-right {
	float: right;
	margin: 0px 15px 0;
}
/*============  Page  =============*/
.page {
	background: #fff;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
	position: relative;
	z-index: 999999;
}
@media (max-width: 1199px) {
#header {
	text-align: center;
}
}
.brand {
	text-align: center;
}
.brand h1 {
	display: inline-block;
	text-align: left;
}
@media (max-width: 979px) {
.brand {
	float: none;
}
}
.nav {
	text-align: right;
}
@media (max-width: 979px) {
.nav {
	text-align: center;
	float: none;
}
.container1 {
	width: 100% !important;
}
.grid_12H {
	width: 100% !important;
}
}
/* Main menu styles
========================================================*/
.sf-menu {
	display: inline-block;
	margin-right: -10px;
}
.sf-menu > li {
	position: relative;
	float: left;
	font: 400 22px/22px 'Marvel', sans-serif;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1.1px;
}
.sf-menu > li > a {
	position: relative;
	display: inline-block;
	padding: 23px 10px 21px;
	color: #000000;
}
.sf-menu > li.sfHover > a, .sf-menu > li.current > a, .sf-menu > li > a:hover {
	background: #edecec;
	color: #02918d;
	text-decoration: none;
}
.sf-menu > li.sfHover > a:after, .sf-menu > li.current > a:after, .sf-menu > li > a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #02918d;
}
.sf-menu > li + li {
	margin-left: 39px;
}
.sf-menu ul {
	position: absolute;
	display: none;
	width: 220px;
	padding: 10px 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.sf-menu ul li {
	display: block;
	position: relative;
	text-transform: none;
}
.sf-menu ul li.sfHover > a, .sf-menu ul li.current > a, .sf-menu ul li a:hover {
	background: #129894;
	color: #ffffff;
	text-decoration: none;
}
.sf-menu ul li + li {
	margin-top: 8px;
}
.sf-menu ul li a {
	display: block;
	padding: 5px 20px;
	color: #000000;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
	top: 120%;
	left: 50%;
	margin-left: -110px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
	top: 0px;
	left: 110%;
}
@media only screen and (max-width: 767px) {
nav {
	padding-bottom: 0;
}
.sf-menu {
	display: none;
}
.select-menu {
	margin: 30px 0 20px;
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	background: #edecec url(../images/select.png) 99% center no-repeat;
	color: #000000;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	font: normal 14px 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer {
    position: relative !important;
}
}
@media (max-width: 480px) {
nav.put-right {
	padding-bottom: 0px;	
}
.formLoginNew .form-group .input-group input {
    width: 83.5% !important;
}
.loginFull .loginFullInn {
    margin: 0 !important;
    width: 89% !important;
}
}
/* Stuck menu styles
========================================================*/
.isStuck {
	background: #ffffff;
	z-index: 999;
	border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 979px) {
.isStuck {
	display: none !important;
}
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
	overflow: hidden;
	background: #fff;
}
/*============  Headers  =============*/
.header_1 {
	font: 400 24px/30px "Open Sans", sans-serif;
	text-align: center;
}
.header_1.indent_1 {
	padding-bottom: 56px;
}
.header_1.indent_2 {
	padding-bottom: 34px;
}
@media (max-width: 9799px) {
footer .container {
    width: 1491px !important;
}
}
@media (max-width: 1500px) {
footer .container {
    width: 90% !important;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
.header_1 {
	font-size: 40px;
	line-height: 52px;
}
}
@media (max-width: 767px) {
.header_1 {
	font-size: 36px;
	line-height: 42px;
}
}
@media (max-width: 360px) {
.put-left {
	float: left !important;
}
.nav {
	float: right !important;
}
#bottom_menu li {
	float: right;
}
.formLoginNew .form-group .input-group input {
    width: 78.5% !important;
}
}
.header_2 {
	font: 600 36px/30px 'Open Sans', sans-serif;
}
.header_2.indent_1 {
	padding-bottom: 30px;
}
.header_2.indent_2 {
	padding-bottom: 32px;
}
.header_2.indent_3 {
	padding-bottom: 81px;
}
.header_2.indent_4 {
	padding-bottom: 43px;
}
.header_2.indent_5 {
	padding-bottom: 41px;
}
/*============  Wraps  =============*/
.wrap_1 {
	padding-top: 30px;
}
.wrap_2 {
	padding-top: 21px;
}
.wrap_3 {
	padding-bottom: 34px;
}
.wrap_4 {
	padding-bottom: 53px;
}
.wrap_5 {
	padding-bottom: 15px;
}
.wrap_6 {
	padding-bottom: 120px;
}
.wrap_7 {
	padding-top: 12px;
}
.wrap_8 {
	padding-bottom: 27px;
}
.wrap_9 {
	padding-top: 104px;
}
.wrap_10 {
	padding-bottom: 44px;
}
.wrap_11 {
	padding-top: 123px;
}
.wrap_12 {
	padding-bottom: 91px;
}
.wrap_13 {
	padding-top: 42px;
}
.wrap_14 {
	padding-top: 91px;
}
.wrap_15 {
	padding-bottom: 118px;
}
.wrap_16 {
	padding-top: 32px;
}
.wrap_17 {
	padding-top: 50px;
}
.wrap_18 {
	padding-top: 117px;
}
.wrap_19 {
	padding-bottom: 115px;
}
.wrap_20 {
	padding-bottom: 46px;
}
@media (max-width: 767px) {
.wrap_11,  .wrap_14,  .wrap_9,  .wrap_1,  .wrap_18 {
	padding-top: 50px;
}
.wrap_12,  .wrap_15,  .wrap_5,  .wrap_19 {
	padding-bottom: 50px;
}
}
@media (max-width: 1199px) {
.img-wrap {
	text-align: center;
}
}
@media (max-width: 767px) {
.img-wrap {
	margin-top: 30px;
}
}
/*============  Butttons  =============*/
.btn_1 {
	color: #fff;
	display: inline-block;
	font: 400 17px/20px "Open Sans", sans-serif;
	padding: 20px 26px -1px;
}
.btn_1:hover {
	font: 600 17px/20px "Open Sans", sans-serif;
}
.btn_2 {
	display: inline-block;
	padding: 7px 12px 6px;
	font: 400 24px/30px 'Marvel', sans-serif;
	color: #fff;
	border: 1px solid #CF142B;
	cursor: pointer !important;
	background: #CF142B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
/*.btn_2:active:before, .btn_2:focus:before, .btn_2:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);	
}*/
.btn_2:active {
	background: #CF142B;
	color: #fff;
	border: 1px solid #CF142B;
	/*transform: scaleX(0);
    transform-origin: 0% 10% 20%;
    transition-duration: 0.1s;
    transition-property: transform;
    transition-timing-function: ease-out;*/
	z-index: -1;
}
/*@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}*/
.btn_2:hover {
	border: 1px solid #E5E5E5;
	background: #F9F9F9;
	color: #f94e57;
	text-decoration: none;/*-webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;*/
}
.btn_2:focus {
	background: #CF142B;
	color: #fff;
	border: 1px solid #f94e57;
	text-decoration: none;
	outline: none;
}
.btn_3 {
	display: inline-block;
	padding: 4px 34px 3px 33px;
	font: 400 24px/30px 'Marvel', sans-serif;
	color: #413d3d;
	background: #f1f045;
}
.btn_3:hover {
	color: #ffffff;
	background: #249f9c;
	text-decoration: none;
}
/*============  Images  =============*/
.img_1 {
	margin: 3px 0 9px 0;
	float: left;
}
.img_1 + .img_1 {
	margin-left: 29px;
}
@media (max-width: 1199px) {
.img_1 {
	float: none;
}
.img_1 + .img_1 {
	margin-left: 0;
}
}
.img_2 {
	margin: 3px 0 9px 0;
	float: left;
}
.img_2 + .img_2 {
	margin-left: 30px;
}
.img_2:first-child + .img_2 + .img_2 + .img_2 {
	margin-left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
.img_2 {
	width: 140px;
}
.img_2 + .img_2 {
	margin-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.midSpace {
    display: none;
}
.top_service_box {
    margin: 0 0 20px;
    width: 100% !important;
}

.img_2 {
	width: 108px;
}
.img_2 + .img_2 {
	margin-left: 20px;
}
.put-left {
	float: left !important;
}
.nav {
	float: right !important;
}
}
@media (max-width: 767px) {
.img_2 {
	float: none;
}
.img_2 + .img_2 {
	margin-left: 0;
}
}
/*============  Boxes  =============*/
.box_1 {
	text-align: center;
	padding-bottom: 30px;
}
.box_4 {
	text-align: center;
	padding-bottom: 30px;
}
.box_1 [class^='icon_'] {
	display: inline-block;
	width: 117px;
	height: 117px;
	color: #01918c;
	border: 1px solid #199b97;
	text-align: center;
	border-radius: 100px;
}
.box_1 .icon_1:before {
	content: '%';
	font: bold 48px/117px 'Arial', sans-serif;
}
.box_1 .icon_2:before {
	content: '\f012';
	font: 700 48px/117px 'FontAwesome';
}
.box_1 .icon_3:before {
	content: '\f007';
	font: 700 48px/117px 'FontAwesome';
}
.box_1 .icon_4:before {
	content: '\f0ad';
	font: 700 48px/117px 'FontAwesome';
}
.box_1 [class^='icon_'] + .text_2 {
	padding-top: 22px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 {
	padding-top: 16px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 + .btn_2 {
	margin-top: 41px;
}
.box_2 {
	padding: 36px 15px 42px 62px;
}
.box_2 .put-left {
	margin: 63px 77px 57px 0px;
}
.box_2 .text_2 + .text_3 {
	padding-top: 13px;
}
.box_2 .text_3 + .btn_2 {
	margin-top: 41px;
}
@media (min-width: 980px) and (max-width: 1199px) {
.box_2 {
	padding: 26px 5px 32px 52px;
}
.box_2 .put-left {
	margin: 53px 67px 47px 0;
}
}
@media (max-width: 979px) {


.box_2 {
	padding: 20px 40px 40px;
	text-align: center;
}
.box_2 .put-left {
	float: none;
	text-align: center;
	margin: 0 0 30px;
}
}
.box_3 {
	text-align: center;
}
.box_4 .text_5 + .btn_2 {
	margin-top: 40px;
}
.box_4 .text_5 + .row {
	padding-top: 31px;
}
.box_4 .row + .btn_3 {
	margin-top: 46px;
}
@media (min-width: 768px) and (max-width: 1199px) {
.box_4 .grid_2 {
	width: 170px;
}
}
.box_5 {
	position: relative;
	padding-top: 8px;
	padding-left: 65px;
}
.box_5:before {
	content: attr(data-index);
	position: absolute;
	top: 1px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	color: #ffffff;
	background: #129894;
	font: 700 36px/48px 'Open Sans', sans-serif;
}
.box_5 .text_2 + .text_3 {
	padding-top: 24px;
}
.box_6 .put-left {
	margin-top: 6px;
	margin-right: 30px;
}
.box_6 .put-left .caption {
	position: relative;
	display: inline-block;
}
.box_6 .put-left .text_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.43);
	padding: 8px 0 14px;
}
.box_6 .caption .text_2 + .text_3 {
	padding-top: 24px;
}
.box_6 .caption .text_3 + .btn_2 {
	margin-top: 25px;
}
.box_6 + .box_6 {
	margin-top: 118px;
}
@media (max-width: 1199px) {
.box_6 .put-left {
	float: none;
	margin: 0 0 20px;
	text-align: center;
}
.midSpace {
    padding: 10px 14px !important;
}
}
@media (max-width: 479px) {
.box_6 .put-left img {
	width: 100%;
}
.put-left {
	float: left !important;
}
.nav {
	float: right !important;
}
}
.box_7 {
	padding-bottom: 117px;
}
.box_7 .img-wrap {
	text-align: center;
}
.box_7 .caption {
	padding-top: 35px;
}
.box_7 .caption .text_2 + .text_3 {
	padding-top: 24px;
}
.box_7 .caption .text_3 + .btn_2 {
	margin-top: 40px;
}
@media (max-width: 767px) {
.box_7 {
	padding-bottom: 50px;
}
.container.homeHdr2 {
    width: 718px !important;
}
}
/*============  Lists  =============*/
.list_1 {
	display: inline-block;
}
.list_1 li {
	float: left;
}
.list_1 li + li {
	margin-left: 17px;
}
.list_1 li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #F94E57;
	background: #f9f9f9;
	text-align: center;
	border-radius: 25px;
	border: 2px solid #fff;
}
.list_1 li a:hover {
	background: #D6000A;
	text-decoration: none;
}
.list_1 li a.fa-twitter {
	font-size: 25px;
	line-height: 43px;
}
.list_1 li a.fa-twitter:before {
	padding-left: 1px;
}
.list_1 li a.fa-facebook {
	font-size: 25px;
	line-height: 43px;
}
.list_1 li a.fa-facebook:before {
	padding-left: 2px;
}
.list_1 li a.fa-google-plus {
	font-size: 25px;
	line-height: 43px;
}
.list_1 li a.fa-google-plus:before {
	padding-left: 6px;
}
.list_1 li a.fa-pinterest {
	line-height: 43px;
	font-size: 30px;
}
.list_1 li a.fa-pinterest:before {
	padding-left: 1px;
}
.list_2 li {
	position: relative;
	padding-left: 31px;
}
.list_2 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background: #129894;
	border-radius: 5px;
}
.list_3 li {
	float: left;
}
.list_3 li img {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.list_3 li a:hover img {
	opacity: 0.5;
}
.list_3 li + li {
	margin-left: 26px;
}
@media (min-width: 980px) and (max-width: 1199px) {
.list_3 img {
	width: 120px;
}
.list_3 li + li {
	margin-left: 12px;
}
}
@media (max-width: 979px) {
.list_3 {
	text-align: center;
}
.list_3 li {
	float: none;
	margin-bottom: 9px;
	display: inline-block;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.list_3 li:first-child + li + li + li {
	margin-left: 0;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.list_3 li:first-child + li + li {
	margin-left: 0;
}
.list_3 li:first-child + li + li + li + li {
	margin-left: 0;
}
}
@media (max-width: 479px) {
.list_3 li + li {
	margin-left: 0;
}
}
/*============  Map =============*/
.map {
	width: 100%;
	height: 399px;
}
@media (max-width: 767px) {
.map {
	height: 250px;
}
}
@media (max-width: 479px) {
.map {
	height: 150px;
}
}
/*============  Address =============*/
address .text_7 + .text_8 {
	padding-top: 22px;
}
/*============  Terms List =============*/
.terms-list {
	text-align: center;
}
.terms-list dt + dd {
	padding-top: 14px;
}
.terms-list dd + dt {
	padding-top: 19px;
}
.terms-list p + p {
	padding-top: 12px;
}
/*============  LightBox =============*/
a[data-type='lightbox'] {
	display: block;
	background: url('../images/magnify.png') no-repeat center center;
}
a[data-type='lightbox'] img {
	width: 100%;
	height: auto;
}
a[data-type='lightbox']:hover img {
	opacity: 0.2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
@media (max-width: 767px) {
a[data-type='lightbox'].last-row {
	margin-bottom: 8px;
}
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
#footer {
	text-align: center;
}
}
/*============  Info  =============*/
.info {
	padding: 23px 0 24px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #363535;
	width: 40px;
	height: 43px;
	font-size: 43px;
	line-height: 38px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	text-decoration: none;
	color: #EF6060;
}
#toTop:active {
	background: transparent;
}
@media only screen and (max-width: 1199px) {
#toTop {
	display: none !important;
}
}
/*Core variables and mixins*/
#header > div {
	background: url("../image/cloud-bar.png") repeat-x scroll 0 0 #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 10px 0 0px;
}
.box_1.msg1 {
	float: left;
	margin: 0;
	padding: 0;
}
.box_4.msg2 {
	float: right;
	margin: 0;
	padding: 0;
}
.msg1 .btn_2 {
	padding: 50px;
	font: 600 50px/60px "Open Sans", sans-serif;
	text-align: center;
	margin-bottom: 6px;
}
.msg2 .btn_2 {
	padding: 50px;
	font: 600 50px/60px "Open Sans", sans-serif;
	text-align: center;
	margin-bottom: 6px;
}
.cnt > span {
	font-weight: 100;
}
.btn_2 > img {
	float: left;
}
.cnt {
	float: left;
	padding: 0 40px;
}
footer {
	/*background: none repeat scroll 0 0 #F94E57;*/
	background:#CF142B;
	float: left;
    width: 100%;
    /*position: fixed;*/
	/*bottom:0;*/
}
.container.boxArea {
	background: none repeat scroll 0 0 #fff;
	padding: 30px 2px 32px;
	position: relative;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 00 1px 1px 1px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.text_3.Lst01 {
	float: left;
	width: 35%;
	text-align: left;
	padding: 3px 40px 20px 100px;
}
.text_3.Lst02 {
	float: left;
	width: 35%;
	text-align: left;
	padding: 3px 40px 20px 100px;
}
.text_3.Lst03 {
	float: left;
	width: 35%;
	text-align: left;
	padding: 3px 40px 20px 100px;
}
.text_3.Lst04 {
	float: left;
	text-align: left;
	width: 35%;
	padding: 3px 40px 20px 100px;
}
.grid_6.InnGrd2 {
	background: none repeat scroll 0 0 red;
	margin: 0 0 0 30px;
	padding: 0;
}
.grid_6.InnGrd2 {
	background: none repeat scroll 0 0 red;
	margin: 0 0 0 0;
	padding: 0;
}
.cntInn4 .container {
	background: none repeat scroll 0 0 #f0f0f0;
	margin: 0 auto;
	padding: 20px 0 15px;
}
.bg_1.wrap_2.wrap_4.cntInn4 {
	margin: 0px 0 0 0;
	padding: 15px 0 40px;
	float:left;
	width:100%
}

.container.container_768.container_480 {
    margin: 0 auto;
}
.grid_6.InnGrd1 {
	background: none repeat scroll 0 0 #CF142B;
	margin: 0;
	padding: 0;
}
.grid_6.InnGrd2 {
	background: none repeat scroll 0 0 #fff;
}
.InnGrd1 .box_2.maxheight2 {
	padding: 0px 30px 20px;
	text-align: center;
}
.InnGrd2 .box_2.maxheight2 {
	padding: 0px 30px 20px;
	text-align: center;
	height: auto !important;
}
.wrap_6.pddFix1 {
	padding: 60px 0 20px;
}
.wrap_6.pddFix2 {
	padding: 60px 0 34px;
}
.grid_6.InnGrd2.bx3 {
	margin: 0;
	padding: 0;
	float: left;
}
.grid_6.InnGrd1.bx4 {
	float: right;
	margin: 0;
	padding: 0;
}
.header_1.wrap_3.color_3.fixCNT {
	float: left;
	margin: 0;
	color: #fff;
	padding: 10px 8px 2px 3px;
}
.box_3.fixLI {
	float: left;
	margin: 0;
	padding: 0;
}
.grid_5.fxGrd5 {
	padding: 12px 0 0; 
}
.InnGrd2 h3 {
	font: 400 24px/30px "Open Sans", sans-serif;
	padding-bottom: 40px;
	color: #272727;
}
.InnGrd2 p {
	color: #272727;
	font: 14px/19px "Open Sans", sans-serif;
	padding: 40px 3px 15px;
}
.InnGrd2 .btn_2 {
	/*color: #fff;*/
	display: inline-block;
	font: 400 17px/20px "Open Sans", sans-serif;
	padding: 12px 26px 11px;
	margin: 20px 0 0 0 !important;
}
.InnGrd2.bx3 h3 {
	font: 400 24px/30px "Open Sans", sans-serif;
	padding: 25px 0 10px 0;
	color: #272727;
}
.InnGrd2.bx3 .text_3 {
	padding: 0 70px;
	font: 14px/19px "Open Sans", sans-serif;
	color: #272727;
}
.InnGrd1.bx4 h3 {
	font: 400 24px/30px "Open Sans", sans-serif;
	padding: 25px 0 10px 0;
	color: #fff;
}
.InnGrd1.bx4 .text_3 {
	padding: 0 70px;
	font: 14px/19px "Open Sans", sans-serif;
	color: #fff;
}
.InnGrd1.bx4 .box_2.maxheight2 {
	height: auto !important;
	padding: 0 0 31px 0;
}
.signIn {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}
.cntryDv {
	width: 9%;
	margin: 0px auto;
}
.cntInn4 .container {
	background: #ffffff;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
.cntryDv {
	margin: 30px auto;
	width: 14%;
}
.grid_6.InnGrd1 {
	width: 45%;
}
.grid_6.InnGrd2 {
	margin: 0 10px 0 0;
	width: 45%;
}
.grid_6.InnGrd2.bx3 {
	margin: 40px 0 0 30px;
	width: 45%;
}
.grid_6.InnGrd1.bx4 {
	margin: 40px 10px 0;
	width: 45%;
}
.InnGrd1.bx4 .box_2.maxheight2 {
	height: auto !important;
	padding: 0 0 42px;
}
.cntryDv {
	margin: 0px auto;
	width: 14%;
}
.empDtlH1 {
	width: 96.1%;
}
.empDtlPrflDv {
	width: 93.3%;
}
.thmbPstTp {
	width: 91%;
}
.thmbPst1 {
	margin: 20px 37px 10px 0;
}
.thmbPst2 {
	margin: 20px 25px 10px 0;
}
#expndDv {
	right: 24px !important;
}
.owl-carousel {
	width: 99% !important;
}
.homeHdr {
	position: relative !important;
}
.container.homeHdr2.fxTop1 {
	padding: 1px 0 0 !important;
}
.socialLinks li a.facebook {
    background: rgba(0, 0, 0, 0) url("../../images/extrecruiter/sprite-social-icons.png") no-repeat scroll -9px -8px !important;
}
.socialLinks li a.twitter {
    background: rgba(0, 0, 0, 0) url("../../images/extrecruiter/sprite-social-icons.png") no-repeat scroll -109px -9px !important;
}
.socialLinks li a.linkedin {
    background: rgba(0, 0, 0, 0) url("../../images/extrecruiter/sprite-social-icons.png") no-repeat scroll -253px -9px !important;

}

}
 @media (max-width: 360px) {
#expndDv {
	right: 150px !important;
	top: 261px !important;
}
nav.put-right {
    width: auto !important;
    margin: 0 40px 0 0 !important;
}
#expndDv .signIn {
	top: -33px !important;
}
.cntryDv {
	margin: 30px 70px 30px 70px;
	width: 39%;
	float: left;
}
nav.put-right {
	padding-bottom: 0;
	width: 61%;
}
.signIn {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.msg1 .btn_2 {
	padding: 40px 0px !important;
}
.msg2 .btn_2 {
	padding: 40px 0px !important;
}
.grid_6.InnGrd1 {
	width: 100%;
	float: left;
	margin: 0;
}
.grid_6.InnGrd2 {
	margin: 40px 10px 40px 0;
	width: 100%;
	float: left;
}
.grid_6.InnGrd2.bx3 {
	margin: 40px 0 0 30px;
	width: 100%;
	float: left;
}
.grid_6.InnGrd1.bx4 {
	margin: 40px 0px 0;
	width: 100%;
	float: left;
}
nav.put-right {
	padding-bottom: 17px;
	width: 89%;
}
.empDtlH1 {
	width: 90.1%;
}
.empDtlPrflDv {
	width: 83.3%;
}
.thmbPst1 {
	width: 100%;
}
.thmbPst2 {
	width: 100%;
}
.thmbPst3 {
	width: 100%;
}
.thmbPstTp {
	width: 93.1%;
}
}
.error {
	color: #D44739
}
#expndDv {
	position: fixed;
	top: 80px;
	display: none;
	right: 104px;
	background: gold;
	padding: 10px;
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #e5e5e5;
	color: #f94e57;
	z-index: 999;
}
#expndDv .signIn .btn_2.signInTogg {
	background: none repeat scroll 0 0 #f9f9f9;
	color: #f94e57;
	padding: 7px 13px 6px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
}
#expndDv .signIn {
	position: absolute;
	right: -1px;
	top: -63px;
	display: block;
}
.btnHvr {
	background: #f9f9f9;
	padding: 7px 13px 4px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #F9676F;
	cursor: pointer;
	font: 400 24px/30px "Marvel", sans-serif;
}
.btnHvr:hover {
	text-decoration: none;
}
.expndDvInn > p {
	padding: 3px 2px 5px 10px;
}
.expndDvInn a {
	color: #272727;
	margin: 0;
	padding: 0;
	transition: all 0.9s ease 0s;
}
.expndDvInn a:hover {
	text-decoration: none;
}
.expndDv a:hover {
	text-decoration: none;
}
.menuDv.Dsh .btn_2.menu-link {
	margin: 5px 5px 0;
	padding: 4px 8px 3px 33px;
	font-size: 20px;
}
.menuDv.Dsh {
	margin: 0;
	padding: 0;
}
.homeHdr {
	position: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 99;
}

.container.homeHdr2 {
    margin-bottom: 180px;
    padding: 180px 0 0;
}
.container.homeHdr2.fxTop2 {
	padding: 0;
}
.container.homeHdr2.fxTop1 {
	padding: 110px 0 0;
}
.container.homeHdr2.fxTop1.jobseekerDash {
	padding: 280px 0 0;
}
.top_service {
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
}
.top_service_box {
	float: left;
    min-height: 535px;
    width: 31.112%;
	cursor: pointer;
}
.top_service_msg {
	background: #767676;
	float: left;
	text-align: center;
	margin: 0 0 1px;
	width: 100%;
}
.top_service_msg h4 {
	color: #fff;
	padding: 8px 10px;
}
.top_service_box a {
	margin: 0;
    padding: 0;
    position: relative;
    width: 40%;
}
.top_service_box_title {
	color: #fff;
	font: 15px open sans;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}
.top_service_box.first .top_service_box_title {
	color: #d92e37;
	color: #fff;
}
.top_service_box.second .top_service_box_title {
	padding: 85px 0;
	height: 50px;
}
.top_service_box.third .top_service_box_title {
	color: #fff;
}
.top_service_box a:hover {
	text-decoration: none;
}
.top_service_box_title1 {
	/*font: 22px/30px open sans;
    padding: 0px 43px;
    color: #fff;*/
	color: #fff;
	font: lighter 29px/37px open sans;
	padding: 17px 21px;
	text-shadow: 2px 1px 1px #000;
}
.top_service_box_title2 {
	padding: 0 20px 5px;
	color: #fff;
	font: 13px open sans;
}
.container1 {
	width: 1215px;
	margin: 0 auto;
}
.container1.homeHdr2 {
	padding: 115px 0 0;
}
.grid_12H {
	/*width: 1215px;*/
	width: 100%;
	margin-left: 30px;
	float: left;
}
.container1 {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.grid_12H.srcBtm {
	padding: 65px 0 0;
}
.top_service_box_img {
	text-align: center;
	width: 100%;
	padding: 3px 0;
}
.top_service_box_img img {
	width: 40%;
}
.top_service_box.first .top_service_box_img {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
.top_service_box.second .top_service_box_img {
	background: rgba(0, 0, 0, 0.6);
}
.top_service_box.third .top_service_box_img {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
.top_service_box.second .top_service_box_img img {
	width: 38%;
}
.top_service_box.third .top_service_box_img img {
	width: 39.2%;
}
.top_service_box.first .top_service_box_img img {
	opacity: 0.506;
	padding: 0;
	width: 24.5%;
}
.top_service_box.second .top_service_box_img img {
	opacity: 0.506;
	padding: 0;
	width: 24.5%;
}
.top_service_box.second .top_service_box_title2 {
	color: #fff;
	font: 13px open sans;
}
.top_service_box.third .top_service_box_img img {
	opacity: 0.506;
	padding: 0;
	width: 24.5%;
}
.top_service_box.first .top_service_box_title {
	height: 50px;
	padding: 85px 0;
}
.top_service_box.third .top_service_box_title {
	height: 50px;
	padding: 85px 0;
}
.top_service_box.sixth .top_service_box_title {
	height: 50px;
	padding: 85px 0;
}
.containerFooter {
	margin: 0 auto;
	padding: 20px 0 12px;
	width: 1140px;
}
.footerGridL {
	float: left;
	padding: 20px 0 0 0;
}
.footerGridR.fxGrd5 {
	float: right;
	padding: 20px 0 0 0;
}
.msg_error {
	background: none repeat scroll 0 0 #ffe7e6;
	border: 1px solid #f7d4d3;
	color: #e93e47;
	margin: 0 0 30px 20px;
	padding: 10px 15px;
	width: 93.5%;
	position: relative;
}
.msg_close_icon_div {
    border: 1px solid #f94e57;
    border-radius: 40px;
    color: #f94e57;
    cursor: pointer;
    float: right;
    height: 25px;
    padding: 7px 3px 0 4px !important;
    position: absolute;
    left: 13px;
    text-align: center;
    top: 11px;
    width: 26px !important;
}
.msg_close_icon_div p {
    font: 17px/16px open sans;
}
.top_service_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 0;
    position: relative;
}
.top_service_box .msgH h4 {
    color: #fff;
    padding: 15px 20px;
    text-align: center;
	font: 400 24px/30px "Open Sans",sans-serif;
}
.top_service_box .msgContainer {
    text-align: center;
    margin: -72px 0 0;
    padding: 3px 0;
    width: 100%;
    z-index: 99999;
}
.top_service_box .msgH {
    background: #CF142B;
    height: 130px;
}
.midSpace {
    float: left;
    padding: 10px 18px;
}
.msgContainer_01 p {
    font: 200 17px/25px "Open Sans",sans-serif;
    padding: 6px 24px 0;
    height: 75px;
}
.msgContainer_01 h5 {
    padding: 20px 0 0 0;
}
.msgContainer_02 h5 {
    padding: 20px 20px 15px;
}
.msgContainer_01 {
    margin: 0 0 10px;
    padding: 0 20px;
}
.msgContainer_02 {
    padding: 0 18px;
}
.msgContainer_02 p {
    padding: 0 24px 20px;
}
.msgContainer_btn {
    bottom: 0;
    margin: 0 auto;
    padding: 40px 0;
    position: absolute;
    width: 100%;
}
.msgContainer_btn .btn_2src {
    font: 16px open sans;
    margin: 0;
    padding: 8px 0;
    /*background: #F94E57;*/
	background:#CF142B;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #CF142B;
    border-radius: 5px;
}
.second .msgContainer_btn .btn_2src {
    margin: 54px 0 40px;
}
.third .msgContainer_btn .btn_2src {
    margin: 64px 0 40px;
}
.praCol {
    float: left;
    width: 50%;
}

.srcHunt {
    padding: 3px 30px 25px 37px !important;
    width: 93% !important;
}

.text_3 .Lst1 {
    float: left;
    font: 600 17px/21px "Open Sans",sans-serif;
    width: 94%;
}
.LstImg {
    float: left;
    padding: 2px 6px 0 0;
}
.msg_error.green {
    background: #eaffe7 none repeat scroll 0 0;
    border: 1px solid #d3f8d0;
    color: #213f00;
}
.socialLinks .fa.fa-linkedin {
    line-height: 38px;
	font-size: 20px;
}
.socialLinks .fa.fa-youtube {
    line-height: 38px;
	font-size: 20px;
}
#footer .grid_5.fxGrd5 {
    width: auto;
}
.btn_1_new {
    color: #fff;
    display: inline-block;
    font: 400 17px/20px "Open Sans",sans-serif;
}
.designation_persion {
    font-size: 13px;
}
@media (max-width: 1024px) {
 .msgContainer_img {
    float: left;
    width: 100%;
}	
	
.typewriter.typewriter_1024 {
    width: 90%;
}
.top_service.top_service_1024 {
    width: 100%;
}
.top_service_1024 .top_service_box .msgH h4 {
    font-size: 20px;
}
.text_3.srcHunt.srcHunt_1024 {
    width: 93% !important;
    margin: 0 0 0 0px;
}
.grid_12.grid_12_768.grid_12_1024 .owl-buttons {
    bottom: -15px;
}
.InnGrd1_1024 .text_1.color_1 {
    font: 400 24px/30px "Open Sans",sans-serif;
    padding: 0;
    margin: 0;
}
.wrap_6.pddFix1.pddFix1_1024slide {
    margin: 0;
    padding: 0;
}
.grid_6.InnGrd1.InnGrd1_768.InnGrd1_1024 {
    height: 529px;
    width: 50%;
}
.grid_6.InnGrd2.InnGrd2_768.InnGrd2_1024 {
    width: 50%;
	height: 529px;
}
.grid_6.InnGrd2.bx3.InnGrd3_768.InnGrd3_1024 {
    width: 50%;
}
.grid_6.InnGrd1.bx4.bx4_768.bx4_1024 {
    width: 50%;
}
.pddFix1_1024slide .fadeIn.camera_caption p {
    padding: 22px 0 0 0;
}
.fxGrd5social_1024 .header_1.wrap_3.color_3.fixCNT {
    padding: 0 20px 0 0;
    margin: -4px 0 0 0;
}
.srcHunt {
    padding: 3px 30px 25px 27px !important;
    width: 93% !important;
}
.text_3 .Lst1 {
    width: 90% !important;
}
.sectionAddress .containDiv {
    width: 100% !important;
}
}
@media (max-width: 768px) {

.praCol {
    width: 96% !important;
}

.grid_12 {
    margin: 0 !important;
    width: 100%;
}
.row.homLst {
    margin: 0;
}

.typewriter.typewriter_1024.typewriter_768 {
    font: italic 600 21px/35px "Open Sans",sans-serif;
}
.top_service.top_service_1024.top_service_768 {
    padding: 0 65px;
	width:79%;
}
.top_service_box.top_service_box_768 {
    width: 100%;
}
.container.container_768 {
    width: 77%;
}
.text_3.srcHunt.srcHunt_1024.srcHunt_768 {
    margin: 0 0 0 0px;
}
.preffix_2.grid_8.preffix_2_768 {
    margin: 0 0 0 20px;
    width: 97%;
}
.Lst1 {
    float: left;
    width: 90%;
}
.container.boxArea.boxArea_768 {
    width: 77%;
}
.grid_12.grid_12_768 {
    width: 97%;
}
.item.item_768 {
    width: 100%;
}
.header_1.wrap_8.color_3.header_1_768 {
    font: 400 17px/22px "Open Sans",sans-serif;
    padding: 0 0 10px 0;
}
.owl-controls.clickable {
    top: -17px;
    right: 70px;
}
.container.container_768 {
    width: 77%;
}
.grid_6.InnGrd1.InnGrd1_768 {
    width: 50%;
}
.grid_6.InnGrd2.InnGrd2_768 {
    height: 558px;
    margin: 0;
    padding: 0;
    width: 50%;
}
.wrap_6.pddFix2.pddFix2_768 {
    padding: 45px 0 0;
}
.grid_6.InnGrd2.bx3.InnGrd3_768 {
    margin: 0;
    width: 50%;
}
.grid_6.InnGrd1.bx4.bx4_768 {
    margin: 0;
    width: 50%;
}
.InnGrd1.bx4.bx4_768 h3 {
    color: #fff;
    font: 400 24px/30px "Open Sans",sans-serif;
    padding: 25px 10px 10px;
}
.grid_7.grid_7social_768 {
    width: 30%;
	margin: 0 0 0 60px;
}
.fxGrd5social_768 .box_3.fixLI {
    margin: 9px 0 0;
}
.fxGrd5social_768 .header_1.wrap_3.color_3.fixCNT {
    margin: 0;
    padding: 11px 20px 0 0px;
}
.fxGrd5social_768 .fa.fa-facebook {
    line-height: 34px;
    font-size: 18px;
}
.fxGrd5social_768 .fa.fa-linkedin {
    font-size: 18px;
    line-height: 30px;
}
.fxGrd5social_768 .fa.fa-youtube {
    line-height: 29px;
}
.grid_12H.grid_12H_667.mrgnRemv {
    margin: 0 0 0 12px !important;
}
.sectionAddress .containDiv .address .address1 {
    width: 40% !important;
}
.sectionForm .containDiv {
    float: left !important;
    width: 100% !important;
}
.sectionForm .containDiv .formInn .formInnTrack .formLblTrack1 .lblTrack:nth-child(1) {
    margin: 0 0 10px 20px !important;
}
.sectionForm .containDiv .formInn .formInnTrack .formLblTrack1 .lblTrack {
    float: left !important;
    margin: 0 0 10px 20px !important;
    width: 90% !important;
}
.sectionForm .containDiv .formInn .formInnTrack .formLblTrack2 .lblTrack {
    margin: 0 0 0 20px !important;
    width: 92% !important;
}
}
@media (max-width: 667px) {
.container.container_667 {
    width: 100%;
}
.grid_12H.grid_12H_667.mrgnRemv {
    margin: 0 0 0 0 !important;
}
.container.homeHdr2 {
    width: 77% !important;
}
.brand.put-left.put-left_667 {
    float: left;
}
nav.nav.put-right.put-right_667 {
    float: right;
}
.grid_12H.grid_12H_667 {
    margin: 0;
}
.top_service.top_service_1024.top_service_768.top_service_667 {
    padding: 0;
    width: 100%;
}
.grid_12.grid_12_768.grid_12_1024.grid_12_667 .owl-controls.clickable {
    right: 0;
}
.grid_12.grid_12_768.grid_12_1024.grid_12_667 .owl-buttons {
    bottom: 28px !important;
    right: 0;
}
.container.container_768.container_667 {
    width: 78%;
}
.container.container_768.container_667 .fourBxBtm_667 {
    margin: 0 !important;
}
.container.container_768.container_667 .grid_6 {
    width: 100% !important;
    height: auto !important;
}
.grid_6.InnGrd2.bx3.InnGrd3_768.InnGrd3_1024.InnGrd3_667 {
    border-top: 1px solid #ddd;
}
.preffix_2.grid_8.preffix_2_768.preffix_2_667 .header_1.wrap_3.color_3 {
    font-size: 21px;
}
.container.container_768.container_667 .camera-wrap.camera_wrap {
    height: 282px !important;
}
.grid_7.grid_7social_768.grid_7social_667 {
    width: 100%;
    margin: 0;
    padding: 0;
}
.grid_5.fxGrd5.fxGrd5social_768.fxGrd5social_1024.fxGrd5social_667 {
    float: left;
    padding: 3px 0 10px 0;
	width: 100% !important;
}
.grid_5.fxGrd5.fxGrd5social_768.fxGrd5social_1024.fxGrd5social_667 .header_1.wrap_3.color_3.fixCNT {
    padding: 0 30px 0 0;
    font-size: 25px;
	width: 100%;
}
.fxGrd5social_768 .box_3.fixLI {
    margin: 9px 0 0;
    width: 100%;
}
.cont > ul .navMenu > a {
    padding: 12px 5px 12px 15px;
    text-align: left;
    width: 90%;
}
.cont > ul li {
    list-style: outside none none;
    text-align: left;
}
.cont > ul li.signupMenu a {
    text-align: center;
}
.cont > ul li.signupMenu {
    float: left;
    margin: 0 0 0 15px;
}
}
@media (max-width: 375px) {
	.grid_5.fxGrd5.fxGrd5social_768.fxGrd5social_1024.fxGrd5social_667 .header_1.wrap_3.color_3.fixCNT {
	width: 100%;
}
nav.nav.put-right.put-right_375 {
    padding: 0 0 30px 0;
	margin:0 14px 11px 0;
}
.headlineDv.headlineDv_768.headlineDv_375 {
    width: 80% !important;
    margin: 20px 45px 180px 38px !important;
}
.preffix_2.grid_8.preffix_2_768.preffix_2_667.preffix_2_375 {
    margin: 0;
    width: 95%;
}
.preffix_2.grid_8.preffix_2_768.preffix_2_667.preffix_2_375 .header_1.wrap_3.color_3 {
    font-size: 0;
    font: 21px/27px open sans !important;
}
.box_1.box_1_375 .text_3 {
    margin: 0 !important;
    width: 86% !important;
    padding: 2px 20px 25px 20px !important;
}
.box_1.box_1_375 .text_3 .Lst1 {
    padding: 3px 0 0 0;
}
.grid_12.grid_12_768.grid_12_1024.grid_12_667.grid_12_375 {
    width: 100%;
}
.grid_12.grid_12_768.grid_12_1024.grid_12_667.grid_12_375 .owl-controls.clickable {
    right: -80px;
    top: -40px;
}
.item.item_768.item_375 .text_3 img {
    width: auto;
    max-width: 760px !important;
}
.grid_12.grid_12_768.grid_12_1024.grid_12_667.grid_12_375 .owl-wrapper-outer {
    height: 52px;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide {
    padding: 30px 0 25px !important;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide .camera-wrap.camera_wrap {
    height: 410px !important;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide .camera_prev {
    left: 15px !important;
}
}
@media (max-width: 568px) {
.headlineDv.headlineDv_768.headlineDv_667.headlineDv_375.headlineDv_568 {
    padding: 0 0 70px 0;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide.pddFix1_568slide .camera_next {
    left: 380px;
}	
}
@media (max-width: 480px) {
.brand.put-left.put-left_667.put-left_480 {
    margin: 10px 0 0 50px;
    width: 69%;
}
.brand.put-left.put-left_667.put-left_480 img {
    width: 100%;
}
.container.container_667.container_480 {
    padding: 0 0 20px 0;
}
.container.container_768.container_480 {
    width: 86%;
}
.grid_12.grid_12_768.grid_12_1024.grid_12_667.grid_12_480 .owl-controls.clickable {
    top: 72px;
    right: -40px;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide.pddFix1_568slide.pddFix1_480slide .camera_target_content {
    overflow: visible;
}
.container.boxArea.boxArea_768.boxArea_480 {
    width: 85%;
}
.boxArea_480 .owl-buttons {
    top: -28px;
}
.container.homeHdr2 {
    width: 86.5% !important;
}
.sectionAddress .containDiv .address .address1 {
    margin: 30px 0 40px !important;
    width: 100% !important;
}
}
@media (max-width: 375px) {
.boxArea_375 .owl-buttons {
    top: -54px !important;
}
.owl-controls .owl-buttons .owl-next {
    right: -164px !important;
}
.owl-controls .owl-buttons .owl-prev {
    left: -112px !important;
}
.formLoginNew .form-group .input-group input {
    width: 75.5% !important;
}
.loginBlock .loginBtn button {
    width: 80% !important;
}
.loginBlock .login-footer .social-icons {
    width: 73% !important;
}
}
@media (max-width: 360px) {
.owl-carousel .owl-wrapper-outer {
    margin: 0 auto !important;
    overflow: hidden !important;
    padding: 0 0 0 17px;
    position: relative !important;
    text-align: center;
    width: 240px !important;
    z-index: 2 !important;
}
.customNavigation .btn.prev {
    cursor: pointer;
    float: left;
    padding: 0 !important;
}
.customNavigation .btn.next {
    cursor: pointer;
    float: right;
    padding: 0 3px 0 0 !important;
}
.owl-carousel .owl-item {
    float: left;
    width: 130px !important;
}
.owl-controls .owl-buttons .owl-prev {
    left: -89px !important;
}
.owl-controls .owl-buttons .owl-next {
    right: -160px !important;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide .camera_prev {
    left: 5px !important;
    top: 120px;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide.pddFix1_568slide .camera_next {
    left: 280px !important;
    top: 120px;
}
}
@media (max-width: 320px) {
.owl-carousel .owl-wrapper-outer {
    margin: 0 auto !important;
    overflow: hidden !important;
    padding: 0 0 0 17px;
    position: relative !important;
    text-align: center;
    width: 247px !important;
    z-index: 2 !important;
}
.owl-carousel .owl-item {
    float: left;
    width: 130px !important;
}
.customNavigation .btn.prev {
    cursor: pointer;
    float: left;
    padding: 0 !important;
}
.customNavigation .btn.next {
    cursor: pointer;
    float: right;
    padding: 0 3px 0 0 !important;
}
.item.item_768.item_375 .text_3 img {
    max-width: 860px !important;
    width: auto;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide .camera_prev {
    left: 5px !important;
    top: 120px;
}
.wrap_6.pddFix1.pddFix1_1024slide.pddFix1_375slide.pddFix1_568slide .camera_next {
    left: 280px !important;
    top: 120px;
}
.container.container_768.container_667.container_320 {
    width: 100%;
}
.header_1.wrap_8.color_3.header_1_768.header_1_320 {
    font: 400 14px/23px open sans !important;
}

}
.jobPositionOpen {
    background: #35af1a none repeat scroll 0 0;
    border: 1px solid #158f00;
	color:#fff !important;
}
.jobPositionOpen:hover {
    background: #25890F none repeat scroll 0 0;
    border: 1px solid #158f00;
    color:#fff !important;
}
.green .msg_close_icon_div {
    background: #eaffe7 none repeat scroll 0 0;
    border: 2px solid #afdba8;
}
.textError {
    float: left;
    padding: 0 0 0 46px;
	width: auto;
	line-height: 33px; 
}
.frmSection .frmSectionL a {
	float:none;
}
.error_msg_icon_div_left {
	padding: 4px 4px 0px 0px;
	cursor:pointer;
	float:left; width:50px;
}
.msg_close_icon_div {
	padding: 4px 4px 0px 0px;
	cursor:pointer; float:right;
	width:50px;
}
.red_font {
    color: #ff0000;
}
.green_font {
    color: #00c45e;
}
.rupeeSymbolImg {
    line-height: 20px;
    margin: 5px 4px 0 0;
}
.currency_big {
    margin: 16px 5px 0 3px;
}
.currency_small {
    margin: 6px 4px 0 3px;
}
.frmSection .frmSectionL a {float:none; }
.error_msg_icon_div_left{padding: 4px 4px 0px 0px;cursor:pointer; float:left; width:50px;}
.msg_close_icon_div{padding: 4px 4px 0px 0px;cursor:pointer; float:right; width:50px;}
.signInBtnHome {
    float: left;
    margin: 40px 20px 18px 0;
    padding: 0;
}
.put-left a img {
    padding: 15px 0 0;
}
.signInBtnHome a {
    color: #f94e57;
    font: 200 16px open sans;
    text-transform: uppercase;
}
.signInBtnHome a:hover {
	text-decoration:none;
}
.signUpBtnHome {
    float: left;
    margin: 33px 0 0;
    padding: 0;
}
.signUpBtnHome > a {
    border: 1px solid #f94e57;
    border-radius: 3px;
    color: #f94e57;
    font: 200 16px open sans;
    padding: 6px 15px;
    text-transform: uppercase;
	float:left;
}
.signUpBtnHome a:hover {
	background:#CF142B;
	text-decoration:none;
	color:#fff;
}
.lightbox_container {
	width:30%;
	padding: 20px 20px 30px;
	padding:20px;
	position:fixed;
	background: #f9f9f9 none repeat scroll 0 0;
    border: 10px solid #eaeaea;
	left:33%;
	top: 20%;
	z-index:9999999;
}
.lightbox_containerFull {
    background: #000 none repeat scroll 0 0;
    position: absolute;
    width: 100%;
	opacity:0.3;
}
.lightbox_container h5 {
    border-bottom: 1px dashed #707070;
    font: 400 17px/21px "Open Sans",sans-serif;
    margin: 0;
    padding: 0 0 6px;
}
.lightbox_container h6 {
    font: 600 14px/19px "Open Sans",sans-serif;
    margin: 30px 0 2px;
}
.lightbox_container input {
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
    padding: 8px;
    width: 100%;
}
.lightbox_btnSubmitDv {
    margin: 20px 0 0;
    text-align: right;
}
.lightbox_btnSubmit {
    background: #f94e57 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 14px open sans;
    padding: 8px 15px;
    text-align: center;
    width: 21%;
	margin:10px 0 0 0;
}
.silverGold {
    float: left;
    margin: 0 0 2px;
    width: 100%;
}
.silverLbl {
    float: left;
	width: 100%;
}
.silverLbl label {
    color: #404040;
    font: 400 17px/18px open sans;
	cursor: pointer;
}
.silverLbl input {
    float: left;
    width: 14px !important;
	cursor: pointer;
}
.silverMsgBox {
    float: left;
}
.silverTriaglePoint {
    border-bottom: 12px solid #E1E1E1;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 0;
}
.silverPara {
    background: #E1E1E1;
    float: left;
}
.silverLbl p {
    color: #303030;
    font: 13px/17px "Open Sans",sans-serif;
    margin: 3px 0 0 10px;
    padding: 10px 4px 17px 2px;
}
.goldLbl {
    float: left;
    width: 57%;
	margin: 0 0 0 30px;
}
.goldLbl label {
    color: #784300;
    font: 400 17px/18px open sans;
	cursor: pointer;
}
.goldLbl input {
    float: left;
    width: 14px !important;
	cursor: pointer;
}
.goldMsgBox {
    float: left;
    margin: 0;
}
.goldTrianglePoint {
    border-bottom: 12px solid #DDCD9D;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 0;
	left: 143px;
    position: relative;
}
.goldPara {
    background: #DDCD9D;
    float: left;
}
.goldLbl p {
    color: #303030;
    font: 13px/17px "Open Sans",sans-serif;
    margin: 3px 0 0 10px;
    padding: 2px 4px 8px 2px;
    width: 94%;
}
.silverLbl.lblBg {
    background: #E1E1E1;
    border: 2px solid #d8d8d8;
    padding: 5px 12px 6px 2px;
    width: auto;
	cursor: pointer;
}
.goldLbl.lblBg2 {
    background: #ddcd9d none repeat scroll 0 0;
    border: 2px solid #D5C595;
    padding: 5px 12px 6px 2px;
    width: auto;
	cursor: pointer;
}
.goldLbl.cntGold {
    margin: 0;
    width: 100%;
}
.ltBoxSpaceFix {
    margin: 7px 0 0 !important;
}
.currentValue {
    color: #f94e57;
    float: left;
    font-size: 17px;
    margin: 4px 0 0 !important;
    width: 100%;
}
.frmSection .frmSectionL a {
	float: none;
}
.error_msg_icon_div_left {
	padding: 4px 4px 0px 0px;
	cursor: pointer;
	float: left;
	width: 50px;
}
.msg_close_icon_div {
	padding: 4px 4px 0px 0px;
	cursor: pointer;
	float: right;
	width: 50px;
}
.info.text_4.color_4.footerMenu {
    padding: 15px 0 1px;
	margin: 0;
}
.footer_trademark {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    margin: 0 0 10px;
    padding: 4px 0 6px;
}
.footer_trademark a {
    color: #fff;
}
.grid_5.fxGrd5.fxGrd5social_768.fxGrd5social_1024.fxGrd5social_667.floatR {
    float: right;
    margin: 0 10px 0 0;
}
.copyright {
    margin: 0 20px 0 0;
}
.maketxtbold{font-weight: 400 !important;color: #f94e57 !important;}
.maketxtgrey{font-weight: 200 !important;color: #707070 !important;}
.typewriter {
    color: #f94e58;
    font: italic 600 30px/45px "Open Sans",sans-serif;
    height: 135px;
    margin: 0 auto;
    padding: 13px 0 20px 0;
    text-align: justify;
    width: 1155px;
}
#menu {
    z-index: 99999999;
}
.msg_error.green.notification .red.star.error_msg {
    padding: 0 0 0 40px;
}
.lightbox_container.lc_contact_company input {
    width: 95.4%;
}
.lightbox_container.lc_contact_company .extRecUpdateYourDetails {
    border-bottom: 1px dashed;
    color: red;
    font: 18px open sans;
    padding: 0 0 4px;
}
.lightbox_container.recLbox #frm_phone span {
    float: left;
}
.lightbox_container.recLbox h6 {
    margin: 0;
}
.lightbox_container.recLbox input {
    width: 95%;
}
.lightbox_container.recLbox .closeDiv {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 43px;
}
.lightbox_container.recLbox .closeDiv .closeBox {
    background: #f94e57 none repeat scroll 0 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    padding: 5px 13px;
}
.lightbox_container.recLbox .closeDiv .closeBox:hover {
	text-decoration:none;
}
.lightbox_container.recLbox .goldLbl {
    line-height: 20px !important;
}
.lightbox_container.recLbox .silverLbl {
    line-height: 20px !important;
}
.closeMsg {
    border: 2px solid #ff8e97;
    border-radius: 40px;
    color: #ef6e77;
    cursor: pointer;
    float: right;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px;
}
.msg_error.green.notification .msg_close_icon_div > p {
    color: #44bf65;
    font: 22px/16px open sans;
}
.lightbox_container.lc_contact_company .closeDiv {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 43px;
}
.lightbox_container.lc_contact_company .closeDiv .closeBox {
    background: #f94e57 none repeat scroll 0 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    padding: 5px 13px;
}
.bradCrum {
    margin: 0 auto;
    padding: 0;
    width: 96.6%;
}
.bradCrum p {
    color: #7d7d7d;
    font-size: 21px;
    line-height: 10px;
    margin: 10px 0 5px;
}
.bradCrum p .dark {
    color: #303030;
    font-size: 14px;
    line-height: 14px;
}
.bradCrum p a.dark:hover {
    color: #f94e57;
    text-decoration: underline;
}
.bradCrum p .light {
    color: #a0a0a0;
    cursor: default;
    font-size: 14px;
    line-height: 13px;
}
.bradCrum p a.light:hover {
    cursor: default;
    text-decoration: none;
}
.container.homeHdr2.fxTop1.viewalljobs .bradCrum {
    width: 99%;
}
.container.homeHdr2.fxTop1.viewallapplication .bradCrum {
    width: 99%;
}
.container.homeHdr2.fxTop1.viewallapplication .view_all-add_post {
    margin: -108px 0 10px;
}
.container.homeHdr2.fxTop1.applications_details .bradCrum {
    padding: 0 0 8px;
    width: 100%;
}
.container.homeHdr2.fxTop1.profile.recProfile .bradCrum {
    width: 100%;
}
.container.homeHdr2.fxTop1.allusergroup.listUsergroup .bradCrum {
    padding: 0 0 7px;
    width: 100%;
}
.container.homeHdr2.fxTop1.allusergroup.listUsergroup .view_all-add_post_hdrL {
    padding: 0 0 0 15px;
}
.msg_error p {
    font: 22px/16px open sans;
}
.greyBtn {
    background: #adadad none repeat scroll 0 0;
    border: 1px solid #9c9c9c;
    color: #101010;
    font: 20px open sans;
    padding: 7px 12px 6px;
	border-radius:5px;
}
.lightbox_container {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 10px solid #eaeaea;
	left: 17%;
	padding: 20px;
	position: absolute;
	top: 19%;
	width: 60%;
	z-index: 99999;
}
.lightbox_containerFull {
	background: #000 none repeat scroll 0 0;
	position: absolute;
	width: 100%;
	opacity: 0.3;
}
.closeDiv {
	position: absolute;
	right: -20px;
	top: -20px;
}
.closeDiv .closeBox {
	background: #f94e57 none repeat scroll 0 0;
	border: 2px solid #d92e37;
	border-radius: 40px;
	color: #fff;
	font: 16px open sans;
	padding: 6px 13px;
	text-decoration: none;
}
.lightbox_container h5 {
	border-bottom: 1px dashed #707070;
	font: 400 17px/21px "Open Sans", sans-serif;
	margin: 0;
	padding: 0 0 6px;
}
.lightbox_container h6 {
	font: 600 14px/19px "Open Sans", sans-serif;
	margin: 30px 0 2px;
}
.lightbox_container input {
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	padding: 8px;
	width: 96%;
}
.lightbox_btnSubmitDv {
	margin: 20px 0 0;
	text-align: right;
}
.lightbox_btnSubmit {
	background: #f94e57 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font: 14px open sans;
	padding: 8px 15px;
	cursor: pointer;
}
.downloadFormData {
	min-height: 150px;
}
.downloadFormDataBtn {
	background: #8d8d8d none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	padding: 5px 12px;
}
.viewCV {
  background:#F94E57;
  border-radius:4px;
  color:#FFFFFF;
  cursor:pointer;
  float:left;
  line-height:30px;
  margin:3px 0 4px;
  padding:2px 10px 3px;
  text-shadow:none;
}
.signUpBtnHome.contactLink {
    margin: 32px 0 0 20px;
}
.signUpBtnHome.contactLink a {
    background: rgba(0, 0, 0, 0) url("../images/contactIcon.png") no-repeat scroll center center;
    float: left;
    padding: 17px 28px;
}
.signUpBtnHome.contactLink a:hover {
    background: #f94e57 url("../images/contactIconW.png") no-repeat scroll center center;
    float: left;
    padding: 17px 28px;
    color: #fff;
    text-decoration: none;
}
.signUpBtnHome.contactLink a:active {
    background: #f94e57 url("../images/contactIconW.png") no-repeat scroll center center;
    float: left;
    padding: 17px 28px;
    color: #fff;
    text-decoration: none;
}
.lightbox_container.recLbox.recLBX {
    left: 33%;
    top: 22%;
    width: 380px;
    z-index: 9999999;
}
.lightbox_container.recLbox.recLBX .lightbox_btnSubmit {
    margin: 20px 0 0;
}
.checckEmailExistOrNot.innSpan span {
    font: 600 14px open sans;
    margin: -40px 0 11px -20px;
    padding: 0;
}
.socialLinks li a.twitter {
    background: url("../../images/extrecruiter/sprite-social-icons.png") no-repeat scroll -102px -2px;
    height: 40px;
    width: 40px;
	float:left;
}
.socialLinks li a.facebook {
    background: url("../../images/extrecruiter/sprite-social-icons.png") no-repeat scroll -1px -1px;
    height: 40px;
    width: 40px;
	float:left;
}
.socialLinks li a.linkedin {
    background: url("../../images/extrecruiter/sprite-social-icons.png") no-repeat scroll -247px -1px;
    height: 40px;
    width: 40px;
	float:left;
}
.dark-red {
    background: #cf142b none repeat scroll 0 0;
    border: 1px solid #cf142b;
}
/*success msg*/
.msg {
    margin: 0 auto;
    /*padding: 9px 10px;*/
    width: 100%;
}
.msg .msg-inner {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 100%;
	margin: 4px 0;
}
.msg .msg-inner .msg-L {
    float: left;
	width:95%;
}
.msg .msg-inner .msg-L img {
    float: left;
    margin: 0 8px 0 0;
}
.msg .msg-inner .msg-L p {
    color: #3c3c3c;
    float: left;
    font: 14px/18px open sans;
    padding: 5px 0 0;
}
.msg .msg-inner .msg-R {
    float: right;
	width:4%;
}
.msg .msg-inner .msg-R .cross-btn {
    float: left;
    padding: 0 2px;
}
.msg .msg-inner .msg-R .cross-btn p {
    border: 1px solid #f94e57;
    color: #f94e57;
    cursor: pointer;
    font: 16px/24px open sans;
    height: 28px;
    padding: 2px 9px;
    text-align: center;
    width: 28px;
	float: left;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.msg.success .msg-inner {
    background: #ebfee8 none repeat scroll 0 0;
    border: 1px solid #dbeed8;
}
.msg.unsuccess .msg-inner {
    background: #ffe5e8 none repeat scroll 0 0;
    border: 1px solid #efd5d8;
}
.msg.info .msg-inner {
    background: #ffecc1 none repeat scroll 0 0;
    border: 1px solid #efdcb1;
}
/*success msg*/
.top_service_box .msgH h4 span {
    float: left;
    font: italic 14px/21px "Open Sans",sans-serif;
    margin: 4px 0 20px;
    width: 100%;
}
.aboutus {
    margin: 130px auto;
    padding: 0 0 0 23px;
    width: 1140px;
}
.aboutus .aboutusDtl {
    float: left;
    width: 100%;
}
.aboutus .aboutusDtl .aboutusTitle {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}
.aboutus .aboutusDtl .aboutusTitle h1 {
    border-bottom: 1px dashed;
    color: #e50431;
    font: bold 25px open sans;
    margin: 0 0 20px;
}
.aboutus .aboutusDtl .aboutusP {
    float: left;
    text-align: justify;
}
.aboutus .aboutusDtl .aboutusP p {
    color: #333;
    font: 16px/27px open sans;
    margin: 0 0 25px;
}
.aboutusUL {
    float: left;
    margin: 10px 0 20px;
    padding: 0 0 0 2px;
    width: 100%;
	list-style-type:disc !important;
}
.aboutusUL .h2 {
    color: #000;
    font: bold 18px open sans;
    margin: 0 0 5px;
}
.aboutusUL li {
    color: #333;
    font: 16px/27px open sans;
    margin: 0 0 0 19px;
	list-style-type:disc !important;
}
.aboutusUL p {
    color: #000;
    font: 16px/27px open sans;
    margin: 30px 0 0;
}
.aboutusUL li strong {
    font: bold 15px/27px open sans;
}

.praRow {
    float: left;
    width: 100%;
}
@media (max-width: 786px) {
.aboutus {
    margin: 24px auto;
    padding: 0 0 0 15px;
    width: 85%;
}
.aboutusUL li {
    font: 16px/18px open sans;
    margin: 0 0 14px 15px;
}
.aboutusUL li strong {
    font: bold 15px/19px open sans;
}
.aboutusUL p {
    font: 16px/21px open sans;
}
}
@media (max-width: 480px) {
.aboutus {
    margin: 24px auto;
    padding: 0;
    width: 100%;
}
}
/*aboutus*/
/*New Header CSS Start Hear*/
/*aboutus*/
/*css 28-9-2016 ar*/
/*============= Css by arshad ===============*/
.header-wrap {
    float: left;
    width: 100%;
	background:#fff;
}
.top-header-wrap {
    float: left;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.top-container {
    margin: 0 auto;
    width: 1491px;
}
.phnum {
    color: #000;
    float: right;
    font: 400 12px open sans;
    margin: 5px 0;
    padding: 0 14px;
	letter-spacing: .5px
}
.contUs {
    border-left: 1px solid #ddd;
    color: #000;
    float: right;
    font: 12px open sans;
    margin: 5px 0;
    padding: 0 14px;
}
.top-container a {
    color: #000;
    font: inherit;
    text-decoration: none;
	transition: all 0.2s ease 0s;
}
.top-container a:hover {
    text-decoration: none;
    color: #CF142B;
}
.log-in {
    border-left: 1px solid #ddd;
    color: #000;
    float: right;
    font: 12px open sans;
    margin: 5px 0;
    padding: 0 0px 0 14px;
}	
.main-header-wrap {
    float: left;
    width: 100%;
	border-bottom: 1px solid #ededed;
}
.main-container-row {
    color: #000;
    font: 14px open sans;
    margin: 0 auto;
    width: 1491px;
}
.main-container-row .log {
    float: left;
}
.main-container-row img {
    width: auto;
    padding: 9px 0 0 0;
}
.Main-menuNav a {
    color: #000;
    float: right;
    font: 14px open sans;
    padding: 27px 26px 25px;
    text-decoration: none;
	margin: 0 4px 0px 4px;
	transition: all 0.4s ease 0s;
}
.Main-menuNav a:hover {
    background-color: #efeef3;
}
.main-container-row .emp-agency {
    float: right;
}
.main-container-row .recruiterMenu {
    float: right;
}
.main-container-row .Candi {
    float: right;
}
.main-container-row .signup-main {
    float: right;
}
.main-container-row .signup-main a {
    background: #CF142B none repeat scroll 0 0;
    color: #fff;
    float: right;
    margin: 20px 0 0;
    padding: 9px 38px 10px;
    font: 600 14px open sans;
}
.main-container-row .signup-main > a:hover {
    text-decoration: none;
    background-color: #B70B1F;
    transition: all 0.9s ease 0s;
}
.slider-container {
    float: left;
    width: 100%;
}
.slideHoler {
    width: 1491px;
    margin: 260px auto;
    padding: 0 0 0 15px;
}
.slider-container .slider {
    background: rgba(0, 0, 0, 0) url("../images/sliderimg1.jpg") no-repeat scroll center center;
    float: left;
    height: 868px;
    margin: 0 0 40px;
    width: 100%;
    background-size: cover;
}
.QueContainer {
    color: #fff;
    float: left;
    font: bold 54px/48px open sans;
    padding: 246px 0 0 217px;
}
.QueContainer h1 {
    color: #fff;
    float: left;
    font: bold 54px/102px open sans;
}
.QueContainer h2 {
    color: #fff;
    float: left;
    font: bold 54px/102px open sans;
}
.hero-word-carousel .hero-word-carousel-single {
    color: #f3a461;
    font-size: 45px;
    line-height: 45px;
    padding: 17px 0 0 0;
}
.learnMore {
    color: #fff;
    float: left;
    font: 600 14px open sans;
    margin: 5px 10px 5px 5px;
    padding: 0;
    width: 165px;
}
.row.hero-button-group {
    float: left;
    margin: 170px 0 0;
}
.learnMore > a:hover {
    background: #9f9f9f none repeat scroll 0 0;
    text-decoration: none;
}
.learnMore > a {
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font: inherit;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.menuBotton {
    background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll 0 0;
    display: none;
    float: right;
    height: 27px;
    width: 37px;
	 margin: 22px 0 0;
}
.cont {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    width: 250px;
    z-index: 9999;
    left: 0;
    right: auto;
    box-shadow: 2px 0 5px 1px #858585;
	transition: all 0.5s ease;
}
.cont > ul {
    text-align: center;
}
.navMenu > a:hover {
    background: #efeef3 none repeat scroll 0 0;
    text-decoration: none;
}
.navMenu > a {
    border-bottom: 1px dashed #ddd;
    font: 14px open sans;
    padding: 13px 0px;
    text-decoration: none;
    width: 100%;
    float: left;
    text-align: center;
	color:#000;
}
.signupMenu {
    margin: 0 auto;
    width: 111px;
}
.signupMenu > a {
    background: #cd132a none repeat scroll 0 0;
    color: #fff;
    float: left;
    font: bold 15px open sans;
    padding: 7px 0;
    text-decoration: none;
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
}
.signupMenu > a:hover {
    text-decoration: none;
    background: #9f101a;
}
.signup-main.signupSubMenu .signUpBtnHome.signUpMain {
    margin: -3px 0 0 0 !important;
}
.signup-main.signupSubMenu .signUpBtnHome.signUpMain .signUp-button {
    border: none !important;
}
.signup-main.signupSubMenu .signUp-content-out {
    left: -100px !important;
    top: 47px !important;
} 
.signup-main.signupSubMenu .popupInn {
    left: 51px !important;
}
/*----*/
.hero-word-carousel-single {
                -webkit-animation: WordDrop 30s linear infinite 0s;
                -ms-animation: WordDrop 30s linear infinite 0s;
                animation: WordDrop 30s linear infinite 0s;
              }
              @-ms-keyframes WordDrop {
                   0% { opacity: 0; animation-timing-function: ease-in; }
                   2% { opacity: 0; -ms-transform: translateY(-40px); }
                   5% { opacity: 1; -ms-transform: translateY(0px); }
                   10% { opacity: 1; -ms-transform: translateY(0px);  }
                   18% { opacity: 0; -ms-transform: translateY(40px);  }
                   80% { opacity: 0; }
                   100% { opacity: 0; }
               }
              @-webkit-keyframes WordDrop {
                   0% { opacity: 0; animation-timing-function: ease-in; }
                   2% { opacity: 0; -webkit-transform: translateY(-40px);  }
                   5% { opacity: 1; -webkit-transform: translateY(0px);}
                   10% { opacity: 1; -webkit-transform: translateY(0px);  }
                   18% { opacity: 0; -webkit-transform: translateY(40px);  }
                   80% { opacity: 0; }
                   100% { opacity: 0; }
               }
              @keyframes WordDrop {
                   0% { opacity: 0; animation-timing-function: ease-in; }
                   2% { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); }
                   5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
                   10% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
                   18% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
                   80% { opacity: 0; }
                   100% { opacity: 0; }
               }
.hero-word-carousel-single:nth-child(1) {
                    -webkit-animation-delay: 0s;
                    -ms-animation-delay: 0s;
                    animation-delay: 0s;
                }
.hero-word-carousel-single:nth-child(2) {
                    -webkit-animation-delay: 3s;
                    -ms-animation-delay: 3s;
                    animation-delay: 3s;
                }
.hero-word-carousel-single:nth-child(3) {
                    -webkit-animation-delay: 6s;
                    -ms-animation-delay: 6s;
                    animation-delay: 6s;
                }
.hero-word-carousel-single:nth-child(4) {
                    -webkit-animation-delay: 9s;
                    -ms-animation-delay: 9s;
                    animation-delay: 9s;
                }
.hero-word-carousel-single:nth-child(5) {
                    -webkit-animation-delay: 12s;
                    -ms-animation-delay: 12s;
                    animation-delay: 12s;
                }
.hero-word-carousel-single:nth-child(6) {
                    -webkit-animation-delay: 15s;
                    -ms-animation-delay: 15s;
                    animation-delay: 15s;
                }
.hero-word-carousel-single:nth-child(7) {
                    -webkit-animation-delay: 18s;
                    -ms-animation-delay: 18s;
                    animation-delay: 18s;
                }
.hero-word-carousel-single:nth-child(8) {
                    -webkit-animation-delay: 21s;
                    -ms-animation-delay: 21s;
                    animation-delay: 21s;
                }
.hero-word-carousel-single:nth-child(9) {
                    -webkit-animation-delay: 24s;
                    -ms-animation-delay: 24s;
                    animation-delay: 24s;
                }
.hero-word-carousel-single:nth-child(10) {
                    -webkit-animation-delay: 27s;
                    -ms-animation-delay: 27s;
                    animation-delay: 27s;
                }
				
/*END New Header CSS Code*/
/*newlogin*/
.loginFull {
    background: #f9f9f9 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.loginFull .loginFullInn {
    margin: 20px auto;
    text-align: center;
    width: 400px;
}
.loginFull .login-block.rfrLogin > img {
    padding: 0 0 20px;
    text-align: center;
}
.loginFull h1 {
    font: 600 28px open sans;
    padding: 12px 0 22px;
}
.loginBlock {
    float: left;
    width: 100%;
	background: #fff none repeat scroll 0 0;
	padding: 10px 30px 15px;
	margin: 0 0 80px;
    
	-moz-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
}
.formLoginNew {
    float: left;
    width: 100%;
}
.formLoginNew .form-group {
    float: left;
    width: 100%;
}
.formLoginNew .form-group .input-group {
    float: left;
    margin: 0 0 17px;
    position: relative;
    width: 100%;
}
.formLoginNew .form-group .input-group .input-group-addon {
    color: #e55465;
    float: left;
    margin: 10px 5px 0 4px;
    min-width: 30px;
}
.formLoginNew .form-group .input-group input {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    font: 16px open sans;
    padding: 8px 10px;
    width: 318px;
	position:relative;
}
.formLoginNew .form-group .input-group > a {
    color: #ef3f59;
    font: 15px open sans;
    position: absolute;
    right: 27px;
    top: 9px;
}
.loginBlock .loginBtn {
    float: left;
    margin: 0 0 17px;
    width: 100%;
}
.loginBlock .loginBtn button {
    background: #cf142b none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font: 18px open sans;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    padding: 9px 10px;
    text-transform: uppercase;
    width: 340px;
	cursor:pointer;
}
.loginBlock .login-footer {
    float: left;
    width: 100%;
}
.loginBlock .login-footer h6 {
    color: #9c9c9c;
    font: 14px open sans;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.loginBlock .login-footer .social-icons {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.loginBlock .login-footer .social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}
.social-icons a {
    background-color: #eceeef;
    border-radius: 100%;
    color: #818a91;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-right: 8px;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 44px;
}
.social-icons a.twitter {
    background-color: #00aced;
    color: #fff;
}
.social-icons a.facebook {
    background-color: #3b5998;
    color: #fff;
}
.social-icons a.linkedin {
    background-color: #007bb6;
    color: #fff;
}
.loginBlock .login-footer .social-icons li a i {
    line-height: 44px;
}
.rgstrEml {
    float: left;
    font: 13px open sans;
    margin: 12px 0px 5px 40px;
}

.rstpwd_h1 {
    font: 600 22px open sans;
    margin: 41px 0 6px 0;
}
.msg_error.yellowInfo.notification {
    background: #ffda9f none repeat scroll 0 0;
    border: 1px solid #e0b660;
    color: #845a00;
}
.msg_error.yellowInfo.notification .msg_close_icon_div {
    border: 1px solid #845a00;
    color: #845a00;
}

.msg_error.yellowInfo.notification .closeMsg {
    border: 1px solid #845a00;
    color: #845a00;
}
.main-container-row .msg_error img {
    padding: 0;
}
.grid_12H.grid_12H_667.mrgnRemv {
    margin: 0;
}
.box_3.fixLI .list_1.socialLinks {
    list-style: outside none none;
}
.msg.message_template_tpl .msg-L > img {
    padding: 0px;
}
footer > iframe {
    display: none;
}
.sectionMap .containDiv .mapDv .map1.mapUk1 {
    background: rgba(0, 0, 0, 0) url("../../images/map-uk1.jpg") no-repeat scroll 0 0;
    float: left;
    height: 380px;
    width: 49.5%;
}

.sectionMap .containDiv .mapDv .map2.mapUk2 {
	background: rgba(0, 0, 0, 0) url("../../images/map-uk2.jpg") no-repeat scroll 0 0;
    float: right;
    height: 380px;
    width: 49.5%;
}
.sectionMap .containDiv .mapDv .map1.mapInd1 {
    background: rgba(0, 0, 0, 0) url("../../images/map-ind1.jpg") no-repeat scroll 0 0;
    float: left;
    height: 380px;
    width: 49.5%;
}

.sectionMap .containDiv .mapDv .map2.mapInd2 {
	background: rgba(0, 0, 0, 0) url("../../images/map-ind2.jpg") no-repeat scroll 0 0;
    float: right;
    height: 380px;
    width: 49.5%;
}