@charset "utf-8";

/*====limited reset====*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/*====html5 display rule====*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/*====common css====*/
html, body {
	height: 100%;
	width: 100%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
}

p {
	line-height: 28px;
	padding-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

section {
	padding: 60px 0;
}

h1 {
	font-size: 0px;
	line-height: 0px;
}

h2 {
	margin-bottom: 20px;
	font-size: 35px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 20px;
}

h2.black {
	color: #000;
}

h3 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}

p.parabold {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

/***Navigation***/
.menu-toggle, .menu-close {
	font-size: 17px;
	position: absolute;
	right: 10px;
	top: 15px;
}

.menu-toggle .fa-bars, .menu-close .fa-times {
	cursor: pointer;
	color: #fff;
}

.sidebar-wrapper {
	width: 210px;
	height: 100%;
	position: fixed;
	height: 100%;
	text-align: center;
	margin-left: -173px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9;
	background-color: #000;
}

.sidebar-wrapper .logo {
	margin: 50px auto 0 auto;
}

ul.sidebarnav {
	padding: 0 34px;
	margin-top: 80%;
}

ul.sidebarnav li {
	text-align: left;
}

ul.sidebarnav li a {
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

/*ul.sidebarnav li:nth-last-child(2) a {
	font-weight: 400;
	font-size: 12px;
}
ul.sidebarnav li:last-child a {
	font-weight: 400;
	font-size: 12px;
}*/
.menuhide {
	display: none;
}

.sidebar-wrapper.active {
	margin-left: 0px;
}

ul.sidebarnav li.active a, ul.sidebarnav li:hover a, ul.sidebarnav li:focus a {
	color: #92c149;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.social-icons {
	margin-top: 30px;
	padding: 0 0 0 26px
}

.social-icons a {
	font-size: 20px;
	float: left;
	padding-right: 15px;
	color: #92c149;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	transform: scale(1);
	display: inline-block;
}

.social-icons a:hover {
	transform: scale(1.3);
	display: inline-block;
}

/***home***/
.screen1 {
	background: url(../images/home/brick_wall.jpg);
	background-size: cover;
	padding: 0;
}

.sumo-bg {
	width: 100%;
	position: relative;
}

.wrapper {
	padding-left: 37px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.pagetoggle {
	padding-left: 210px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.win_close .left-section {
	width: 30%;
	float: left;
	transition: all 0.8s ease;
}

.win_close .right-section {
	width: 70%;
	float: left;
	transition: all 0.8s ease;
}

.win_open .left-section {
	width: 30%;
	float: left;
	transition: all 0.8s ease;
}

.win_open .right-section {
	width: 70%;
	float: left;
	transition: all 0.8s ease;
}

.one {
	background: url(../images/home/01_398x325.jpg) no-repeat center center;
	background-size: cover;
}

.two {
	background: url(../images/home/02_398x325.jpg) no-repeat center center;
	background-size: cover;
}

.three {
	background: url(../images/home/03_398x325.jpg) no-repeat center center;
	background-size: cover;
}

.four {
	background: url(../images/home/04_398x325.jpg) no-repeat center center;
	background-size: cover;
}

.five {
	background: url(../images/home/IMG_13102017_182358_0.png) no-repeat center center;
	background-size: cover;
}

.six {
	background: url(../images/home/IMG_13102017_182417_0.png) no-repeat center center;
	background-size: cover;
}

.right-section ul li {
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
	position: relative;
	cursor: pointer;
}

.right-section ul li img {
	width: 100%;
	height: 100%;
}

.social-icons a:last-child {
	padding-right: 0px;
}

.navtoggle {
	background-color: #fff;
	position: fixed;
	width: 40px;
	height: 100%;
	border: 1px solid #000;
	margin-left: 0px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.navtoggle.navactive {
	margin-left: 210px;
}

.sumo-bg img {
	margin: 0px auto;
	display: block;
	padding-top: 60px;	/*-webkit-transition: all 0.4s ease 0s;moz-transition: all 0.4s ease 0s;ms-transition: all 0.4s ease -o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;*/
}

.caption {
	width: 236px;
	padding-left: 40px;
	position: absolute;
	bottom: 40px;
}

.caption h2 {
	text-align: left;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 35px;
}

.caption a {
	color: #fff;
	text-transform: uppercase;
}

span.dash {
	height: 2px;
	background-color: #799d3e;
	transition: width 0.2s linear 0s;
	width: 50px;
	display: block;
	margin-top: 5px;
}

.screen-width {
	width: 90%;
	margin: 0px auto;
	padding: 0 15px;
}

.screen2 h2 {
	text-align: left;
	font-size: 25px;
	line-height: 35px;
}

.aboutus-intro {
	position: relative;
	padding-right: 150px;
}

.aboutus-intro a {
	color: #000;
	text-transform: uppercase;
}

.screen3 {
	background-color: #000;
}

.screen3 p {
	color: #fff;	/* width: 315px; */
	width: 100%;
}

.screen3 img {
	margin: 0px auto;
}

.screen3 .btn-info {
	float: right;
}

a.btn-info, input.btn-info {
	background-color: transparent;
	border: 2px solid #799d3e;
	color: #fff;
	border-radius: 0px;
	padding: 9px 21px;
	transition: all 0.3s linear 0s;
	text-transform: uppercase;
	cursor: pointer;
}

a.btn-info:hover, a.btn-info:focus, input.btn-info:hover, input.btn-info:focus {
	background-color: #799d3e;
	color: #000;
	border-color: #799d3e;
	box-shadow: inset 0 0 0 30px #799d3e;
}

.bannertext a {
	cursor: pointer;
}

.new-wrap {
	padding: 0 15px;
}

.new-wrap h5, .new-wrap a {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 22px;
}

.new-wrap img {
	margin-bottom: 20px;
	width: 100%;
}

.new-wrap .date {
	color: #666;
	margin-bottom: 20px;
}

.dashhover {
	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;
	overflow: hidden;
	font-size: 12px;
}

.dashhover:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 50%;
	bottom: 0;
	background: #799d3e;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.dashhover:hover:before, .dashhover:focus:before, .dashhover:active:before {
	right: 0;
}

.banner {
	height: 440px;
}

.banner h2 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage section {
	padding: 0;
}

/** Our Expertise ***/
.ourexpertise {
	background: url('../images/our-expertise/expertise-banner.png') no-repeat;
	background-size: cover;
	width: 100%;
}

ul.listing {
	padding-bottom: 20px;
	display: inline-block;
}

ul.listing li {
	padding-bottom: 10px;
}

ul.listing li:before {
	content: url('../images/white-bullet.png');
	width: 8px;
	height: 9px;
	padding-right: 10px;
}

.brick-banner {
	background: url('../images/our-expertise/brick-banner.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.history-wrap {
	border: 1px solid #ccc;
	padding: 20px;
	min-height: 268px;
	text-align: center;
	position: relative;
}

.year {
	font-weight: 700;
	font-size: 65px;
	padding-top: 50px;
	line-height: 70px;
	font-family: 'CenturyGothic-Bold';
}

.history-wrap span {
	font-size: 12px;
	display: block;
	line-height: 19px;
	padding-top: 10px;
}

section.center-para {
	padding: 0px 0 60px 0;
}

.center-para p {
	text-align: center;
	padding-bottom: 0px;
	line-height: 28px;
}

.what-people-say {
	background: url('../images/our-expertise/what-people-banner.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	padding: 60px 0;
}

.what-people-say h2 {
	text-align: left;
	font-size: 35px;
}

.testimonial {
	text-align: center;
	padding: 50px 60px 10px 60px;
}

.testimonial p {
	font-size: 29px;
	color: #fff;
	font-weight: 700;
	line-height: 34px;
}

.testimonial span {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #92c149;
	border: 2px solid #92c149;
}

.blogwrap .owl-dots {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	left: 0px;
	right: 0px;
}

.jobscarousel .owl-dots {
	position: absolute;
	bottom: 0%;
	display: inline-block;
	left: 42%;
}

.jobscarousel .owl-controls {
	margin-top: 0px;
}

section.brick-banner {
	padding: 0;
}

.history h3 {
	margin-bottom: 60px;
}

/** footer **/
footer {
	background-color: #efefef;
	padding: 20px 40px;
	text-align: center;
	font-size: 12px;
	z-index: 999;
	position: relative;
}

footer ul li {
	display: inline;
	padding-left: 10px;
}

footer ul li a {
	color: #333;
}

button.close {
	opacity: 1;
	font-size: 46px;
}

.modal-header {
	border-bottom: 0px;
	padding: 20px 15px 15px 15px;
}

button.close {
	margin-top: -34px;
	margin-bottom: 0;
	margin-right: -10px;
	z-index: 9;
}

button.close:focus {
	outline: none;
}

/** Meet the team **/
.meet-the-team-banner {
	background: url('../images/job/Social_Content.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

section.our-senior-team {
	padding: 0 0 30px 0;
}

.seniorteambanner img {
	width: 100%;
}

.team-info {
	background-color: #94c11e;
	padding: 30px;
}

.team-info h4 {
	font-weight: 700;
}

.team-info h4 span {
	font-weight: 400;
	text-transform: none;
}

.twitterwrap {
	padding: 30px;
	border: 1px solid #94c11e;
	min-height: 400px;	/* min-height: 650px; */
	position: relative;
	margin-right: 13px;
}

.instawrap {
	padding: 30px;
	border: 1px solid #94c11e;
	min-height: 650px;
	position: relative;
	margin-left: 13px;
}

.socialsection h3 {
	font-size: 25px;
	text-align: center;
}

.tweetwrap a {
	color: #000;
}

.tweetwrap p.smallfont {
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}

.tweetwrap span {
	color: #666;
}

.tweetwrap abbr {
	color: #94c11e;
	font-weight: 700;
}

.socialsection .btn-info {
	border: 1px solid #799d3e;
	margin: 20px auto;
	color: #799d3e;
	font-weight: 700;
	width: 150px;
}

.btn-center {
	margin: 0px auto;
	text-align: center;
}

.socialsection .btn-info:hover, .socialsection .btn-info:focus {
	background-color: #799d3e;
	color: #000;
	border-color: #799d3e;
	box-shadow: inset 0 0 0 30px #799d3e;
}

.instawrap img {
	margin-bottom: 30px;
}

.fun-facts {
	background: url('../images/meet-the-team/fun-factsbg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.fun-facts h2 {
	text-align: left;
	margin-bottom: 50px;
}

.fun-facts .year, .fun-facts .history-wrap span {
	color: #fff;
}

.fun-facts .center-para {
	margin-top: 40px;
	color: #fff;
}

/** Blog **/
.blogbanner {
	background: url('../images/blog/banner1.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 460px;
}

.bannertext h2 {
	text-align: left;
	margin-bottom: 5px;
	font-size: 25px;
}

.bannertext {
	padding-left: 40px;
	margin-top: 40%;
}

.bannertext span {
	margin-bottom: 15px;
	display: block;
	color: #fff;
	font-size: 12px;
}

.bannertext p {
	color: #fff;
}

.filtercontainer {
	margin-top: 60px;
}

.filtertab a {
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.filtertab a:after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px
}

.filtertab a:last-child:after {
	content: " ";
}

.filtertab a.current {
	color: #000;
	font-size: 13px;
}

.filtercontainer .new-wrap {
	margin-bottom: 40px;
}

.blogpage .btn-info {
	color: #000;
	width: 200px;
	margin: 30px 0;
}

.blogpage .blogbanner .btn-info {
	color: #fff;
}

.blogdetail-banner {
	background: url('../images/blog/banner1.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.breadcrumb {
	padding: 50px 0px 30px 15px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 600;
}

.breadcrumb li a, .breadcrumb li a:hover, .breadcrumb li a:focus {
	color: #000;
	font-size: 14px;
}

.breadcrumb li.active {
	color: #92c149;
}

.breadcrumb>li+li:before {
	content: ">";
}

section.blogdata {
	padding: 0 0 0px 0;
}

.blogpara {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	padding-top: 20px;
	-webkit-column-gap: 45px; /* Chrome, Safari, Opera */
	-moz-column-gap: 45px; /* Firefox */
	column-gap: 45px;
}

.socialimg img {
	margin: 20px auto;
}

.relatedarticle {
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}

.relatedarticle h4 {
	padding-top: 40px;
	font-weight: 600;
	padding-left: 15px;
}

/** Contact **/
.contact-banner {
	background: url('../images/contact/contactbg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.contactpage .form-control {
	height: 45px;
	border-radius: 0px;
	border: 1px solid #000;
}

.contactpage .btn-center {
	margin-top: 40px;
}

.contactpage .btn-info {
	width: 250px;
	color: #000;
}

.getintouch {
	background-color: #f8f9fc;
	padding: 60px 0 0 0;
}

.getintouch span {
	color: #94c249;
	font-weight: 700;
}

p.email a {
	color: #000;
	text-decoration: underline;
}

.contactpage textarea {
	height: 150px !important;
}

/** Agency map**/
.agency-banner {
	background: url('../images/agency/agencymap-banner.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.tabdata a {
	border: 1px solid #94c249;
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	width: 260px;
}

.tabdata a.current {
	background-color: #94c249;
}

.tabcontainer p {
	margin-bottom: 15px;
}

.tabcontainer {
	margin-bottom: 10px;	/* border-bottom: 1px solid #ccc; */
}

.tabcontainer .fadewrap, .datacontainer .fadewrap, .graduatepage .fadewrap {
	display: none;
}

.tabcontainer .fadewrap.in, .datacontainer .fadewrap.in, .graduatepage .fadewrap.in {
	display: block;
}

.tabdata {
	text-align: center;
	margin-bottom: 40px;
}

/**referral scheme **/

/*.referral-banner {
	background: url('../images/referral/referralbanner.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}*/
.all_banner_img {
	padding: 0;
	position: relative;
}

.all_banner_img img {
	height: 250px !important;
	width: 100%;
}

.all_banner_img.banner h1.heading-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

ul.referrallisting {
	padding-left: 15px;
}

ul.referrallisting li {
	padding-bottom: 15px;
	text-indent: -16px;
}

ul.referrallisting li:before {
	content: url('../images/greenbullet.jpg');
	width: 8px;
	height: 9px;
	padding-right: 10px;
}

.referralpage a {
	color: #94c249;
	text-decoration: underline;
}

/** Corporate Responsibility**/
.corporate-banner {
	background: url('../images/csr/corporate-banner.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.corporatepage p {
	padding-bottom: 10px;
}

/** Personality test **/
.personality-banner {
	background: url('../images/personality/personality-banner.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.process span {
	display: block;
	text-align: center;
	padding: 0 15px;
	margin-top: 10px;
	font-weight: 600;
}

.personalitywrap {
	padding: 0 200px;
	text-align: center;
}

.process img {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.process p {
	margin-top: 20px;
	text-align: center
}

.personalityform {
	margin-top: 40px;
	text-align: center;
}

.question-wrap {
	margin: 30px 0;
	border-bottom: 2px solid #999;
	padding-bottom: 65px;
}

/* .question-wrap {
border-bottom: 4px solid #e9f3db;
margin-top: 30px;
}
.question-wrap:last-child {
border-bottom: 0px;
}
.question-wrap p {
font-size: 18px;
font-weight: 500;
text-align: center;
}
.question-wrap .radio {
display: inline-block;
margin-bottom: 0px;
margin-top: 0px;
width: 32px;
margin-right: 20px;
position: relative;
height: 35px;
}
.question-wrap .radio label {
padding-left: 0px;
}
.question-wrap .radio label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 0px;
margin-right: 0px;
font-size: 16px;
text-align: right;
width: 100%;
}
.question-wrap .radio input[type=radio] {
display: none;
}
.question-wrap .radio label:before {
content: "";
display: inline-block;
width: 31px;
height: 31px;
margin-right: 10px;
position: absolute;
left: 0;
background-color: #bdbdbd;
top: 2px;
}
.question-wrap .radio label:before {
border-radius: 31px;
}
.question-wrap .radio input[type=radio]:checked + label:before {
content: "2";
color: #4a671d;
font-size: 175px;
text-align: center;
line-height: 27px;
text-indent: -17px;
}
.number {
position: relative;
top: -23px;
cursor: pointer;
left: 14px;
font-size: 18px;
font-weight: 500;
text-align: center;
color: #6b6b6b;
} */
.options img {
	margin: 20px auto 40px auto;
	display: block;
}

.personality-wrap {
	text-align: center;
}

.personality-wrap .btn-info {
	width: 200px;
	color: #000;
}

.personality-wrap .btn-center {
	margin: 30px 0;
}

.section {
	position: relative;
}

#menu {
	top: 50%;
	height: auto;
	right: 30px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9;
	position: fixed;
	width: auto;
}

#menu li {
	margin: 0px;
	background: transparent none repeat scroll 0 0;
	display: block;
	border-radius: 0;
}

#menu li a {
	margin: 14px 0;
	background: transparent;
	opacity: 1;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	padding: 0;
	display: block;
	border: 1px solid #92c149;
}

#menu li a:hover {
	background: #92c149;
}

#menu li.active a {
	background: #92c149;
	border-color: #92c149;
}

/** jobs **/
.jobspage .caption {
	width: 100%;
}

.radio {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 143px;
	margin-right: 0px;
}

.radio label {
	padding-left: 0px;
}

.radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 0px;
	margin-right: 0px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.radio input[type=radio] {
	display: none;
}

.radio label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	border: 1px solid #fff;
	background-color: transparent;
	top: 2px;
}

.radio label:before {
	border-radius: 11px;
}

.radio input[type=radio]:checked + label:before {
	content: "\2022";
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 14px;
	text-indent: -2px;
}

.tags {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.branding {
	font-size: 17px;
}

.jobscarousel .one {
	background: url(../images/job/jobimg1.jpg) no-repeat;
	background-size: cover;
}

.jobscarousel .two {
	background: url(../images/job/jobimg2.jpg) no-repeat;
	background-size: cover;
}

.jobscarousel .three {
	background: url(../images/job/jobimg3.jpg) no-repeat;
	background-size: cover;
}

.jobscarousel .four {
	background: url(../images/job/jobimg4.jpg) no-repeat;
	background-size: cover;
}

.jobtab {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	box-shadow: 10px 10px 32px #333;
	margin-left: 40px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: none;
}

.jobopen, .jobclose {
	padding: 9px 18px;
	font-size: 32px;
	cursor: pointer;
	float: left;
	background-color: #fff;
	display: none;
}

.jobs-section {
	background-color: #fff;
	float: left;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
}

.jobhide {
	margin-right: -310px;
}

.jobshow {
	margin-right: 0px;
}

.jobs-section a {
	display: inline;
	float: left;
	border-left: 1px solid #000;
	padding: 13px 28px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	background-color: #fff;
	width: 200px;
}

.jobs-section a.current {
	background-color: #92c149;
}

.jobs2 {
	background-color: transparent;
	height: 100%;
}

.accordian .accordian-collapse {
	border: 1px solid #fff;
	padding: 20px 20px;
	margin-bottom: 20px;
}

.accordian .accordian-collapse h4 {
	cursor: pointer;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: none;
	font-size: 20px;
	position: relative;
	color: #fff;
}

.accordian-container {
	display: none;
	padding-top: 20px;
}

span.plus:before {
	float: right;	/*background: url(../images/down-arrow.png) no-repeat;*/
	font-size: 50px;
	font-weight: 100;
	content: "+";
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

span.minus:before {
	float: right;	/* background: url(../images/up-arrow.png) no-repeat; */
	font-size: 50px;
	font-weight: 100;
	content: "-";
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.accordian {
	padding: 90px 40px 0 40px;
}

.accordian-container ul.listing li {
	width: 100%;
	display: block;
	float: none;
	padding-bottom: 10px;
	height: auto;
}

.accordian-container ul.listing li a {
	color: #99ca4d;
	font-weight: 700;
	font-size: 18px;
}

.accordian-container ul.listing {
	padding-bottom: 0px;
}

.jobspage .datacontainer .caption {

	/* padding-right: 50px;
	bottom: 60px; */
	z-index: 1;
	cursor: pointer;
}

.jobspage .datacontainer .caption h4 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 12px;
}

.overlay {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(156, 201, 82, 0);
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 30px;
}

ul.listimgs li:hover .overlay {
	background-color: rgba(156, 201, 82, 1);
	opacity: 1;
}

ul.listimgs li .overlay a.dashhover, .singlejob .overlay a.dashhover {
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 35px;
	text-transform: uppercase;
}

ul.listimgs li .overlay a.dashhover:before, .singlejob .overlay a.dashhover:before {
	background: #fff;
}

.green-title {
	color: #99ca4d;
	font-weight: 600;
}

.modal-dialog {
	width: 1070px;
}

.modal-content {
	border-radius: 0px;
	padding: 27px;
}

h2.modal-title {
	color: #99ca4d;
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
}

.modal-content h4 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
}

.close:focus, .close:hover {
	opacity: 1;
}

.jobsearchpage .left-section h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.jobsearchpage .left-section .caption {
	width: 90%;
}

.jobsearchpage .left-section .caption h4 {
	color: #fff;
	text-transform: none;
}

.jobsearchpage .left-section .caption .jobsby {
	margin-bottom: 60px;
}

.jobsearchpage {
	position: relative;
}

.srollbtndown {
	text-transform: uppercase;
	color: #000;
	position: absolute;
	bottom: 20px;
	font-size: 18px;
	left: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

.srollbtndown img {
	z-index: 4;
}

.scroldownsec {
	position: relative;
}

.singlejob, .singlejob img {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.jobspage .singlejob .caption {
	width: 75%;
}

.jobspage .singlejob .caption h4 {
	color: #fff;
}

.jobspage .singlejob .caption h2 {
	font-size: 20px;
}

.singlejob:hover .overlay {
	background-color: rgba(156, 201, 82, 1);
	opacity: 1;
}

.singlejob .overlay a.dashhover {
	bottom: 30px;
}

/* video effect */
.about-sumo {
	width: 99%;
	overflow: hidden;
	position: relative;
	right: auto;
	top: -50px;
	transition: 0.5s all;
	left: -54px;
}

.about-sumo img {
	width: 100%;
	z-index: 99;
	height: 558px !important;
}

.about-sumo #sumo-video {
	margin-left: -50px;
	margin-top: -134px;
	width: 990px;
	height: 724px;
	top: 49px;
	position: relative;
}

.content {
	overflow: auto;
	position: relative;
	background: transparent;
	width: 100%;
	max-width: 100%;
	height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content .btn-info {
	color: #9cc952;
	width: 200px;
	font-weight: 700;
}

.content .btn-info:hover, .content .btn-info:focus {
	color: #000;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #9cc952;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
}

.screen2 h4 {
	padding-left: 15px;
}

.getintouch img {
	width: 100%;
	margin-bottom: 20px;
}

/*.sumo-bg img {
-webkit-animation: spin 4s linear infinite;
-moz-animation: spin 4s linear infinite;
animation: spin 4s linear infinite;
}*/
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(60deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}

}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(60deg);
	}

	100% {
		transform: rotate(0deg);
	}

}

footer .copyright {
	text-align: left;
}

footer .poweredby {
	text-align: right;
}

.modal-body p {
	line-height: 28px;
}

section.scrolldown {
	padding: 50px 0;
}

.teamintro p {
	padding-bottom: 0px;
}

.ourexpertiseintro p:last-child {
	padding-bottom: 0px;
}

.blogpage .blogbanner .btn-info {
	margin: 5px 0 0;
}

.seoexpert {
	border: 1px solid #fff;
	height: 242px;
	display: table;
	margin: 0px auto 20px auto;
	padding: 20px;
	width: 213px;
	position: relative;
}

.seoexpert img {
	text-align: center;
	margin: 0px auto 20px auto;
	width: 100px;
	height: 100px;
}

.brickimage {
	padding: 100px;
}

.seoexpert span {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-top: 20px;
	display: block;
}

/* RADIO */
.button-holder {
	color: #fff;
	text-transform: uppercase;
}

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;	/*position: absolute;
	 top: 3px; */
	background: #92c149;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
	text-shadow: 0px;	/* left: 3px; */
	font-size: 32px;
}

/*
.regular-radio:checked + label {
background-color: transparent;
color: #92c149;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}*/
.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.button-holder label {
	font-weight: normal;
	margin: 0 10px 0 10px;
}

.button-holder label.junior {
	position: relative;
	top: -5px;
	left: 0px;
	margin: 0px;
}

.radiobtn {
	float: left;
}

.personality-answers {
	margin: 0px 40px;
	display: inline-block;
}

.personality-answers ul li {
	display: inline-block;
	background-color: #bdbdbd;
	color: #6b6b6b;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0 10px;
	cursor: pointer;
	z-index: 2;
}

.personality-answers ul li span {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.personality-answers ul li:after {
	width: 25px;
	background-color: #bdbdbd;
	content: "";
	height: 4px;
	position: absolute;
	left: 31px;
	top: 12px;
	z-index: 1;
}

.personality-answers ul li:before {
	width: 25px;
	background-color: #bdbdbd;
	content: "";
	height: 4px;
	position: absolute;
	right: 30px;
	top: 12px;
	z-index: 1;
}

.personality-answers ul li.selected {
	background-color: #4a671d;
	z-index: 3;
}

.personality-answers ul li.selected span {
	color: #fff;
}

.agree, .disagree {
	text-transform: uppercase;
	color: #4a671d;
	font-weight: 600;
	display: inline-block;
}

.options {
	margin: 0px auto;
}

.screen4 footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.fadewrap img {
	margin: 0px auto;
}

.jobsearchpage .button-holder {
	margin: 20px 0 50px 0;
}

.jobopen .fa-angle-left {
	display: block;
}

.jobopen .fa-angle-right {
	display: none;
}

.jobclose .fa-angle-left {
	display: none;
}

.jobclose .fa-angle-right {
	display: block;
}

.form-control::-webkit-input-placeholder {

	/* WebKit, Blink, Edge */
	color: #666;
	opacity: 1;
}

.form-control::-moz-placeholder {

	/* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}

.tweetwrap img {
	margin: 0px auto;
}

/*anju start*/

/*27-4-17*/
.caption p {
	color: #fff;
}

.jobscarousel .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: 45%;
	background: none;
}

.owl-theme .owl-controls .owl-nav [class*=owl-], .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: none;
	font-size: 40px;
}

.jobscarousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 45%;
	background: none;
}

.owl-theme .owl-dots .owl-dot {
	zoom: 1.3;
}

.sumo-bg .caption {
	width: 100%;
	bottom: 5%;
}

.sumo-bg .caption h2 {
	padding-right: 15%;
}

.social-icon1, .social-icon2 {
	display: block;
}

.social-icon2 {
	margin-top: 20px;
}

/*tab*/
.contact-tab {
	padding-top: 20px;
}

.contact-tab-content {
	padding-top: 30px;
}

/*.contact-tab ul.nav-pills {
border-bottom: 1px solid #92c149;
}*/
.contact-tab ul.nav-pills li {
	float: none;
	display: inline-block;
	text-transform: uppercase;
}

.contact-tab .nav-pills>li>a {
	color: #000;
	border: 1px solid #799d3e;
	border-radius: 0;
}

.contact-tab .nav>li>a:focus, .contact-tab .nav>li>a:hover {
	background: transparent;
}

.contact-tab .nav-pills>li.active>a, .contact-tab .nav-pills>li.active>a:focus, .contact-tab .nav-pills>li.active>a:hover {
	background: #799d3e;
	color: #000;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 600;
}

.inputfile {

	/*width: 0.1px;
	height: 0.1px;*/
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	cursor: pointer;
}

.inputfile + label {
	cursor: pointer;
	border: 1px solid #000;
	padding: 0;
	margin-bottom: 0;
	height: 45px;
	width: 100%;
}

.inputfile + label span {

	/* width: 375px; */
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	/* vertical-align: top; */
	font-weight: 400;
	padding: 8px 6px;
	height: 51px;
}

.inputfile + label strong {
	height: 100%;
	background: #799d3e;
	color: #000;
	display: inline-block;
	width: 85px;
	text-align: center;
	padding: 10px;
	font-weight: 400;
	float: right;
}

.box-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(156, 201, 82, 1);
	display: none;
}

.box-hover p {
	position: absolute;
	top: 20%;
	left: 10%;
	bottom: 10%;
	right: 10%;
	margin: auto;
}

.right-section .caption p {
	line-height: 20px;
	font-size: 12px;
}

.left-section .caption p {
	line-height: 26px;
	padding-bottom: 10px;
}

.left-section .sumo-bg img {
	padding-top: 20%;
}

.meetteam {
	padding: 0 35px;
}

.meetteam .owl-prev {
	position: absolute;
	top: 20%;
	left: -20px;
}

.meetteam .owl-next {
	position: absolute;
	top: 20%;
	right: -20px;
}

/*anju end*/

/*css added on 2-5-17*/
.jobspage .captionwrap {
	padding: 20px;
	border: 1px solid #fff;
	margin: 40px 20px 10px 10px;
	position: relative;
	min-height: 320px;
}

.jobspage .right-section ul li .captionwrap img {
	height: auto !important;
}

.jobspage .captionimg {
	float: left;
}

.jobspage .sumo-bg .caption {
	position: absolute;
	bottom: 40px;	/* left: 40px; */
	padding-right: 20px;
	left: 30px;
}

.jobspage .sumo-bg .caption h2 {
	font-size: 25px;
	line-height: 35px;
}

.jobspage .caption {
	width: 100%;
	padding-left: 0px;
	position: relative;
	bottom: 0px;
}

.jobspage .caption h2 {
	text-align: left;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 28px;
}

.captionwrap .col-sm-6 {
	padding: 0px;
}

.aboutus-intro a.abtlink {
	text-transform: none;
	color: #92c149;
}

/*sumo news and resource */
.newspage .screen1 {
	background: url(../images/sumo-news-resource/banner.jpg) no-repeat top center;
	padding: 0;
	background-size: cover;
}

.newspage .left-section {
	width: 50%;
	height: 100%;
	display: table;
}

.newspage .right-section {
	width: 50%;
	height: 100%;
	position: relative;
}

.newspage .right-section img {
	position: absolute;
	bottom: 0;
	left: 10%;
}

.newscaption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.newscaption h3 {
	font-size: 50px;
	margin-bottom: 0px;
}

.newscaption h2 {
	font-size: 90px;
	color: #000;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 10px;
}

.newscaption .btn-info {
	border: 2px solid #000;
	color: #000;
	margin-top: 20px;
}

.newscaption a.btn-info:hover, .newscaption a.btn-info:focus {
	border-color: #000;
}

.newspage .screen2 {
	background: url(../images/home/brick_wall.jpg);
	background-size: cover;
	padding: 0;
}

.screen2 .newscaption img {
	margin: 0px auto 30px auto;
}

.screen2 .newscaption h3 {
	color: #fff;
	font-size: 25px;
}

.screen2 .newscaption .btn-info {
	background-color: #92c149;
	border: 2px solid #fff;
}

.newscaption a.btn-info:hover, .newscaption a.btn-info:focus {

	/* border-color: #fff;
	box-shadow: none; */
}

.newspage .screen2 .right-section img {
	left: 0px;
}

.latest-posts {
	margin: 80px 0;
}

.latest-posts .date, .graduatepage .date {
	float: left;
}

.social-wrap {
	float: right;
}

.social-wrap a {
	font-size: 15px;
	float: left;
	padding-left: 12px;
	color: #92c149;
}

.business-banner {
	background: url('../images/sumo-news-resource/businessmanager_banner.jpg') no-repeat 0% 0%;
	background-size: cover;
	width: 100%;
}

.apprentices-banner {
	background: url('../images/sumo-news-resource/apprentices_banner.jpg') no-repeat 0% 0%;
	background-size: cover;
	width: 100%;
}

.do-companies-banner {
	background: url('../images/sumo-news-resource/do-companies-need-big.jpg') no-repeat 0% 0%;
	background-size: cover;
	width: 100%;
}

.why-candidates-banner {
	background: url('../images/sumo-news-resource/why-candidates-big.jpg') no-repeat 0% 0%;
	background-size: cover;
	width: 100%;
}

.graduatepage .new-wrap {
	padding-top: 20px;
}

.graduatepage .relatedarticle {
	border-top: 0px;
}

.selectoption {
	text-align: right;
	padding-right: 15px;
}

.selectoption i {
	color: #9e9e9e;
	font-size: 20px;
	padding: 0 7px;
	cursor: pointer;
}

.selectoption i:after {
	content: "|";
	position: absolute;
	padding: 0 7px;
	line-height: 14px;
}

.selectoption i:last-child:after {
	content: "";
}

.selectoption i.current {
	color: #efca58;
}

.graduatepage .new-wrap img {
	width: 80%;
	margin: 0px auto;
	display: block;
}

.graduatepage .grid2 .date {
	float: none;
	margin-bottom: 10px;
}

.graduatepage .grid2 h5 {
	text-transform: uppercase;
}

.graduatepage a {
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}

.graduatepage .grid2 p {
	padding-bottom: 10px;
}

.new-wrap-list {
	margin-bottom: 30px;
}

.graduatepage a.btn-info {
	padding: 9px 60px;
	margin-top: 30px;
}

.team-members h4 {
	margin-bottom: 5px;
	font-weight: 700;
}

.teamimg {
	position: relative;
	display: inline-block;
	margin: 0 15px 15px 0;	/*padding: 0 10px;*/
}

.overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	opacity: 0;
}

.teamimg:hover .overlay1 {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.overlay1 a {
	padding: 10px;
	border: 2px solid #fff;
	margin: 0px auto;
	bottom: 30px;
	position: absolute;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	width: 150px;
}

.team-members ul li {
	display: inline;
	float: left;
	width: 20%;
}

/*** popup *****/
a.modalpopup {
	display: inline-block;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.popup {
	display: none;
	padding: 30px 30px 60px 30px;
	border: 1px solid #94c11e;
	z-index: 110;
	background-color: #94c11e;
	width: 800px;
	margin: 0px auto 0 auto;
	position: fixed;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.overlay2 {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}

.popclose {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.modalopen {
	overflow: hidden;
}

.popup h4 {
	font-weight: 700;
	font-size: 18px;
}

.popup h4 span {
	font-size: 14px;
	text-transform: none;
}

.teamimg img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}

.teamimg:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-moz-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
}

span.plusjobs {
	font-size: 65px;
	font-weight: 700;
	position: absolute;
	top: 33%;
	right: 30%;
}

/*css end*/
.listimgs .overlay h2 {
	font-size: 25px;
	margin-bottom: 0;
	text-align: left;
	color: #000;
}

.newspage .newscaption p {
	width: 80%;
	text-align: center;
	margin: 20px auto;
}

.screen4 .filter-tab ul {
	margin: 0 auto 40px;
	text-align: center;
}

.screen4 .filter-tab ul li {
	display: inline-block;
	background-color: #92c149;
	color: #fff;
	margin-right: 20px;
	border: 1px solid #fff;
}

.screen4 .filter-tab ul li.highlight {
	background-color: #fff;
	border: 1px solid #92c149;
}

.screen4 .filter-tab ul li.highlight a {
	color: #92c149;
}

.screen4 .filter-tab ul li a {
	color: #fff;
	padding: 13px 25px;
	display: inline-block;
}

.sign-newletter {
	margin-top: 30px;
}

.team-members ul li span {
	font-size: 15px;
}

.newsletter-form input {
	border-color: #799d3e;
	height: 50px;
}

.newsletter-form .btn-center a {
	color: #000;
}

.keepall h5 {
	min-height: 48px;
}

.keepall .new-wrap {
	margin-bottom: 23px;
}

.jobsearchpage .singlejob .caption {
	padding-left: 40px;
	position: absolute;
	bottom: 40px;
}

.contentheight .content {
	height: 600px;
}

.abt-our-expertise {
	padding: 0px 0 0 0;
}

.caption a.mailto {
	text-transform: none;
	color: #fff;
}

.overlay a.mailto {
	color: #000;
	padding-top: 20px;
	display: inline-block;
}

.socialsection .testimonial p {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 28px;
}

.socialsection .owl-theme .owl-dots .owl-dot span {
	border: 2px solid #92c149;
}

.linkedin-banner {
	background: url(../images/sumo-news-resource/linkedin-only-big.jpg) no-repeat 0% 0%;
	background-size: cover;
	width: 100%;
}

.all-time-banner {
	background: url(../images/sumo-news-resource/all-time-big.jpg) no-repeat 0% 0%;
	background-size: cover;
	width: 100%;
}

.screen3 h2 {
	text-align: center;
}

.screen3 .owl-theme .owl-controls {
	margin-top: 60px;
}

.boldgreen {
	color: #92c149;
}

.listimgs .captionwrap a.btn-info {
	border: 2px solid #fff;
	margin-top: 30px;
}

.listimgs .captionwrap a.btn-info:hover, .listimgs .captionwrap a.btn-info:focus {
	background-color: #fff;
	box-shadow: inset 0 0 0 30px #fff;
}

.socialcontent-banner {
	background: url('../images/job/Social_Content.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.seoorganic-banner {
	background: url('../images/job/Seo.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.paidmedia-banner {
	background: url('../images/job/Paid_Media.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.seniorexec-banner {
	background: url('../images/job/Top_Images.jpg') no-repeat;
	background-size: cover;
	width: 100%;
}

.contactpage .banner h2 {
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.all-time-worst img {
	width: 80%;
	margin: 0px auto;
}

.jobsnewpage a, .jobsnewpage a:hover, .jobsnewpage a:focus {
	text-decoration: none;
	color: #92c149;
	font-weight: 700;
	font-size: 18px;
}

.tweetwrap {
	margin-bottom: 30px;
}

section.jobs-sec {
	padding: 0 0 60px 0;
}

.jobsnewpage {

	/* padding-top: 60px; */
}

.imagesover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.caption h2 a {
	text-transform: none;
}

.jobtab.addmargin {
	margin-left: 210px;
}

.brick-banner {
	background: url(../images/home/brick_wall.jpg);
	background-size: cover;
}

.jobsnewpage .breadcrumb li a, .jobsnewpage .breadcrumb li a:hover, .jobsnewpage .breadcrumb li a:focus {
	color: #fff;
}

.accordian-container ul.listing li a p, .jobsnewpage a p {
	color: #fff;
	padding-left: 25px;
	padding-bottom: 15px;
	font-weight: 300;
}

.homesumologo p {
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.news-banner h2 {
	text-align: left;
	color: #92c149;
}

.bima-logo {
	float: right;
}

.homepage {
	background-color: #000;
}

.modal-content ul.listing li:before {
	content: url('../images/bullets.png');
	width: 8px;
	height: 9px;
	padding-right: 10px;
}

#progressbar {
	width: 100%;
	height: 16px;
	background-color: #4a671d;
	border-radius: 15px;
	position: relative;
}

.per-logo {
	position: absolute;
	top: -13px;
	left: 15px;
	z-index: 2;
}

.score {
	top: -14px;
	left: 56px;
	position: absolute;
	z-index: 2;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #000;
	color: #000;
	padding-top: 8px;
	font-weight: 600;
	margin-left: -5px;
}

.progres-status {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 16px;
	border-radius: 5px;
	background-color: #92c149;
	z-index: 1;
}

.error {
	color: red;
	padding-bottom: 5px;
	font-size: 13px;
}

h1.heading {
	text-align: left;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 35px;
	color: #FFF;
	font-weight: 700;
}

h1.heading_green {
	margin-bottom: 20px;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 40px;
	text-align: left;
	color: #92c149;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position: relative;
}

h1.heading-center {
	margin-bottom: 20px;
	font-size: 35px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

.banner h1.heading-center {
	position: relative;
	top: 50%;
}

h1.heading-big {
	font-size: 90px;
	color: #000;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 10px;
}

/*Sanket N */
.news4, .news5 {
	display: none;
}

.contact-tab-content .screen-reader-response  ul {
	display: none;
}

.contact-tab-content .screen-reader-response {
	display: none;
}

.contact-tab-content .wpcf7-response-output {
	display: none;
}

.contact-tab-content .btn-center .wpcf7-submit {
	background-color: transparent;
	border: 2px solid #799d3e;
	color: #000;
	border-radius: 0px;
	width: 250px;
	height: 40px;
	transition: all 0.3s linear 0s;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-tab-content .btn-center .wpcf7-submit:hover {
	background-color: #799d3e;
	color: #000;
	border-color: #799d3e;
	box-shadow: inset 0 0 0 30px #799d3e;
}

.contact-tab-content .wpcf7-not-valid-tip {
	color: red;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: left;
}

.contact-tab-content .custom-upload  label {
	cursor: pointer;
	border: 1px solid #000;
	padding: 0;
	margin-bottom: 0;
	height: 45px;
	width: 100%;
}

.contact-tab-content .custom-upload label span {
	font-weight: 400;
	padding: 8px 6px;
	height: 51px;
	float: left;
	display: inline-block;
}

.contact-tab-content .custom-upload label strong {
	height: 100%;
	background: #799d3e;
	color: #000;
	display: inline-block;
	width: 85px;
	text-align: center;
	padding: 10px;
	font-weight: 400;
	float: right;
}

.contact-tab-content .custom-upload label br {
	display: none;
}

.contact-tab-content .custom-upload label:last-child {
	margin-top: -3px;
}

.wpcf7-form {
	text-align: center;
}

.wpcf7-form input {
	border-color: #799d3e;
	height: 50px;
	font-weight: 400;
}

.wpcf7-form  .wpcf7-submit {
	background-color: transparent;
	border: 2px solid #799d3e;
	color: #000;
	border-radius: 0px;
	padding: 7px 21px;
	transition: all 0.3s linear 0s;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 20px;
	width: 138px;
	height: 44px;
}

.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form-control.wpcf7-submit:focus {
	background-color: #799d3e;
	color: #000;
	border-color: #799d3e;
	box-shadow: inset 0 0 0 30px #799d3e;
}

.newsletter-form .form-group .wpcf7-form p label {
	width: 100%;
}

.screen-reader-response, .wpcf7-response-output {
	display: none;
}

/*js added on 30-6-17*/
.home-list-img {
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.right-section ul li .home-list-img:hover {
	background-position: 50%;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.home-list-img-overlay {
	width: 100%;
	height: 100%;
	background: rgba(146, 193, 73, 0.5);
	opacity: 0;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.right-section ul li:hover .home-list-img-overlay {
	opacity: 1;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.home-list-img-overlay a.btn-info {
	top: 45%;
	position: relative;
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.home-list-img-overlay a.btn-info:hover, .home-list-img-overlay a.btn-info:focus {
	background-color: #fff;
	color: #000;
	border-color: #fff;
	box-shadow: inset 0 0 0 30px #fff;
}

.left-section .sumo-bg img {
	position: absolute;
	top: -45%;
	left: 0;
	right: 0;
}

/*js added on 30-6-17*/
.sumo-bg img {
	transition: all 0.8s linear;
}

.sumo-bg img:hover {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.8s linear;
}

.questions-section ul {
	margin-bottom: 30px;
}

.questions-section .btn-info {
	width: 200px;
	color: #000;
}

.questions-section .radiobtn {
	display: block;
	float: none;
}

.button-holder label.questionclass {
	color: #000;
	vertical-align: text-bottom;
	display: inline;
}

.questions-section .regular-radio + label {
	border: 1px solid #333;
}

.home-list-img-overlay a {
	color: #fff;
	top: 45%;
	position: relative;
	border-bottom: 1px solid #fff;
}

section.sectionbima {
	padding: 60px 0 0 0;
}

.sectionbima footer {
	margin-top: 60px;
}

section.socialsection {
	padding: 60px 0 0 0;
}

.socialsection footer {
	margin-top: 60px;
}

.getintouch footer {
	margin-top: 60px;
}

.getintouch footer img {
	width: auto;
	margin-bottom: 0;
}

.contact-tab-content p {
	padding: 0px;
}

section.referalscheme {
	padding: 60px 0 0 0;
}

.blogdata footer {
	margin-top: 40px;
}

/* personality test */
.sectionbtn {
	background-color: #94c11e;
	font-size: 30px;
	font-weight: 600;
	padding: 17px;
	color: #000;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 40px;
}

.questions-section p {
	text-align: center;
}

.numbers {
	background-color: #4a671d;
	color: #fff;
	text-align: center;
	padding: 17px 9px;
	font-size: 27px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 12px;
}

.query {
	margin-bottom: 20px;
}

.questionbank .button-holder label.questionclass {
	text-transform: none;
}

.questions-section .questionbank .regular-radio + label {
	float: right;
	margin-top: 15px;
}

.questionbank ul li {
	background-color: #e9e9e9;
	padding: 0 12px 0 0;
	margin-bottom: 15px;
}

.questionbank ul li .alphalebel {
	float: left;
	background-color: #d6d6d6;
	width: 5%;
	height: 54px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	display: inline-block;
}

.questionbank ul li .alphatext {
	padding-left: 15px;
	position: relative;
	display: inline-block;
	text-align: left;
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.questionbank .button-holder label {
	margin: 0;
}

.questionbank .regular-radio:checked + label.q1:after {
	background: #898989;
}

.questionbank {
	margin: 40px 0 60px 0;
}

#nextbtn {
	text-align: center;
}

#nextbtn span {
	text-transform: uppercase;
	font-weight: 700;
}

#nextbtn button.close {
	margin-top: -38px;
	margin-bottom: 0;
	margin-right: -28px;
}

.contact-tab .form-group {
	margin-bottom: 20px;
}

.wpcf7-validation-errors {
	display: none !important;
}

#motivational button.close, #useable button.close, #stable button.close, #obstinate button.close {
	margin-top: -38px;
	margin-bottom: 0;
	margin-right: -28px;
	z-index: 9;
}

.modal-header p span {
	font-weight: 700;
}

/* .questionbank label.radiobtnbg {
background-color: #898989;
} */
.questionbank ul li.btnselect {
	background-color: #d3d3d3;
}

.questionbank ul li.btnselect label.radiobtnbg {
	background-color: #898989;
}

.questionbank ul li.btnselect .alphalebel {
	background-color: #b7b7b7;
}
