body {

	font-family: 'Montserrat', sans-serif !important;

	margin: 0px;

	padding: 0px !important;

	font-size: 16px;

	line-height: 30px;

	overflow-x: hidden;

	font-weight: 400;

	color: #393d3d;

}

/*----------------------

	1.1. Typography

------------------------------*/

h1, h2, h3, h4, h5, h6 {

	color: #393d3d;

	font-weight: 800;

	margin: 0 auto 15px;

}

h1 {

	font-size: 30px !important;

}

h2 {

	font-size: 26px !important;

	line-height: 1.5;

}

h3 {

	font-size: 30px !important;

}

h4 {

	font-size: 24px !important;

}

h5 {

	font-size: 22px !important;

}

h6 {

	font-size: 18px !important;

}

p {

	margin-bottom: 30px;

}

a, a strong {

	transition-duration: 0.5s;

	-moz-transition-duration: 0.5s;

	-o-transition-duration: 0.5s;

	-webkit-transition-duration: 0.5s;

	-ms-transition-duration: 0.5s;

	text-decoration: none;

	color: #5245df;

}

a:hover, a:focus, a strong:hover {

	text-decoration: underline;

	outline: none;

	color: #2a1cb9;

}

ul, ol {

	margin: 0 0 20px;

}

ul li, ol li {

	margin: 0 0 18px;

}

ul li strong, strong {

	color: #111;

	font-weight: 500;

}

img {

	max-width: 100%;

	width: auto;

	height: auto;

}



.container {

    max-width: 1200px;

}



/*-----------------

	1.2. Button

-------------------------*/

.btn {

	background: #5245df;

	border: medium none;

	border-radius: 30px;

	color: #fff;

	font-size: 15px;

	font-weight: 600;

	text-transform: uppercase;

	height: auto;

	margin: auto;

	letter-spacing: 0;

	padding: 11px 40px;

	transition: all 0.3s linear 0s;

	-moz-transition: all 0.3s linear 0s;

	-o-transition: all 0.3s linear 0s;

	-webkit-transition: all 0.3s linear 0s;

	-ms-transition: all 0.3s linear 0s;

}

.btn.btn-lg {

	line-height: 30px;

	padding: 16px 45px;

}

.btn.btn-sm {

	font-size: 12px;

	padding: 1px 20px;

	line-height: 26px;

}

.btn.btn-xs {

	font-size: 11px;

	padding: 1px 18px;

	line-height: 22px;

}

.btn:hover, .btn:focus, .btn.outline-btn:hover {

	color: #ffffff;

	outline: none;

	background: #2a1cb9;

	box-shadow: none;

	border-color: #2a1cb9;

}

.btn-link {

	font-weight: 500;

	color: #f9a501;

}

.btn.outline-btn {

	background: none;

	color: #5245df;

	border: #5245df solid 1px;

	letter-spacing: 1px;

	font-weight: 700;

}

.btn.outline-btn:hover {

	background: #5245df !important;

	color: #fff;

}

.header-btn {

	float: right;

	padding: 5px 0;

}

.new-home #header {

    position: relative;

    background: none;

    padding: 10px 0;

    border-bottom: 0;

    height: auto;

    display: table;

    width: 100%;

    box-shadow: rgb(0 0 0 / 6%) 0 0 14px;

}

.new-home .header-btn .btn {

	background: #5245df;

	padding: 3px 28px;

}

.bg-color {

	background: linear-gradient( to top, #f2f6fc, #ffffff );

	position: relative;

	z-index: 1;

	padding-bottom: 0;

}

.bg-color-re {

	background: linear-gradient( to bottom, #f2f6fc, #ffffff );

	position: relative;

	z-index: 1;

}

.bg-color::after {

	background: url("../images/section-shape.png") no-repeat;

	content: "";

	z-index: -1;

	display: flex;

	width: 100%;

	/* background-position-y: top; */

	background-size: cover;

	height: 11vw;

	margin-top: -50px;

	position: relative;

}

.banner-text {

	padding: 84px 0 0;

	position: relative;

}

.banner-img img {

	border-radius: 21px;

	box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;

}

.banner h1 {

	margin: 0 auto 25px;

}

.banner p {

	line-height: 32px;

}

.banner-text::after {

	position: absolute;

	top: 14px;

	left: -44px;

	content: "";

	height: 60px;

	width: 60px;

	background: url("../images/dots-pattern.png") no-repeat center;

}

.banner-text::before {

	position: absolute;

	bottom: 54px;

	right: 100px;

	content: "";

	height: 25px;

	width: 25px;

	border: #fe7e65 solid 3px;

	border-radius: 30px;

	opacity: 0.2;

}

.banner-img {

	float: right;

}

.top-companies {

	padding: 50px 0;

	border-bottom: #dcdcdf solid 1px;

}

.new-home .logo-wrap-wp {

	box-shadow: none;

	padding: 0px 10px;

	width: auto;

	max-width: 11.4%;

	height: auto;

}

.new-home .logo_wrap {

	padding-top: 30px;

}

.new-home .section-header {

	max-width: 535px;

}

.services-info-box {

	text-align: center;

	padding: 0 15px;

}

.service-icon-box {

	margin: 0 auto 30px;

	background: #fff;

	padding: 10px;

	width: 116px;

	height: 116px;

	border-radius: 60%;

	line-height: 94px;

}

.services-info-box h6 {

	font-size: 16px !important;

}

.services-info-box p {

	font-size: 15px;

	line-height: 26px;

}

.section-border {

	border-bottom: #dcdcdf solid 1px;

}

.candidates-say {

	margin: 0 auto 30px;

	display: table;

	width: 100%;

	max-width: 840px;

}

.candidates-image {

	float: left;

	width: 190px;

	margin: 0 auto 15px;

	position: relative;

}

.candidates-image img{

	border-radius: 18px;

	box-shadow: rgba(0, 0, 0, 0.13) 0 0 10px;

}

.condidates-info {

	float: right;

	width: calc(100% - 230px);

}

.condidates-info h6 {

	color: #5245df !important;

	margin: 0 auto;

}

.condidates-post {

	opacity: 0.5;

	font-size: 15px;

}

.play-icon {

	position: absolute;

	bottom: 22px;

	background: #f30033;

	width: 42px;

	height: 42px;

	z-index: 2;

	left: -20px;

	text-align: center;

	line-height: 42px;

	color: #fff;

	font-size: 20px;

	border-radius: 50px;

	transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-ms-transition-duration: 0.3s;

	    transform: scale(1);

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

}

.right-side-flot .candidates-image {

	float: right;

}

.right-side-flot .condidates-info {

	float: left;

	text-align: right;

}

.right-side-flot .play-icon {

	left: inherit;

	right: -20px;

}

.candidates-say:hover .play-icon {

	 transform: scale(1.3);

	-webkit-transform: scale(1.3);

	-ms-transform: scale(1.3);

}

.reserve-tabel table tbody tr td {

	border: #e0e0e0 solid 1px ;;

}

.new-home #apply_job .section-header {

	max-width: 630px;

}

.footer_top {

	background: #180c60;

	padding: 55px 0;

	position: relative;

	z-index: 2;

}

.footer_bottom {

	background: #180c60;

	border-top: rgba(255, 255, 255, 0.4) solid 1px;

}

.footer_bottom p {

	color: #fff;

}

.follow_us ul li a {

	/*color: #180c60;*/

	width: 40px;

	height: 40px;

	line-height: 40px;

	/*background: #fff !important;*/

	opacity: 1;

	font-size: 19px;

}

.footer_top::after {

	background: url("../images/footer-bg-shape.png") no-repeat;

	content: "";

	display: flex;

	width: 100%;

	/* background-position-y: top; */

	background-size: cover;

	height: 13vw;

	margin-top: -100px;

	position: absolute;

	top: -50px;

	z-index: -1;

}

#footer {

	margin-top: 100px;

}

.login-links a:hover {

	color: #fff;

	text-decoration: none;

	background: #5245df;

	border-color: #5245df;

}



/*--------------------------

	Employers-page

--------------------------*/

.video-container {

	max-width: 750px;

	margin: 0 auto;

	border: #fff solid 3px;

	box-shadow: rgb(0, 0, 0, 0.1) 0 0 40px;

	border-radius: 15px;

	position: relative;

}

.playbtn-wrap {

	position: absolute;

	top: 35%;

	right: 100px;

	text-align: center;

}

.play-btn {

	width: 80px;

	height: 80px;

	border-radius: 50%;

	background: #ff0000;

	color: #fff;

	font-size: 40px;

	text-align: center;

	line-height: 79px;

	display: block;

	margin: 0 auto 30px;

	position: relative;

}

.play-btn:after {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	content: "";

	background: rgba(255, 255, 255, 1);

	border-radius: 50%;

	z-index: -1;

}

.playbtn-wrap p {

	letter-spacing: 2px;

	font-size: 14px;

	color: #393d3d;

	white-space: nowrap;

	font-weight: 600;

}

.video-container::after {

	position: absolute;

	bottom: 60px;

	left: -40px;

	content: "";

	width: 56px;

	height: 98px;

	background: url("../images/dots-pattern-2.png") no-repeat center;

	z-index: -1;

}

.video-container::before {

	position: absolute;

	top: 60px;

	right: -40px;

	content: "";

	width: 56px;

	height: 98px;

	background: url("../images/dots-pattern-2.png") no-repeat center;

	z-index: -1;

}

.why-image {

	text-align: center;

	padding-top: 15px;

}

.whychoose {

	position: relative;

	margin: 15px auto 0;

	padding: 17px 0 10px 152px;

}

.whychoose-icon {

	position: absolute;

	top: 0;

	left: 0;

	width: 120px;

	height: 120px;

	background: #f6f9fd;

	text-align: center;

	line-height: 120px;

	border-radius: 50%;

}

.whychoose-icon::after {

	bottom: -35px;

	left: 50%;

	height: 22px;

	width: 1px;

	content: "";

	position: absolute;

	line-height: 37px;

	border: #000 solid 1px;

	opacity: 0.06;

}

.whychoose:last-child .whychoose-icon::after {

	display: none;

}

.btn-div {

	padding-top: 30px;

}

.job-icons {

	width: 200px;

	height: 200px;

	background: #f7faff;

	text-align: center;

	line-height: 200px;

	border-radius: 50%;

	margin: 0 auto 25px;

}

.job-roles {

    text-align: center;

}

.question-wrap {

	text-align: center;

	border-radius: 20px;

	padding: 40px;

}

.question-wrap h4 {

	margin: 0 auto 30px;

}

.question-wrap {

	text-align: center;

	border-radius: 20px;

	padding: 50px 40px;

	background: linear-gradient( to bottom, #f2f6fc, #ffffff );

}

.search-header {

	background: linear-gradient( to top, #f2f6fc, #ffffff );

	padding: 50px 0 70px;

}

.search-header h1 {

	font-size: 18px !important;

	margin: 0 auto 25px;

	text-align: center;

}

.search-header .form-control {

	border-radius: 6px;

	font-size: 15px;

	height: 52px;

	line-height: 40px;

	padding: 14px 22px;

	text-align: left;

}

.search-header .fstdropdown > .fstselected {

	line-height: 26px;

	padding: 14px 22px;

	box-shadow: none;

	font-size: 15px;

	height: 54px;

	text-align: left;

	border-radius: 6px;

}

.search-header .btn {

	border-radius: 6px;

	font-size: 16px;

}

.search-result-wrap {

	background: #fff;

	padding: 30px;

	border-radius: 9px;

	margin-top: -29px;

	padding-bottom: 60px;

}

.result-box-wrap {

    padding: 20px;

    border: #e8e8e8 solid 1px;

    border-radius: 4px;

    margin: 0 auto 15px;

    transition-duration: 0.2s;

	overflow: hidden;

}

.result-box-wrap:hover {

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;

}

.job-logo-wp {

    float: left;

    width: 78px;

    margin-right: 22px;

}

.result-info {

	float: left;

	width: 72%;

}

.apply-btn-wrap {

	float: right;

	width: 16%;

	text-align: right;

}

.result-info h5 {

	font-size: 16px !important;

	color: #5245df;

	margin: 0 auto 4px;

	font-weight: 600;

}

.result-info p {

	color: #7f7f7f;

	font-size: 15px;

	margin: 0 auto 5px;

	line-height: 22px;

}

.result-info p strong {

	color: #5E5C5C;

	cursor: auto;

	font-weight: 600;

}

.posted-date {

	font-size: 11px;

	color: #9d9c9c;

}

.apply-btn-wrap .btn {

    border-radius: 6px;

    padding: 3px 25px;

	font-size: 14px;

}

.result-no {

	font-size: 13px;

	letter-spacing: 1px;

	line-height: 20px;

	margin: 0 auto 18px;

	font-weight: 500;

}

.search-filter {

	padding-top: 25px;

	display: table;

	width: 100%;

}

.filter-heading {

	font-weight: 600;

	font-size: 12px;

	letter-spacing: 0.5px;

	opacity: 0.7;

	float: left;

	margin: 4px 9px 3px 0px;

}

.filter-box {

	margin-right: 16px;

	float: left;

	width: 28%;

}

.filter-box.checkbox-box {

    width: 10%;

}

.search-header .filter-box .fstdropdown > .fstselected {

    line-height: 17px;

    padding: 8px 14px;

    box-shadow: none;

    font-size: 12px;

    height: 36px;

    border-radius: 66px;

}

.filter-box .fstsearch {

	display: none !important;

}

.filter-box  .fstdropdown > .fstlist {

	font-size: 12px !important;

}

.filter-box .fstdiv {

	max-width: 180px !important;

	float: left;

}

.filter-box .fstdropdown {

	border-radius: 34px;

}

.checkbox label {

	font-size: 15px;

	font-weight: 600;

	color: #828080;

}

/*-------------

	Sign Up

-----------------*/

.signup {

	padding: 40px 0;

}

.signup-content {

	text-align: center;

	padding: 0 15px;

}

.signup-form {

	background: linear-gradient( to bottom, #f2f6fc, #ffffff );

	border: #fff solid 3px;

	border-radius: 6px;

	box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;

	padding: 50px 30px;

}

.signup-form .form-control {

	border-radius: 6px;

	font-size: 13px;

	height: 48px;

	line-height: 25px;

	padding: 8px 18px;

}

.signup-form h6 {

	font-size: 14px !important;

}

.signup-form .btn {

	border-radius: 6px;

	padding: 9px 15px;

}

.checkboxs {

	font-size: 14px;

	font-weight: normal;

}

.checkboxs input {

	margin-right: 6px

}

.tc-checkbox {

	font-size: 11px;

	line-height: 18px;

}

.tc-checkbox a {

	font-weight: bold;

}

.bold {

    font-weight: 600;

    line-height: 28px;

}

.signup .logo {

	margin: 0 auto 35px;

}

.other-logos {

	padding:20px 25px;

	border: #f6f5f4 solid 3px;

	border-radius: 6px;

	margin: 0 auto 53px;

	position: relative;

}

.other-logos img {

	max-width: 85px;

	margin: 5px 10px;

}

.other-logos::after {

    position: absolute;

    bottom: -48px;

    left: 0;

    right: 0;

    content: "";

    border-color: #f6f5f4 transparent transparent;

    border-style: solid;

    border-width: 24px;

    width: 30px;

    margin: 0 auto;

}

.tc-checkbox input {

	top: 3px;

	position: relative;

	margin-right: 4px;

}

.signup-content h1 {

	font-size: 45px !important;

}

.label-block {

	display: block;

	font-weight: 600;

	font-size: 14px;

}

.slider-wrap {

	padding: 40px 25px;

	border: #f6f5f4 solid 3px;

	border-radius: 6px;

	position: relative;

	margin: 0 auto 22px;

}

.slider-wrap p {

	font-size: 20px;

	line-height: 36px;

	margin: 0 auto;

}

#signupslider h6 span {

	color: #1800e2;

}

#signupslider {

	margin-top: 50px;

}

#signupslider .owl-dots {

	padding-top: 20px;

}

#signupslider .owl-dot {

	height: 6px;

	margin: 0 6px;

	border-radius: 22px;

}

.slider-wrap::after {

    position: absolute;

    bottom: -37px;

    left: 40px;

    content: "";

    border-style: solid;

    border-width: 27px 1px 8px 40px;

    border-color: #eee transparent transparent;

}

label.checkboxinput {

    margin: 0 auto;

    top: 3px;

    position: relative;

    margin-left: 10px;

}

.career-wp .result-info {

    width: 66%;

}

.career-wp .apply-btn-wrap {

    width: 22%;

}

.search-filter input.form-control {

    display: inline-block;

    max-width: 200px;

    font-size: 13px;

    height: 34px;

    padding: 6px 12px;

}

.search-filter input.btn {

    display: inline-block;

    width: auto;

    padding: 1px 17px;

    font-size: 13px;

    margin-left: 10px;

}

.apply-btn-wrap .btn-sm {

    padding: 1px 18px;

    font-size: 13px;

}

.search-sub-h {

    margin-top: -16px;

}

.sortby {

    display: inline-block;

    margin-left: 82px;

}



.sortby .form-control {

    font-size: 13px;

    height: 34px;

    line-height: 30px;

    padding: 6px 12px !important;

}

.result-info ul {

	padding: 0;

	margin: 0 auto;

}

.result-info ul li:first-child {

	width: 100%;

}

.result-info ul li {

	list-style: none;

	display: inline-block;

	width: 48%;

	margin: 0 auto;

	font-size: 14px;

}

.resultno {

    width: 44px;

    height: 44px;

    background: #f5f3f3;

    font-weight: bold;

    border-radius: 50%;

    text-align: center;

    line-height: 44px;

    font-size: 18px;

}

.navbar-list {

	padding: 15px;

	background: #fff;

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 23px;

	border-radius: 5px;

	margin-top: -60px;

	position: relative;

	z-index: 12;

	text-align: center;

}

.navbar-list ul {

	padding: 0;

	margin: 0;

}

.navbar-list ul li {

	list-style: none;

	display: inline-block;

	text-align: center;

	margin: 0 auto;

}

.navbar-list ul li a {

	font-weight: 500;

	color: #000;

	line-height: 23px;

	display: block;

	padding: 16px 26px;

	border-radius: 6px;

	position: relative;

}

.navbar-list ul li a.active::after {

	position: absolute;

	bottom: -30px;

	left: 0;

	right: 0;

	margin: 0 auto;

	content: "";

	border-style: solid;

	border-width: 15px;

	border-color: #5245df transparent transparent;

	width: 30px;

	height: 30px;

	z-index: 99;

}

.navbar-list ul li a:hover, .navbar-list ul li a.active {

	background: #5245df;

	color: #fff;

	text-decoration: none;

}

.resources-box {

	text-align: center;

	padding: 30px 20px;

	background: #f7f7ff;

	border-radius: 6px;

}

.resources-icon {

	margin: 0 auto 18px;

}

.resources-box h6 {

	font-size: 15px !important;

	line-height: 23px;

}

.resources-box p {

	font-size: 14px;

	line-height: 27px;

	margin: 0 auto 15px;

}

.bottom-padding {

	padding-bottom: 80px;

}

.new-input .form-control {

    border-radius: 6px;

    padding: 10px 20px;

    font-size: 14px;

	width: 100%;

	line-height: 30px;

}

.new-input .btn {

	border-radius: 6px;

}

.new-input .select::after {

    content: "\f107";

    font-family: fontawesome;

    font-size: 22px;

    top: -3px;

}

.eud-text {

	padding: 40px 0 0;

}

.video-list-wrap {

	background: #fff;

	padding: 20px;

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;

	margin: 0 auto 30px;

}

.video-wrap {

	margin: -20px -20px 20px;

}

.video-cat-list {

	margin: 0 auto 15px;

}

.video-cat-list a {

	background: #5245df;

	color: #fff;

	border-radius: 6px;

	padding: 5px 15px;

	font-weight: 600;

	font-size: 12px;

}

.video-cat-list a:hover {

	background: #2a1cb9;

}

.video-list-wrap h2 {

	font-size: 20px !important;

	line-height: 28px;

	margin: 0 auto 13px;

}

.video-list-wrap h2 a {

	color: #1c1b1b;

}

.video-list-wrap h2 a:hover {

	color: #5245df;

	text-decoration: none;

}

.video-other-info {

	font-size: 12px;

	color: #7f7d7d;

	margin: 0 auto 8px;

}

.video-list-wrap p {

	color: #777676;

	font-size: 15px;

	line-height: 24px;

}

.video-detail-wrap {

	margin: 0 auto;

	max-width: 840px;

	position: relative;

	top: -70px;

}

.video-wrap-box {

    border: #fff solid 3px;

    box-shadow: rgb(0, 0, 0, 0.1) 0 0 40px;

    border-radius: 15px;

    position: relative;

	margin: 0 auto 50px;

}

.video-wrap-box iframe {

	width: 100%;

	height: 500px;

	margin: 0 auto;

	

}

.video-intro {

    background: linear-gradient( to top, #f2f6fc, #ffffff );

    padding: 50px 0 100px;

	text-align: center;

}

.video-intro h1 {

    font-size: 28px !important;

    line-height: 36px;

}

.video-intro p, .video-intro-category {

	color: #393d3d;

	font-size: 15px;

	line-height: 29px;

	margin: 0 auto 18px;

}

.video-intro-category a {

	display: inline-block;

	background: #fff;

	padding: 0px 15px;

	border-radius: 30px;

	margin-right: 5px;

	font-weight: 600;

	border: #dcd7d7 solid 1px;

	font-size: 12px;

	line-height: 22px;

}

.video-detail-page {

	padding-top: 0;

}

.candidate-profile-main {

	position: relative;

}

.candidate-profile-main:after {

    position: absolute;

    top: 0;

    content: "";

    background: linear-gradient( to top, #f2f6fc, #ffffff );

    height: 180px;

    width: 100%;

    z-index: -1;

}

.profile_info_wrap {

    box-shadow: rgba(0, 0, 0, 0.06) 0 0 15px;

    border-radius: 6px;

}

.profile_sidebar .profile_img_wrap {

    background: #fff;

    margin: 0 auto 15px;

    border: 1px solid #ececec;

    box-shadow: rgb(0 0 0 / 6%) 0 0 15px;

}

.profile_sidebar .profile_nav {

    background: #fff;

    border-radius: 6px;

    overflow: hidden;

	margin: 0 auto 15px;

	border: 1px solid #ececec;

    box-shadow: rgb(0 0 0 / 6%) 0 0 15px;

}

.edit_btn {

    color: #fff;

    top: 20px;

    right: 40px;

    position: absolute;

    background: #6e6d70;

    font-weight: 600;

    font-size: 12px;

    padding: 0 10px;

    border-radius: 30px;

    line-height: 24px;

}

.profile_info_wrap .verified_label {

    width: auto;

    padding: 0 11px;

    line-height: 26px;

    margin-right: 10px;

    color: #fff;

    background: #03bc19;

}

.profile_sidebar .profile_nav a.active {

    background: #5245df;

    color: #fff;

}

.profile_sidebar .profile_img_wrap h5 {

    color: #000;

}

.stories-section .section-header {

    padding-bottom: 40px;

}

/*--------------------------

	Company-Page

--------------------------*/

.inner-header {

    background: linear-gradient( to top, #f2f6fc, #ffffff );

    padding: 60px 0 50px;

	text-align: center;

}

.inner-header h1 {
    font-size: 32px!important;
    line-height: 150%;
    max-width: 80%;
}
span.sub-h1 {
    display: block;
    font-size: 22px;
    font-weight: 500;
}
.bg_color {
    background:linear-gradient( to top,#ffffff,#f2f6fc );
}
.pt-0 {
	padding-top:0;
}

.company-wrap {
    border-radius: 6px;
    box-shadow: rgba(0,0,0,.07) 0 0 25px;
    overflow: hidden;
    margin: 0 auto 25px;
    padding: 0 20px 30px;
    height: 100%;
	background:#fff;
}
.company-wrap ul {
	padding: 0;
	list-style: none;
}
.company-wrap li i {
	margin-right: 8px;
}
.company-wrap li {
	margin: 0 auto;
	font-size: 13px;
	opacity: 0.8;
}
.card__footer {
    padding: 11px 10px;
    border-top: #f1eded solid 1px;
    text-align: center;
    margin: 10px -20px -49px;
}
.card__footer a {
    color: #7c7d7d;
    font-weight: 700;
    font-size: 13px;
}
.card__footer i {
	margin-right: 4px;
}
.card__footer a:hover {
	color: #5245df;
}

.company-location {

	position: absolute;

	top: 8px;

	right: 5px;

	background: #fff;

	padding: 5px 15px;

	font-size: 11px;

	line-height: 15px;

	border-radius: 30px;

	font-weight: 500;

}

.company-image {

	position: relative;

	margin: 0 -20px 20px;

}

.company-wrap h3 a {

	color: #393d3d;

}

.company-wrap h3 a:hover {

	color: #1800e2;

	text-decoration: none;

}

.company-wrap h3 {
    font-size: 18px!important;
    line-height: 150%;
}

.company-wrap p {

	font-size: 14px;

	line-height: 24px;

	margin: 0 auto 15px;

}

.listing-heading {

	position: relative;

	text-align: center;

	margin: 0 auto 50px;

}

.listing-heading::after {

	position: absolute;

	top: 20px;

	left: 0;

	right: 0;

	content: "";

	height: 2px;

	background: #f2f6fc;

	z-index: 999;

}

.listing-heading h2 {

	display: inline-block;

	padding: 10px 20px;

	background: #f2f6fc;

	margin: 0 auto;

}

.listing-heading h2 {

	display: inline-block;

	padding: 7px 20px;

	background: #f2f6fc;

	font-weight: 500;

	font-size: 22px !important;

	border-radius: 6px;

	color: #333;

}

.company_listing {

	padding-bottom: 30px;

}

.listing-heading.top-listing-wrap {

	margin-top: -100px;

}

.listing-heading.top-listing-wrap h2 {

	background: #fff;

}

.inner-header .company-header {

    text-align: left;

    display: table;

    margin: 0 auto 40px;

    width: 100%;

}

.header-info {

    float: right;

    width: calc(100% - 204px);

}

.company-logo {

    background: #fff;

    padding: 10px;

    text-align: center;

    width: 165px;

    float: left;

    min-height: 100px;

    line-height: 80px;

    border-radius: 6px;

    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;

}

.header-info p {

    line-height: 26px;

}

.company-info-wrap ul {

	padding: 0;

	margin: 0 auto

}

.company-info-wrap ul li {

	display: inline-block;

	width: 24%;

	list-style: none;

	margin: 0 auto;

}

.company-info-wrap {

    background: #fff;

    padding: 40px;

    box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;

    border-radius: 120px;

    margin-top: -60px;

	margin-bottom: 60px;

}

.company-info-wrap p {

	margin: 0 auto;

	font-size: 12px;

	display: inline;

	opacity: 0.7;

}

.company-info-wrap h6 {

    font-size: 16px !important;

    margin: 0 auto 3px;

}

.company-inner-img {

    width: 400px;

    height: 400px;

    overflow: hidden;

    border-radius: 50%;

    position: absolute;

    top: -40px;

    right: 0;

}

.company-detail {

	background: #f7f9fd;

	padding: 50px 110px;

	border-radius: 240px;

	padding-right: 450px;

	margin: 100px auto;

	position: relative;

}

.company-detail p {

    margin: 0 auto 20px;

    line-height: 27px;

}

.company-detail p:last-child {

	margin: 0 auto;

}

.left-side-float.company-detail {

	padding-right: 110px;

	padding-left: 450px;

}

.left-side-float .company-inner-img {

	right: inherit;

	left: 0;

}

.open-roles {

    display: table;

    width: 100%;

    padding: 20px 30px 20px 200px;

    border: rgba(0, 0, 0, 0.1) solid 1px;

    border-radius: 6px;

    margin: 0 auto 15px;

    position: relative;

	transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-ms-transition-duration: 0.3s;

}

.open-roles:hover {

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;

	text-decoration: none;

}

.roles-logo {

    position: absolute;

    top: 30px;

    left: 30px;

    width: 93px;

}

.roles-logo::after {

    position: absolute;

    top: 0;

    height: 100%;

    width: 2px;

    background: #eee;

    content: "";

    right: -40px;

}

.open-roles h6 {

    margin: 0 auto 3px;

}

.open-roles p {

    font-size: 14px;

    opacity: 0.6;

    margin: 0 auto;

	color: #333;

}

.company-jobs {

	margin: 0 auto;

	max-width: 850px;

}

.more-button {

	display: inline-block;

}

.more-button span {

    color: #5245df ;

    font-weight: 600;

    text-decoration: underline;

    cursor: pointer;

	font-size: 13px;

}

.info-inner {

	position: relative;

}

.more-button:hover .more-module {

	display: block;

}

.more-module {

	position: absolute;

	top: 100%;

	left: 0;

	right: 0;

	background: #fff;

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 12px;

	padding: 12px 16px !important;

	display: none;

	z-index: 2;

}

.more-module li {

	line-height: 24px;

	font-size: 13px;

	display: block !important;

	width: 100% !important;

	color: #000;

	font-weight: 400;

	margin: 0 auto !important;

}

.signup-banner-img img {

    border-radius: 50%;

	width: 210px;

	height: 210px;

	float: right;

	overflow: hidden;

    box-shadow: rgb(0 0 0 / 15%) 0 0 20px;

}

.signup-intro {

	background: linear-gradient( to top, #f2f6fc, #ffffff );

	padding: 0;

	margin-bottom: 90px;

}

.signup-info {

	background: #fff;

	border-radius: 220px;

	padding: 10px 20px;

	display: table;

	margin: 0 auto;

	max-width: 800px;

	width: 100%;

	box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;

	bottom: -80px;

	position: relative;

}

.signup-info h1 {

    display: inline-block;

    float: left;

    width: 61%;

    margin: 59px auto 0 40px;

}

.header-btn a.btn-link {

    font-weight: 600;

    color: #5245df;

    padding: 0 19px;

    position: relative;

    margin: 0 auto;

}

.free-resources {

	position: fixed;

	bottom: 0;

	right: 0;

	z-index: 999;

	background: #fff;

	padding: 20px 35px;

	box-shadow: rgba(0, 0, 0, 0.2) 0 0 22px;

}

.free-resources ul {

	padding: 0;

	margin: 0 auto;

}

.free-resources ul li {

	list-style: none;

	margin: 0 auto;

	position: relative;

	padding-left: 20px;

	line-height: 26px;

}

.free-resources ul li a {

	font-size: 14px;

	font-weight: 500;

}

.free-resources ul li::after {

	position: absolute;

	top: 11px;

	left: 0;

	content: "";

	background: #c9c5f5;

	width: 8px;

	height: 8px;

	border-radius: 50%;

}

.close-box {

	position: absolute;

	top: -9px;

	left: -8px;

	text-align: center;

	background: #0e0e0f;

	color: #fff;

	width: 25px;

	height: 25px;

	line-height: 21px;

	border-radius: 30px;

	cursor: pointer;

	border: rgba(255, 255, 255, 0.4) solid 2px;

	font-size: 12px;

}

.info-events-detail-wrap {

    background: #fff;

    padding: 30px;

    border-radius: 10px;

    text-align: left;

    max-width: 530px;

    margin: 0 auto;

    box-shadow: rgba(0, 0, 0, 0.08) 0 0 30px;

}

.info-events-detail-wrap p {

    margin: 0 auto 15px;

    font-weight: 500;

    font-size: 17px;

    color: #7d7c7c;

}

.info-events-detail-wrap p strong {

    font-weight: 700;

    color: #333;

}

.jobs-header-wrap {

	padding: 30px 0 80px;

}

.jobs-login-wrap {

	padding: 25px;

	border-radius: 8px;

	max-width: 550px;

	position: relative;

	margin: 70px auto 0;

	background: #f4f8fc;

	text-align: center;

}

.jobs-login-wrap form {

	max-width:320px;

	margin: 0 auto;

}

.jobs-login-wrap .form-control {

	border-radius: 6px;

	height: 45px;

	line-height: 35px;

	padding: 6px 18px;

}

.jobs-login-wrap .form-group {

	margin: 0 auto 10px;

}

.jobs-login-wrap .btn {

	border-radius: 6px;

	padding: 8px 30px;

}

.company-logo-container {

	margin: -70px auto 20px;

	width: 100px;

	height: 100px;

	background: #fff;

	text-align: center;

	line-height: 100px;

	border-radius: 50%;

	box-shadow: rgba(0, 0, 0, 0.06) 0 0 15px;

}

.jobs-login-wrap p {

	font-size: 14px;

	color: #7d7b7b;

	margin: 0 auto;

}





div#navigation {

    display: block;

}

button#menu_slide {

    display: none;

}

#sub-header ul.nav {

	padding: 0;

	margin: 0 auto;

	display: flex;

	justify-content: center;

	flex-direction: unset;

}

#sub-header ul.nav li {

    display: inline-block;

    vertical-align: top;

    list-style: none;

    margin: 0 auto;

	position: relative;

}

#sub-header ul.nav li a {

	font-size: 15px;

	padding: 18px 10px;

	font-weight: 500;

	display: block;

	text-transform: inherit;

	color: #fff;

}

#sub-header nav#navigation_bar {

	padding: 0;

	z-index: 999;

}

#sub-header ul.nav li:hover a, 

#sub-header ul.nav lihover a, #sub-header ul li.active a {

	background: #fff;

	color: #5245df;

	text-decoration: none;

}

#sub-header ul.sub-menu li:hover a  {

	background: #5245df;

	color: #fff !important;

	text-decoration: none;

}

.nav-icon {

	display: inline-block;

	width: 25px;

	height: 25px;

	line-height: 22.5px;

	border-radius: 50%;

	text-align: center;

	background: #382db8;

	color: #fff;

	font-size: 12px;

	margin-right: 2px;

}

#sub-header {

  left: 0;

  right: 0;

  background: #5245df;

  padding: 0;

  position:relative;

  transition-duration:0.3s;

	 -moz-transition-duration:0.3s;

	  -o-transition-duration:0.3s;

	   -webkit-transition-duration:0.3s;

	    -ms-transition-duration:0.3s;

 z-index: 22;

}

#sub-header.sticky {

	position:fixed;

	top:0;

}



@-webkit-keyframes fadeHeaderInDown {

0% {

opacity:0;

-webkit-transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

-webkit-transform:translate3d(0, 0, 0);

}

}

@-moz-keyframes fadeHeaderInDown {

0% {

opacity:0;

-moz-transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

-moz-transform:translate3d(0, 0, 0);

}

}

@-o-keyframes fadeHeaderInDown {

0% {

opacity:0;

-o-transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

-o-transform:translate3d(0, 0, 0);

}

}

@keyframes fadeHeaderInDown {

0% {

opacity:0;

transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

transform:translate3d(0, 0, 0);

}

}

#sub-header.sticky, .fadeHeaderInDown {

	-webkit-animation-name:fadeHeaderInDown;

	-moz-animation-name:fadeHeaderInDown;

	-o-animation-name:fadeHeaderInDown;

	animation-name:fadeHeaderInDown;

	position:fixed;

	top:0;

	left:0;

	right:0;

	z-index:22;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}

#sub-header:not(.is-alternate) {

-webkit-animation-fill-mode:both;

-moz-animation-fill-mode:both;

-ms-animation-fill-mode:both;

-o-animation-fill-mode:both;

animation-fill-mode:both;

-webkit-animation-duration:1s;

-moz-animation-duration:1s;

-ms-animation-duration:1s;

-o-animation-duration:1s;

animation-duration:1s;

}

div#navigation {

	display: inline-block;

	width: auto;

	flex-basis: auto;

	margin-left: 13px;

}

.menutext {

	display: inline-block;

	padding: 8px 0;

	font-size: 25px;

	color: #fff;

	font-weight: 600;

}

.menutext span {

	color: #fef508;

}





/*----------------

	Drop-Down-Menu

-----------------------*/

.navbar-default .navbar-nav li.active a, 

.navbar-default .navbar-nav li > a:hover,

.navbar-default .navbar-nav li > a:focus, 

.navbar-default .navbar-nav li.current_page_item  > a,

.navbar-default .navbar-nav li.active a:hover,

.navbar-default .navbar-nav li.active a:focus {

  background:none;

  border: none;

  box-shadow: none;

  color: #fff;

  outline: 0;  

}

.navbar-default .navbar-nav .sub-menu li a::before {

	content: "\f192";

	font-family: "FontAwesome";

	font-size: 10px;

	position: absolute;

	left: 13px;

	top: 21px;

	transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	opacity: 0.5;

}

.navbar-default .navbar-nav li ul.sub-menu,

.navbar-default .navbar-nav li ul.children {

  background: #fff;

  border-top: 1px solid rgba(0, 0, 0, 0.05);

  padding: 0;

  margin: 0;

  text-align: left;

  z-index: 99;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  box-shadow:rgba(0, 0, 0, 0.15) 0 5px 30px;

}

@media (min-width:900px) {

.navbar-default .navbar-nav li ul.sub-menu,

.navbar-default .navbar-nav li ul.children {

  height: 0;

  overflow: hidden;

  left: 0;

  min-width: 210px;

  opacity: 0;

  position: absolute;

  top: 100%;

}

.navbar-default .navbar-nav li:hover ul.sub-menu, 

.navbar-default .navbar-nav li:hover ul.sub-menu:hover ul.children {

  height: inherit;

  opacity: 1;

}

}



@media (max-width:767px) {

.navbar-default .navbar-nav li ul.sub-menu,

.navbar-default .navbar-nav li ul.children {

  display:none;

}



}



.navbar-default .navbar-nav li:hover {

	overflow:visible;

}

.navbar-default .navbar-nav li ul.sub-menu li, .navbar-default .navbar-nav li ul.children li {

	display: ;

	margin: 0 !important;

	display: block !important;

}

.navbar-default .navbar-nav li ul.sub-menu li a, .navbar-default .navbar-nav li ul.children li a {

	background: rgba(255, 255, 255, 0.8);

	display: block;

	color: #111 !important;

	font-size: 14px !important;

	line-height: 20px;

	padding: 11px 17px 11px 30px !important;

}

.dropdown-menu {

	border:0px;

}

.navbar-default .navbar-nav li ul.sub-menu li a:hover,

.navbar-default .navbar-nav li ul.children li a:hover, 

.navbar-default .navbar-nav li.current_page_item  ul.sub-menu .current_page_item a {

  background: none;

  color: #5245df !important;

}

.navbar-default .navbar-nav li ul.sub-menu li:last-child,

.navbar-default .navbar-nav li ul.children li:last-child {

  border-bottom: none;

}

.navbar-default .navbar-nav li ul.sub-menu ul.sub-menu,

.navbar-default .navbar-nav li ul.children ul.sub-menu,

.navbar-default .navbar-nav li ul.sub-menu ul.children,

.navbar-default .navbar-nav li ul.children ul.children {

  left: inherit;

  right: -100%;

  top: -1px;

}
#header span.new-lable{ 
  left: 20px;
}
/*----------------------

	End- Drop-Down-Menu

-------------------------------*/

/*-----------------

	Resume-CSS

---------------------*/

.resume-header {

	background: linear-gradient( to top, #f2f6fc, #ffffff );

	padding: 50px 0 80px;

}

.resume-header h1 {

	font-size: 24px !important;

	text-align: center;

	margin: 0 auto 40px;

}

.resume-search {

	background: #fff;

	padding: 25px 30px;

	max-width: 820px;

	margin: 0 auto -120px;

	border-radius: 0;

	box-shadow: rgba(0, 0, 0, 0.05) 0 0 40px;

}

.resume-header .form-control {

	border-radius: 6px;

	padding: 5px 20px;

}

.resume-search form {

	position: relative;

}

.search-btn {

	position: absolute;

	top: 0;

	right: 0;

}

.search-btn button {

	border: 0;

	background: #5245df;

}

.search-btn button {

	border: 0;

	background: #5245df;

	width: 50px;

	height: 50px;

	color: #fff;

	font-size: 22px;

	border-radius: 0 6px 6px 0;

	cursor: pointer;

}

.result-listing {

	padding: 10px 30px 8px 20px ;

	border: rgba(0, 0, 0, 0.1) solid 1px;

	box-shadow: rgba(0, 0, 0, 0.06) 0 0 17px;

	margin: 0px auto 10px;

	position: relative;

}

.recommended {

	color: #f27801;

	font-weight: 600;

	font-size: 14px;

	margin: 0 auto 2px;

	display: block;

}

.result-listing p {

	font-size: 14px;

	line-height: 23px;

	margin: 0 auto 5px;

}

.search-result-container h6 {

	margin: 0 auto 20px 4px;

	font-weight: 600;

	font-size: 17px !important;

}

.box-act {

	position: absolute;

	top: 1px;

	right: 10px;

}

.box-act .copy {

	color: #180c60;

	padding: 3px 10px;

	font-size: 13px;

	font-weight: 800;

	cursor: pointer;

}

.box-act i {

	color: #180c60;

	cursor: pointer;

}

.box-act .copy:hover, .box-act i:hover {

	color: #3c1bff;

}

.divWorkExperience, .divWorkExperience2 {

	height:400px;

	width:100%;

	padding-right:15px;

	border-width: 1px;

	border-style: solid;

	border-color: rgb(255, 255, 255);

}

.divInsideWorkExperience, .divInsideWorkExperience2 {

    padding-right:5px;

}

.input-wrap {

	padding: 30px 0;

}

.input-wrap textarea {

	padding: 30px;

	border-radius: 6px;

	height: 230px;

	width: 100%;

	border: rgba(0, 0, 0, 0.2) solid 1px;

}

.listing-tags a {

	padding: 1px 20px;

	color: #333;

	border: rgba(85, 83, 83, 0.2) solid 1px;

	border-radius: 30px;

	display: inline-block;

	margin: 0 2px 10px 0;

	font-size: 13px;

	font-weight: 500;

}

.listing-tags a:hover {

	background: #5245df;

	color: #fff;

	border-color:#5245df ;

	text-decoration: none;

}

.listing-tags h6 {

	margin: 0 auto 23px;

	font-size: 16px !important;

	font-weight: 600;

}



.detail-header-wp {

	background: #fff;

	padding: 40px;

	border-radius: 8px;

	margin-bottom: -140px;

	display: table;

	box-shadow: rgba(0, 0, 0, 0.06) 0 0 30px;

	width: 100%;

}

.video-detail {

    float: left;

    width: 300px;

    height: auto;

    margin-right: 60px;

    overflow: hidden;

    border-radius: 6px;

    position: relative;

}

.schedule-heading {

    margin-left: 40px;

}

.schedule-wrap #complete_schedule_btn {

    background: no-repeat;

    color: #333;

    font-size: 17px;

    width: 100%;

    text-transform: inherit;

}

.video-detail a#play_video {

    left: 14px;

    bottom: 13px;

}

.edu-img img {

    border-radius: 40px;

}

.detail-info-wrap {

    float: left;

    width: 48%;

    padding: 10px 0;

}

.detail-info-wrap h2 {

	font-size: 24px !important;

	margin: 0 auto 12px;

}

a.social-profile-icon {

    width: 32px;

    height: 32px;

    display: inline-block;

    border: #aba7a7 solid 1px;

    text-align: center;

    margin-left: 10px;

    border-radius: 20px;

    color: #fff;

    background: #aba7a7;

}

a.social-profile-icon:hover {

    background: #5245df;

    color: #fff;

    border-color: #5245df;

}

.detail-info-wrap p {

	font-size: 13px;

	line-height: 23px;

	margin: 0 auto;

}
.start-course-date {
    margin-top: 34px;
    font-weight: 600;
    font-size: 13px;
    color: #838383;
}
.start-course-date i {
    width: 33px;
    height: 33px;
    background: #f2f0f0;
    text-align: center;
    line-height: 33px;
    border-radius: 30px;
    margin-right: 5px;
}

.eud-wrap {

	overflow: hidden;

	margin: 0 auto 15px;

	font-size: 14px;

	font-weight: 600;

}

.edu-img {

	width: 30px;

	height: 30px;

	overflow: hidden;

	display: inline-block;

	border-radius: 30px;

	vertical-align: middle;

	margin-right: 10px;

}

.share-btn {

	cursor: pointer;

	padding: 4px 16px;

	border-radius: 26px;

	border: rgba(0, 0, 0, 0.1) solid 1px;

	font-weight: 500;

	display: block;

	margin: 0 auto 12px;

	text-align: center;

}

.share-wrap .btn {

    padding: 5px 0px;

    font-size: 11px;

    width: 100%;

}

.share-wrap .btn {

    padding: 5px 0px;

    font-size: 12px;

    width: 100%;

}

.share-wrap {

    float: right;

    padding: 12px 0;

    transition-duration: 0.3s;

    -moz-transition-duration: 0.3s;

    -webkit-transition-duration: 0.3s;

    -o-transition-duration: 0.3s;

    width: 17%;

}

.share-btn:hover {

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;

}

.schedule-heading h4 {

	font-size: 20px !important;

	margin: 0 auto 5px;

}

.schedule-heading p {

	font-size: 12px;

	font-weight: 500;

}

.schedule-wrap {

	display: flex;

	width: 100%;

	background: #fff;

	padding: 20px 30px;

	box-shadow: rgba(0, 0, 0, 0.08) 0 0 14px;

	margin: 0 auto 20px;

}
.proceed-to-payment img {
    margin-top: -11px;
}
.proceed-to-payment {
    bottom: -6px;
}
.topic-cover-wrap {
    border-left: #5245df solid 4px;
}
.card.schedule-wrap {
    padding: 8px 16px;
}
.card-header button.btn {
    background: none;
    color: #333;
    display: block;
    text-align: left;
    width: 100%;
    padding: 5px 12px;
    font-weight: 700;
    text-transform: inherit;
}
.card.schedule-wrap .card-header {
    padding: 0;
}
.schedule-wrap .card-body {
    padding: 14px 13px 3px;
    font-size: 15px;
    line-height: 26px;
}
.card-header button.btn i {
    float: right;
    font-size: 20px;
}
.card-header button.btn .fa-angle-right {
    display: none;
}
.card-header button.btn.collapsed .fa-angle-right {
    display: block;
}
.card-header button.btn.collapsed .fa-angle-down {
	display: none;
}
.lessons-date {

	display: flex;

	flex-direction: column;

	width: 70px;

	height: 68px;

	text-align: center;

	margin-right: 16px;

}

.lessons-date span {

    font-weight: 500;

    font-size: 14px;

}

.lessons-detail h6 {

	margin: 0 auto 2px;

	font-size: 16px !important;

}

.lessons-detail p {

	margin: 0 auto;

	font-size: 13px;

}

.lessons-detail span {

	margin-right: 12px;

}

.all-schedule {

	padding: 60px 0 10px;

}

div#share_popup {

    text-align: center;

}

.share-icon a {

    display: inline-block;

    width: 40px;

    height: 40px;

    border: #aba7a7 solid 1px;

    text-align: center;

    line-height: 40px;

    border-radius: 40pc;

    font-size: 19px;

    color: #828080;

}

.text-copy-wrap {

    position: relative;

    margin-top: 16px;

}

.text-copy-wrap input#shareCopy {

    position: absolute;

    top: 0;

    right: 0;

    font-size: 14px;

    height: 50px;

    background: #5245df;

    color: #fff;

    border-radius: 0 30px 30px 0;

}

.text-copy-wrap  .form-control {

    font-size: 12px;

    padding: 10px 17px;

}

#share_popup .modal-header {

    position: absolute;

    top: 0;

    right: 0;

	z-index: 2;

}

#share_popup .modal-header button.close {

    width: 40px;

    height: 40px;

    cursor: pointer;

    font-size: 31px;

}

#share_popup  .share-icon {

    padding: 15px 0;

}

.share-icon a:hover {

    background: #5245df;

    color: #fff;

    border-color: #5245df;

}

.nav-tabs .nav-link {

    font-weight: 600;

    font-size: 15px;

    background: #beb9f5;

    color: #fff;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

	 background: #5245df;

    color: #fff;

}

.tr_scrollbar_invible {

	z-index: 2 !important;

}

.banner-text .btn {  

    font-size: 13px;

    padding: 8px 10px 7px;

}





/*-------------------

	Coding

---------------------*/

.coding-wrap {

	background: #fff;

	padding: 40px 40px 80px;

	margin-top: -80px;

}

.coding-wrap h1 {

	font-size: 21px !important;

	margin: 0 auto 8px;

	text-align: left;

}

.coding-content p {

	margin: 0 auto 10px;

	font-size: 15px;

	line-height: 26px;

}

.code-img {

	padding: 30px 0;

}

.coding-wrap .signup-form .btn {

	text-transform: inherit;

	font-size: 12px;

}

.signup-form h1 {

	margin: 0 auto 24px;

}

.job-fair .signup-form h1 {

	margin: 0 auto 10px;

}

.job-fair .signup-form {

	padding: 30px 30px 20px;

}

.signup.job-fair-page {

	padding: 70px 0;

}

.signup.job-fair-page .signup-form {

	padding: 30px 30px;

}

.job-fair-page .signup-form h1 {

	margin: 0 auto 10px;

}

.job-fair-page .form-group {

	margin-bottom: 16px;

}

.job-fair-wrap {

	background: #fff;

	padding: 40px 40px;

	box-shadow: rgba(0, 0, 0, 0.04) 0 0 20px;

	margin-bottom: 20px;

}

.job-fair-date {

	text-align: center;

	margin: 0 auto 30px;

}

.job-fair-date h4 {

	margin: 0 auto;

	display: inline-block;

	border: #dddcdc solid 2px;

	padding: 7px 30px;

	border-radius: 30px;

}

.job-fair-date i {

	width: 40px;

	height: 40px;

	background: #5e5c5c;

	text-align: center;

	line-height: 40px;

	font-size: 20px;

	border-radius: 50px;

	margin-right: 5px;

	color: #fff;

}

.other-details {

	text-align: center;

	max-width: 80%;

	margin: 0 auto;

	padding: 15px 0 0;

}

.other-details p {

	font-size: 17px;

	margin: 0 auto 10px;

}

.participating-logo ul {

	margin: 0 auto 30px;

	overflow: hidden;

	padding: 0;

}

.participating-logo ul li {

	list-style: none;

	float: left;

	width: 31.1%;

	padding: 16px;

	/* box-shadow: rgba(0, 0, 0, 0.04) 0 0 20px; */

	border: #eee solid 1px;

	border-radius: 7px;

	min-height: 90px;

	line-height: 53px;

	margin: 0 1% 8px;

}

.job-fair-video {

	min-height: 300px;

	background: #eee;

	margin: 0 auto 20px;

}

.participating-logo {

	padding: 20px 0;

}



.form-arrow-img {

	position: absolute;

	top: 0px;

	left: -40px;

	width: 100px;

}

.coding-content ul {

	padding-top: 30px;

}

.coding-content li {

	font-weight: 600;

	font-size: 15px;

	margin: 0 auto 20px;

	line-height: 24px;

	color: #5245df;

}

.coding-wrap .signup-form {

	padding: 90px 30px 50px;

	position: relative;

}



/*--------------------------

	Share-page

--------------------------*/

.winner-content {

	text-align: center;

	padding: 20px 0;

}

.winner-vector {

	margin: 0 auto 20px;

}

.winner-content h2 {

	font-weight: 500;

	font-size: 28px !important;

}

.wn-text {

	font-weight: 600;

	display: block;

	font-size: 55px;

	line-height: 84px;

}

.video-steps {

	text-align: center;

	padding: 30px;

	border: rgba(0, 0, 0, 0.1) solid 1px;

	height: 100%;

}

.video-steps p {

	margin: 0 auto;

}

.steps-icon-wp {

	margin: 0 auto 20px;

	width: 100px;

	height: 100px;

	text-align: center;

	line-height: 80px;

	border: rgba(0, 0, 0, 0.05) solid 1px;

	border-radius: 80%;

	padding: 10px;

}

.steps-icon-wp img {

	max-width: 100%;

}

.lg-btn .btn.btn-lg i {

	width: 80px;

	height: 80px;

	background: #fff;

	border-radius: 80%;

	color: #5245df;

	font-size: 38px;

	line-height: 75px;

	margin-right: 10px;

}

.lg-btn .btn.btn-lg {

	text-transform: inherit;

	font-size: 26px;

	padding: 10px 30px;

	border-radius: 22px;

}

.lg-btn {

	padding-top: 30px;

}

.btn.btn-upload {

	padding: 17px 40px;

	font-size: 18px;

	text-transform: inherit;

}

.mobile-menu-list {

    display: none;

}

.mobile-menu-btn {

    display: none;

}

#data_loading {

    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;

    bottom: 0;

    content: "";

    display: block;

    height: 100%;

    left: 0;

    position: fixed;

    right: 0;

    text-align: center;

    top: 0;

    width: 100%;

    z-index: 999999;

}

.loader {

    left: 0;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

}

#uploadVideoModal .modal-body,#applyJobModal .modal-body,#viewDetailJobModal .modal-body {

    padding: 15px;

}

#uploadVideoModal .modal-header,#applyJobModal .modal-header,#viewDetailJobModal .modal-header {

    border-bottom: 1px solid #e9ecef;

    padding: 15px;

}

.files input {

    outline: 2px dashed #92b0b3;

    outline-offset: -10px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;

    transition: outline-offset .15s ease-in-out, background-color .15s linear;

    padding: 120px 0px 85px 35%;

    text-align: center !important;

    margin: 0;

    width: 100% !important;

}

.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;

    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;

 }

.files{ position:relative}

.files:after {  pointer-events: none;

    position: absolute;

    top: 60px;

    left: 0;

    width: 50px;

    right: 0;

    height: 56px;

    content: "";

    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);

    display: block;

    margin: 0 auto;

    background-size: 100%;

    background-repeat: no-repeat;

}

.color input{ background-color:#f1f1f1;}

.files:before {

    position: absolute;

    bottom: 10px;

    left: 0;  pointer-events: none;

    width: 100%;

    right: 0;

    height: 57px;

    content: " or drag it here. ";

    display: block;

    margin: 0 auto;

    color: #5245df;

    font-weight: 600;

    text-transform: capitalize;

    text-align: center;

}

#fileUploadForm .progress {

	display:none;  

	position:relative;     

	margin-bottom: 15px; 

	width: 100%;

}

#fileUploadForm .bar { 

  width:0%; 

  height:20px; 

  border-radius: 3px; 

}

#fileUploadForm .percent { 

  position:absolute; 

  display:inline-block; 

  top:3px; 

  color: #fff;

}

.zindex {

	z-index: 9;

}



.schedule-container {

	display: flex;

	width: 100%;

	background: #fff;

	padding: 14px;

	border: rgba(187, 182, 182, 0.2) solid 1px;

	border-radius: 6px;

	margin: 0 auto 20px;

}

.schedule-time {

	width: 130px;

	text-align: center;

	background: #f2f6fc;

	padding: 12px 3px;

	border-radius: 6px;

	margin-right: 20px;

	font-weight: 600;

	line-height: 25px;

	font-size: 23px;

}

.schedule-time span {

	font-size: 14px;

	display: block;

	font-weight: 400;

}

.schedule-time p {

	background: #fff;

	border-radius: 5px;

	color: #333;

	font-size: 14px;

	margin: 10px auto 0;

}

.schedule-info h5 {

	font-size: 19px !important;

	font-weight: 600;

	margin: 8px auto 6px;

}

.schedule-info p {

	margin: 2px auto;

	color: #868686;

	font-weight: 500;

}

.note-db p {

    font-size: 18px;

    text-align: center;

    padding: 14px 0;

    margin: 0 auto;

}

.hiring-logos {

	text-align: center;

}

.hiring-logos img {

	max-width: 140px;

	display: inline-block;

	vertical-align: middle;

	margin: 0 10px;

}

h1.mobile-show {

    font-size: 30px !important;

}

.mobile-show {

    display: none;

}

.featured-in {

    padding: 5px 0 0;

}

.featured-in span {

    font-weight: 500;

    font-size: 14px;

    opacity: 0.6;

    margin-right: 9px;

}

.featured-in img {

	margin-right: 15px;

}

span.new-lable:after {

    position: absolute;

    bottom: -17px;

    left: 13px;

    border-color: red transparent transparent;

    border-width: 10px;

    border-style: solid;

    content: "";

}

span.new-lable {

    position: absolute;

    top: -7px;

    left: 70px;

    background: red;

    color: #fff;

    padding: 0 8px;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 600;

    line-height: 20px;

    z-index: 9999;

}

.program-st-image {

	text-align: center;

}







/*--------------------------

	Refer-Talent

--------------------------*/

.refer-header h1 {

    font-size: 28px !important;

    margin-bottom: 40px;

}

.refel-form.signup-form {

    padding: 30px;

}

.refel-icon {

	width: 140px;

	height: 140px;

	border-radius: 50%;

	text-align: center;

	line-height: 130px;

	box-shadow: rgba(0, 0, 0, 0.13) 0 0 20px;

	position: absolute;

	top: 0;

	left: 0;

}

.refel-benefit {

    padding-left: 180px;

    position: relative;

    padding-top: 22px;

    margin: 40px auto;

}

.refel-benefit h4 {

    font-size: 22px !important;

}

.refel-content {

    padding: 10px 30px;

}

.refel-form.signup-form .btn {

    font-size: 15px;

}

.how-it-work {

	padding: 50px 0;

	margin-top: -40px;

}

.staps-icon {

    width: 125px;

    height: 125px;

    border-radius: 500px;

    border: #8492ab solid 2px;

    background: #fff;

    margin: 0 0 20px;

    position: absolute;

    top: -35px;

    left: -10px;

    text-align: center;

    line-height: 115px;

}

.staps-detail {

    background: #8492ab;

    padding: 0 20px 0 134px;

    color: #fff;

    font-size: 18px;

    height: 53px;

    line-height: 53px;

    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-left: -11px;

    margin-top: 42px;

    margin-bottom: 60px;

}

.work-steps {

    padding: 0 20px;

}

.staps-detail:after {

    position: absolute;

    top: -3px;

    right: -60px;

    content: "";

    border-style: solid;

    border-width: 30px;

    border-color: transparent transparent transparent #8492ab;

}

.work-steps h4 {

	font-size: 22px !important;

}

.sub-padding {

	padding: 50px 0;

}

.faq-wrap {

	max-width: 890px;

	padding: 30px;

	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;

	margin: 0 auto 20px;

}

.faq-wrap p {

	margin:  0 auto 10px;

}





/*--------------------------

	Whatsapp CSS

--------------------------*/

#whatsappModal .modal-dialog {

	max-width: 900px;

	margin: 1.75rem auto;

}

#dreamjobModal .modal-dialog {

	max-width: 750px;

	margin: 1.75rem auto;

}

#whatsappModal .modal-content, #dreamjobModal .modal-content {

	border-radius: 10px;

}

#whatsappModal .modal-dialog .modal-body, #dreamjobModal .modal-dialog .modal-body {

	padding: 43px 33px;

}

#dreamjobModal .modal-dialog .modal-body {

	padding: 40px;

}

#continueBrowsingModal .modal-dialog {

    max-width: 600px;

    text-align: center;

}

#continueBrowsingModal .modal-dialog .modal-body {

    padding: 40px;	

}

#continueBrowsingModal .btn {

	margin: 0 auto 12px;

}

#continueBrowsingModal p {

	margin: 0 auto;

}

.wp-heading {

	text-align: center;

	padding: 0px 60px 10px 10px;

	margin-bottom: -30px;

	position: relative;

	bottom: -24px;

}

.wp-heading h4 {

	font-size: 19px !important;

	line-height: 32px;

}

.wp-heading h4 span {

	color: #16cd64;

}

.wp-info ul {

	padding: 0 20px;

	margin: 0 auto;

}

.wp-info ul li {

	list-style: none;

	position: relative;

	margin: 30px auto 40px;

	padding-left: 110px;

	padding-top: 10px;

}

.wp-icon {

	position: absolute;

	top: 0;

	left: 0;

	width: 90px;

	height: 90px;

	text-align: center;

	border: #5144dd solid 2px;

	border-radius: 90px;

	line-height: 79px;

	background: #fff;

}

.wp-info ul li h6 {

	font-weight: 600;

	margin: 0 auto 9px;

	font-size: 16px !important;

}

.wp-info ul li a {

	display: block;

	padding: 0px 10px 0px 40px;

	border: #5144dd solid 2px;

	border-radius: 50px;

	font-size: 12.5px;

	font-weight: 600;

	margin-left: -50px;

}

.wp-info ul li:hover a {

	background: #5144dd;

	color: #fff;

}

.wp-icon span {

	position: absolute;

	top: -28px;

	right: 2px;

}

.wp-divider {

	position: absolute;

	top: 10px;

	left: -17px;

}

.top-bar {

	position: relative;

	z-index: 1000;


}
.top-bar-fixed #header {
	background: #fff;
	box-shadow: none;
}

.top-bar #header {
	box-shadow: none;
}
.top-wp-header {
	background: #dfffda;

	text-align: center;

	padding: 6px 0;
}

.top-bar p {

	margin: 0 auto;

}

.close-bar {

	position: absolute;

	top: 0;

	right: 0;

}

.close-bar {

	position: absolute;

	top: 6px;

	right: 9px;

	width: 26px;

	height: 26px;

	text-align: center;

	line-height: 26px;

	border-radius: 30px;

	background: #777575;

	color: #fff;

	font-size: 12px;

	cursor: pointer;

}

.close-bar:hover {

	background: #333;

}

#dreamjobModal .modal-dialog {

	text-align: center;

}

#dreamjobModal h2 {

	font-size: 29px !important;

}

#dreamjobModal h5 {

	color: #5144dd;

	font-size: 20px !important;

}

#dreamjobModal h6 {

	font-size: 16px !important;

}

.dream-job-logos .logos {

	display: inline-block;

	max-width: 100px;

	margin: 0 10px 10px;

}

.guide-form {

	border-radius: 10px;

	padding: 10px;

	margin-top: 25px;

}

.guide-form .btn {

	min-width: 60%;

}

.guide-form input {

	display: inline-block;

	width: 47%;

	margin: 0 1%;

	border-radius: 6px;

	border: 0;

	padding: 8px 17px;

}

.close {

	position: absolute;

	top: -8px;

	right: -8px;

	width: 30px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	border-radius: 50px;

	background: #db0707 !important;

	color: #fff;

	opacity: 1;

	cursor: pointer !important;

	z-index: 99;

}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {

	color: #fff;

}

.top-bar {

  left: 0;

  right: 0;

  position:relative;

  transition-duration:0.3s;

	 -moz-transition-duration:0.3s;

	  -o-transition-duration:0.3s;

	   -webkit-transition-duration:0.3s;

	    -ms-transition-duration:0.3s;

}



.top-bar.top-bar-fixed {

	position:fixed;

	top:0;

}





@-webkit-keyframes fadeHeaderInDown {

0% {

opacity:0;

-webkit-transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

-webkit-transform:translate3d(0, 0, 0);

}

}

@-moz-keyframes fadeHeaderInDown {

0% {

opacity:0;

-moz-transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

-moz-transform:translate3d(0, 0, 0);

}

}

@-o-keyframes fadeHeaderInDown {

0% {

opacity:0;

-o-transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

-o-transform:translate3d(0, 0, 0);

}

}

@keyframes fadeHeaderInDown {

0% {

opacity:0;

transform:translate3d(0, -100%, 0);

}

100% {

opacity:1;

transform:translate3d(0, 0, 0);

}

}

.top-bar.top-bar-fixed, .fadeHeaderInDown {

	-webkit-animation-name:fadeHeaderInDown;

	-moz-animation-name:fadeHeaderInDown;

	-o-animation-name:fadeHeaderInDown;

	animation-name:fadeHeaderInDown;

	position:fixed;

	top:0;

	left:0;

	right:0;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}

.top-bar.top-bar-fixed:not(.is-alternate) {

-webkit-animation-fill-mode:both;

-moz-animation-fill-mode:both;

-ms-animation-fill-mode:both;

-o-animation-fill-mode:both;

animation-fill-mode:both;

-webkit-animation-duration:1s;

-moz-animation-duration:1s;

-ms-animation-duration:1s;

-o-animation-duration:1s;

animation-duration:1s;

}

@media (max-width:767px) {
#navigation_bar.navbar > .container, #navigation_bar.navbar > .container-fluid {
	padding: 0 0;
}
#continueBrowsingModal .modal-dialog {

	max-width: 88%;

	text-align: center;

	margin: 0 auto;

}

#continueBrowsingModal .modal-dialog .modal-body {

	padding: 20px;

}

.top-bar p {

	margin: 0 auto;

	font-size: 12px;

	line-height: 16px;

}

.top-wp-header img {

	width: 12px;

}
.top-bar #header {
	box-shadow: rgba(0, 0, 0, 0.13) 0 0 14px;
}
.close-bar {

	width: 20px;

	height: 20px;

	line-height: 20px;

	border-radius: 30px;

	font-size: 10px;

}

#whatsappModal .modal-dialog .modal-body {

	padding: 20px;

}

#whatsappModal .modal-dialog {

	max-width: 900px;

	margin: 1.75rem 20px;

}

.wp-heading h4 {

	font-size: 18px !important;

	line-height: 27px;

}

.wp-heading img, .wp-divider {

	display: none;

}

.wp-heading {

	padding: 0;

	margin-bottom: 0;

	bottom: 0;

}

.wp-info ul {

	padding: 0;

}

.wp-icon {

	width: 50px;

	height: 50px;

	border: #5144dd solid 1px;

	border-radius: 90px;

	line-height: 24px;

	padding: 10px;

}

.wp-icon span {

	top: -8px;

	right: 2px;

	width: 17px;

}

.wp-info ul li {

	margin: 20px auto 20px;

	padding-left: 62px;

	padding-top: 0px;

}

.wp-info ul li h6 {

	font-weight: 600;

	margin: 0 auto 1px;

	font-size: 14px !important;

}

.wp-info ul li a {

	padding: 0px 10px 0px 38px;

	border: #5144dd solid 1px;

	border-radius: 50px;

	font-size: 10px;

	font-weight: 600;

	margin-left: -40px;

	line-height: 20px;

}

#whatsappModal .modal-dialog, #dreamjobModal .modal-dialog {

	max-width: 90%;

}

.guide-form input {

	display: block;

	width: 100%;

	margin: 0 0 10px;

	font-size: 13px;

}

.dream-job-logos .logos {

	max-width: 80px;

}

#dreamjobModal h2 {

	font-size: 25px !important;

	margin: 0 auto 8px;

}

#dreamjobModal h5 {

	font-size: 20px !important;

}

#whatsappModal .modal-dialog .modal-body, #dreamjobModal .modal-dialog .modal-body {

	padding: 25px 15px;

}

	

	

}



@media (min-width:768px) and (max-width:990px) {



#whatsappModal .modal-dialog {

	max-width: 730px;

}	

#whatsappModal .modal-dialog .modal-body {

	padding: 33px 13px;

}

.wp-heading h4 {

	font-size: 17px !important;

	line-height: 26px;

}

.wp-icon {

	top: 5px;

	left: 0;

	width: 40px;

	height: 40px;

	border: #5144dd solid 1px;

	border-radius: 90px;

	line-height: 10px;

	padding: 5px;

}

.wp-icon span {

	position: absolute;

	top: -7px;

	right: 2px;

	width: 15px;

}

.wp-info ul li h6 {

	font-weight: 600;

	margin: 0 auto 3px;

	font-size: 13px !important;

}

.wp-info ul li a {

	display: block;

	padding: 0px 10px 0px 40px;

	border: #5144dd solid 1px;

	border-radius: 50px;

	font-size: 10px;

	font-weight: 600;

	margin-left: -40px;

	line-height: 20px;

}

.wp-info ul li {

	list-style: none;

	position: relative;

	margin: 20px auto 30px;

	padding-left: 50px;

	padding-top: 0px;

}

.top-bar p {

	margin: 0 auto;

	padding: 0 30px;

	font-size: 12px;

}

.wp-heading {

	margin-bottom: -19px;

	position: relative;

	bottom: -24px;

}

	

}



/*--------------------------

	Responsive-CSS

--------------------------*/



@media (min-width:1201px) and (max-width:1300px) {



.menutext {

	font-size: 20px;

}

#sub-header ul.nav li a {

	font-size: 15px;

	padding: 16px 8px;

}



	

}





@media (min-width:991px) and (max-width:1200px) {

.new-home .logo-wrap-wp {

	max-width: 10%;

}

.banner-text {

	padding: 4px 0 0;

}

.banner h1 {

	font-size: 28px !important;

}

.services-info-box {

	padding: 0px;

}

.footer_top::after {

	margin-top: -50px;

}

.result-info {

	width: 65%;

}

.filter-box {

	width: 27%;

}

.filter-box .fstdiv {

	max-width: 124px !important;

}

.other-logos img {

	max-width: 64px;

	margin: 2px 10px;

}

.signup-form {

	padding: 40px 20px;

}

.career-wp .result-info {

    width: 65%;

}

.navbar-list ul li a {

	line-height: 17px;

	display: block;

	padding: 8px 15px;

	border-radius: 6px;

	position: relative;

	font-size: 13px;

}

.dashboard {

    padding: 0px 10px;

    font-size: 12px;

    font-weight: 600;

}

.menutext {

	font-size: 15px;

}

#sub-header ul.nav li a {

	font-size: 12px;

	padding: 16px 5px;

}

.navbar-default .navbar-nav li ul.sub-menu li a, .navbar-default .navbar-nav li ul.children li a {

	font-size: 12px !important;

}

.detail-header-wp {

	padding: 20px;

}

.video-detail {

	width: 270px;

	height: 170px;

	margin-right: 30px;

}

.detail-info-wrap {

	width: 42%;

	padding: 0px 0;

}

.share-wrap {

	padding: 18px 0;

	width: 19%;

}

.share-wrap .btn {

	padding: 5px;

	font-size: 11px;

	width: 100%;

}

.banner-text .btn {

	font-size: 10px;

	padding: 6px 10px 7px;

}



	

}





@media (min-width:767px) and (max-width:990px) {

.refel-content {

	padding: 10px 10px;

}

.refel-icon {

	width: 80px;

	height: 80px;

	line-height: 70px;

	padding: 0 24px;

}

.job-fair-video iframe {

	width: 100% !important;

	height: auto !important;

	min-height: 270px;

}

.refel-benefit {

	padding-left: 100px;

	padding-top: 22px;

	margin: 0 auto;

}

.featured-in img {

	margin-right: 8px;

	max-width: 66px;

}

.banner-text {

	padding: 0;

}

.new-home .logo-wrap-wp {

	padding: 0px 5px;

	max-width: 11%;

}

.services-info-box {

	margin: 0 auto 40px;

}

.service-icon-box {

	margin: 0 auto 16px;

}

.footer_top::after {

	margin-top: -35px;

}

.footer_bottom {

	text-align: center;
        padding: 18px 50px !important;

}

.follow_us {

	text-align: center;

	padding-top: 10px;

}

.footer_top h5 {

	margin: 0 auto 16px;

}

.footer_widget {

	margin: 0 auto 40px;

}	

#footer {

	margin-top: 40px;

}

.banner h1 {

	font-size: 27px !important;

}

.job-icons {

	width: 180px;

	height: 180px;

	line-height: 130px;

	margin: 0 auto 25px;

	padding: 22px;

}

.filter-box .fstdiv {

	max-width: 89px !important;

}

.result-info {

	width: 64%;

}

.apply-btn-wrap {

	width: 18%;

}

.apply-btn-wrap .btn {

	padding: 0px 15px;

	font-size: 13px;

}

.signup-form h1 {

	font-size: 22px !important;

}

.signup-form {

	padding: 30px 16px;

}

.signup-form p {

	font-size: 14px;

	line-height: 21px;

}

.checkboxs {

	font-size: 9px;

	font-weight: normal;

}

.signup-form .form-control {

    font-size: 11px;

    height: 40px;

    line-height: 38px;

    padding: 6px 12px;

}

.signup-content {

	padding: 0;

}

.other-logos {

	padding: 20px 20px;

	margin: 0 auto 40px;

}

.other-logos img {

	max-width: 51px;

	margin: 3px 7px;

}

.signup-content {

	padding: 0;

}

.other-logos {

	padding: 16px 15px;

	margin: 0 auto 26px;

}

.signup-content h1 {

	font-size: 36px !important;

}

#signupslider {

	margin-top: 25px;

}

.slider-wrap {

	padding: 20px 15px;

	margin: 0 auto 40px;

}

.slider-wrap p {

	font-size: 16px;

	line-height: 28px;

}

#signupslider h6 {

	font-size: 15px !important;

}

.career-wp .result-info {

	width: 56%;

}

.career-wp .apply-btn-wrap {

	width: 26%;

}

.navbar-list {

	padding: 10px;

}

.navbar-list ul li a {

	line-height: 13px;

	padding: 6px 6px;

	font-size: 11px;

}

.resources-box {

	margin: 0 auto 15px;

}

.other-category-videos .video-list-wrap h2 {

	font-size: 16px !important;

	line-height: 22px;

}

.section-header .btn {

	padding: 11px 10px

}

.filter-box.searches {

    margin-right: 0;

    float: left;

    width: 32%;

}

.filter-box.dashboards {

    width: 100%;

}

.search-header .btn {

	font-size: 13px;

	padding: 13px 10px;

}

.filter-box {

    margin-right: 6px;

	width: 26%;

}

.filter-heading {

	font-size: 11px;

	margin: 4px 4px 3px 0px;

}

.sortby {

    display: inline-block;

    margin-left: 22px;

}

#dashboardBTN {

    margin-left: 10px;

    padding: 1px 11px;

    border-radius: 6px;

    font-size: 12px;

    font-weight: 600;

}

.company-wrap h3 {

	font-size: 16px !important;

}

.company-location {

	padding: 5px 10px;

	font-size: 10px;

}

.company-info-wrap ul li {

    display: inline-block;

    width: 48%;

    list-style: none;

    margin: 0 auto 20px;

}

.company-info-wrap {

    padding: 30px 40px;

    border-radius: 0;

    margin-top: -70px;

    margin-bottom: 40px;

}

.company-inner-img img {

	width: 100%;

}

.company-detail, .left-side-float.company-detail {

	padding: 30px;

	border-radius: 0;

	padding-right: 30px;

	margin: 40px auto;

}

.company-inner-img {

	width: auto;

	height: auto;

	overflow: hidden;

	border-radius: 0;

	position: relative;

	top: 0;

	right: 0;

	margin: 0 auto 25px;

}

.menutext {

	padding: 15px 0;

	font-size: 15px;

	width: auto;

	line-height: 20px;

}

#sub-header ul.nav li a {

	font-size: 10px;

	padding: 12px 1px;

}

.nav-icon {

	width: 18px;

	height: 18px;

	line-height: 16.5px;

	font-size: 9px;

	margin-right: 2px;

}

.navbar-default .navbar-nav li ul.sub-menu li a, .navbar-default .navbar-nav li ul.children li a {

	font-size: 11px !important;

	line-height: 20px;

	padding: 6px 17px 6px 30px !important;

}

.detail-header-wp {

	background: #fff;

	padding: 20px;

}

.video-detail {

	width: 250px;

	height: auto;

	margin-right: 22px;

}

.schedule-heading {

	margin-left: 20px;

}

.lessons-date {

	width: 60px;

	margin-right: 11px;

}

.detail-info-wrap {

	width: 36%;

	padding: 0;

}

.share-wrap {

	width: 23%;

}

.share-wrap .btn {

	padding: 2px 10px;

	font-size: 11px;

	width: 100%;

}

.schedule-wrap {

	padding: 14px 20px;

	margin: 0 auto 12px;

}

.detail-info-wrap h2 {

	font-size: 22px !important;

}

.signup-form h1 {

	font-size: 22px !important;

}

.coding-wrap .signup-form .btn {

	font-size: 12px;

}	

.code-img {

	display: none;

}

.video-steps {

	padding: 20px 15px;

}

.video-steps p {

	font-size: 14px;

	line-height: 24px;

}

.video-steps h5 {

	font-size: 19px !important;

}

.lg-btn .btn.btn-lg i {

	width: 60px;

	height: 60px;

	font-size: 28px;

	line-height: 57px;

}

.lg-btn .btn.btn-lg {

	font-size: 23px;

	padding: 8px 25px;

}

.winner-content h2 {

	font-size: 24px !important;

}

	

}





@media (max-width:767px) {

.refer-header h1 {

	font-size: 22px !important;

	margin-bottom: 40px;

}

.coding-wrap .refel-form.signup-form {

	padding: 15px;

	margin: -20px -19px 20px;

}

.refel-icon {

	width: 90px;

	height: 90px;

	line-height: 80px;

	left: 0;

}

.refel-icon {

	width: 90px;

	height: 90px;

	left: 0;

	padding: 14px 23px;

	right: 0;

	margin: 0 auto 12px;

	position: relative;

}

.work-steps {

	padding: 20px 50px;

	margin: 0 auto 10px;

	border: #eee solid 2px;

	background: #fff;

}

.refel-benefit {

	padding: 20px 14px;

	position: relative;

	margin: 10px auto;

	border: #eee solid 2px;

	border-radius: 6px;

	text-align: center;

}

.staps-icon {

	width: 105px;

	height: 105px;

	margin: 0 0 20px;

	top: -27px;

	left: -12px;

	line-height: 97px;

	padding: 0 20px;

}

.staps-detail {

	padding: 0 20px 0 104px;

	font-size: 18px;

	height: 53px;

	line-height: 53px;

	margin-left: -11px;

	margin-top: 42px;

	margin-bottom: 34px;

}

.refel-content {

	padding: 20px 0px;

}	

.program-st-image2 {

	padding: 50px 0;

}

.job-fair-video iframe {

	width: 100% !important;

	height: auto !important;

	min-height: 270px;

}

.signup.job-fair-page {

	padding: 30px 0;

}

.job-fair-wrap {

	padding: 20px;

}

.job-fair-date h4 {

	border: #dddcdc solid 2px;

	padding: 6px 10px;

	border-radius: 30px;

	font-size: 18px !important;

}

.job-fair-date i {

	width: 30px;

	height: 30px;

	line-height: 30px;

	font-size: 14px;

}

.job-fair-date {

	margin: 0 auto 20px;

}

.job-fair-video {

	min-height: 160px;

	margin: 0 auto 0px;

}

.participating-logo h5 {

	font-size: 17px !important;

}

.participating-logo ul li {

	padding: 6px;

	min-height: 58px;

	line-height: 43px;

	margin: 0 1% 8px;

}

.participating-logo ul {

	margin: 0 auto;

}

.other-details {

	text-align: center;

	max-width: 100%;

	margin: 0 auto;

	padding: 0;

}

.other-details p {

	font-size: 14px;

	margin: 0 auto 10px;

	line-height: 24px;

}

.featured-in span {

	display: block;

	margin: 0 auto 5px;

}

.featured-in {

    padding: 0;

	text-align: center;

	margin-top: -10px;

}

.featured-in img {

	margin:0 10px;

	max-width: 78px;

}

.mobile-show {

    display: block;

}	

.desktop-show {

	display: none;

}

.signup-content .bold {

	font-size: 15px;

	line-height: 25px;

	font-weight: 500;

}

.hiring-logos img {

	max-width: 90px;

	display: inline-block;

	vertical-align: middle;

	margin: 0 3px;

}

.schedule-container {

	padding: 8px;

	border-radius: 6px;

	margin: 0 auto 15px;

}	

.schedule-info p {

	margin: 2px auto 6px;

	font-size: 11px;

	line-height: 18px;

}

.job-schedule h2 {

	font-size: 18px !important;

}

.schedule-info h5 {

	font-size: 14px !important;

	margin: 8px auto 3px;

}

.schedule-time {

	width: 210px;

	padding: 23px 3px;

	line-height: 22px;

	font-size: 15px;

	margin-right: 15px;

}

.note-db p {

	font-size: 14px;

	padding: 4px 0;

}

.schedule-time span {

	font-size: 11px;

}

.calendly-inline-widget {

	min-width: inherit !important;

}		

.section-padding.rating-section {

	padding-bottom: 60px;

}

.new-home .reserve-tabel table tr td {

	font-size: 11px;

	line-height: 18px;

}

.signup-info, .signup-subheading, span.login-btns, .new-home .header-btn .btn {

	display: none;

}

.new-home .reserve-tabel .btn {

	padding: 0 5px;

	font-size: 8px;

}

.structure-col ul li {

	line-height: 24px;

}

.container, .container-fluid {

	padding: 0 30px;

}

.mobile-menu-list #navigation_bar .container-fluid {

	padding: 0;

}
.mobile-menu-list #sub-header ul.nav li a {
	font-size: 13px;
	padding: 10px ;
	color: #333;
	border: rgba(104, 102, 102, 0.1) solid 1px;
}

.mobile-menu-list #sub-header ul.nav lihover a, #sub-header ul li.active a {

	background: #fbfbfb;

}

.mobile-menu-list #sub-header ul.nav lihover a, #sub-header ul {

	box-shadow: none;

}	

.mobile-menu-list #sub-header {

	background: #fff;

}

.mobile-menu-btn {

	display: block;

	float: right;

}

.mobile-menu-btn button#menu_slide {

	padding: 0px 5px 2px;

	border: #dddafb solid 1px;

	margin-left: 5px;

	margin-top: 0;

	margin-bottom: 0;

}

.mobile-menu-btn #menu_slide .icon-bar {

	height: 3px;

	width: 24px;

	background: #5245df;

	margin: 4px 0;

}

.mobile-menu-list #sub-header {

    position: relative;

	animation-name: inherit !important;

}

.mobile-menu-list {

	display: block;

	clear: both;

}

.mobile-menu-list .menutext {

	display: none;

}



.sub-header-desktop {

	display: none

}

.banner-img.home-banner-img {

	display: none;

}

.banner-img {

	float: none;

}

.frame-container iframe {

	width: 100% !important;

}

.banner-text-home {

	text-align: center;

}

.banner-text-home h1 {

	font-size: 32px !important;

	line-height: 42px;

}

.new-home .header-btn .btn {

	padding: 0px 8px;

}

.banner-text {

	padding: 0;

	position: relative;

}

.banner-img {

	margin: 0 auto 25px;

}

.banner p, p {

	line-height: 26px;

	font-size: 14px;

	margin: 0 auto 20px;

}

.banner-text-home p {

	line-height: 28px;

	font-size: 17px;

}

	

h1 {

	font-size: 23px !important;

}

h2 {

	font-size: 22px !important;

	line-height: 28px;

}

.top-companies h5 {

	font-size: 22px !important;

	line-height: 28px;

}

.new-home .logo-wrap-wp {

	padding: 6px 4px;

	width: auto;

	max-width: 30%;

	height: auto;

}

.new-home .logo_wrap img {

	max-width: 100%;

	width: 100%;

}

.fellows-jobs ul li p {

	line-height: 33px;

	display: block;

}

.fellows-jobs {

	padding: 30px 0 0;

}

.fellows-jobs ul li {

	padding: 15px 30px 10px;

}

.reserve-tabel table tbody tr td:first-child {

	white-space: nowrap;

}

.new-home .logo_wrap {

	padding-top: 5px;

}

.unfront-payment p {

	font-size: 15px;

	line-height: 28px;

}

.candidates-image, .right-side-flot .candidates-image {

	float: none;

	width: 130px;

	margin: 0 auto 20px;

}

.condidates-info, .right-side-flot .condidates-info {

	float: none;

	width: 95%;

	text-align: center;

}

.btn {

	font-size: 14px;

	padding: 4px 22px;

}

.structure-col {

	width: 46.5%;

}

.services-info-box {

	margin: 0 auto 40px;

}

.footer_top::after {

	margin-top: 10px;

}

#footer {

	margin-top: 10px;

}

.footer_top h5 {

	margin: 0 auto 12px;

}

.footer_widget {

	margin: 0 auto 35px;

}

.play-btn {

	width: 40px;

	height: 40px;

	font-size: 22px;

	line-height: 40px;

	margin: 0 auto 2px;

}

.playbtn-wrap {

	right: 13px;

}

.whychoose-icon {

	width: 80px;

	height: 80px;

	line-height: 56px;

	padding: 14px;

}

.whychoose {

	padding: 17px 0 10px 106px;

}

.job-icons {

	width: 120px;

	height: 120px;

	line-height: 55px;

	padding: 33px;

	margin: 0 auto 15px;

}

.job-roles {

	margin: 0 auto 50px;

}

.search-header .form-control {

	border-radius: 6px;

	font-size: 13px;

	height: 45px;

	line-height: 35px;

	padding: 9px 16px;

	margin: 0 auto 12px;

}

.search-header .fstdropdown > .fstselected {

	line-height: 27px;

	padding: 9px 16px;

	font-size: 13px;

	height: 45px;

}

.fstdropdown {

	margin-bottom: 12px;

}

.search-result-wrap {

	padding: 10px;

	border-radius: 6px;

	padding-bottom: 60px;

}

.result-box-wrap {

	padding: 15px;

}

.job-logo-wp {

	width: 50px;

	margin-right: 12px;

}

.result-info {

	width: 74%;

}

.apply-btn-wrap {

	width: 74%;

	padding-top: 2px;

}

.apply-btn-wrap .btn {

	border-radius: 4px;

	padding: 1px 25px;

	font-size: 12px;

	width: 100%;

	line-height: 23px;

}

.result-info h5 {

	font-size: 15px !important;

	line-height: 21px;

}

.result-info p {

	line-height: 17px;

}

.search-header .filter-box .fstdropdown > .fstselected {

	line-height: 17px;

	padding: 4px 14px;

	height: 26px;

}

.filter-heading {

	font-size: 10px;

	margin: 0 3px 0px 0px;

	min-width: 100px;

}

.filter-box {

    width: 100%;

}

.filter-box.dateposted {

	width: 83%;

	margin: 0;

}

.filter-box.checkbox-box {

    width: 17%;

    margin: 0;

}

.filter-box .fstdiv {

    max-width: 125px !important;

    float: left;

}

.filter-box .fstdropdown {

    margin-bottom: 2px;

}

.search-header {

	padding: 40px 0 60px;

}

.other-logos img {

	max-width: 55px !important;

	margin: 0px 5px;

}

.signup .logo {

    margin: 0 auto 16px;

}

.signup {

	padding: 15px 0;

}

.bold {

	font-weight: 600;

	line-height: 18px;

	font-size: 11px;

}

.signup-content img {

    max-width: 170px;

}

.signup-form {

	padding: 20px 15px;

}

.signup-form h1 {

    font-size: 20px !important;

}

.signup-form  p {

	line-height: 20px;

	font-size: 13px;

	margin: 0 auto 20px;

}

.signup-form .form-control {

	font-size: 12px;

	height: 38px;

	line-height: 18px;

	padding: 5px 12px;

}

.select::after {

	top: -7px;

}

.signup-form .form-group {

	margin-bottom: 10px;

}

.checkboxs {

	font-size: 12px;

	line-height: 20px;

}

.signup-form .btn {

	border-radius: 6px;

	padding: 5px 12px;

	text-align: center;

}

.signup-content {

	padding: 0;

}

.signup-form {

    margin-top: 20px;

}

.other-logos {

	padding: 10px;

	margin: 0 auto 20px;

}

.other-logos::after {

	bottom: -28px;

	border-width: 14px;

}

.signup-content h1 {

	font-size: 22px !important;

	margin-top: 19px;

	margin-bottom: 18px;

}

#signupslider {

    margin-top: 10px;

    padding: 0;

}

.slider-wrap p {

	font-size: 14px;

	line-height: 24px;

	margin: 0 auto;

}

.slider-wrap {

	padding: 10px 14px;

	margin: 0 auto 20px;

}

#signupslider h6 {

    font-size: 14px !important;

}

.slider-wrap::after {

	bottom: -27px;

	border-width: 17px 1px 8px 30px;

}

.career-wp .result-info {

	width: calc(100% - 70px);

}

.result-info p {

	font-size: 13px;

}

.career-wp .apply-btn-wrap {

	width: calc(100% - 70px);

}



.navbar-list {

	padding: 10px;

}

.navbar-list ul li {

	display: block;

}

.navbar-list ul li a:after {

	display: none;

}

.navbar-list ul li a br {

	display: none;

}

.navbar-list ul li a {

	line-height: 13px;

	padding: 8px 6px;

	font-size: 13px;

}

.resources-box {

	margin: 0 auto 15px;

}

.eud-text {

	padding: 4px 0 0;

}

.video-intro h1 {

    font-size: 22px !important;

    line-height: 32px;

}

.video-intro-category span {

    display: block;

    font-size: 12px;

}

.video-wrap-box iframe {

	height: auto;

	margin: 0 auto;

	min-height: 240px;

}

.full_dec {

	font-size: 15px;

	line-height: 28px;

}

.full_dec h2 {

    font-size: 19px !important;

    line-height: 28px;

}

.dashboard {

    padding: 0px 7px;

    font-size: 13px;

    font-weight: 600;

}

.logo {

    max-width: 121px;

    margin-top: 4px;

}

.banner-text .btn {

    padding: 1px 17px;

    font-size: 12px;

}

.candidates-say {

    margin: 0 auto 50px;

}

.reserve-tabel {

    overflow: scroll;

}

.sortby {

    display: block;

	float: left;

    margin-left: 0;

}

#dashboardBTN {

    display: inline-block !important;

    margin-left: 9px !important;

    padding: 1px 6px !important;

    border-radius: 6px;

    font-size: 12px;

    font-weight: 600;

}

.search-header .sortby .form-control {

    font-size: 11px;

    height: 29px;

    line-height: 25px;

    padding: 6px 4px !important;

    margin: 0 auto 7px;

}

.sortby .filter-heading {

    min-width: auto;

}

#related_slider .item, 

#related_cat_slider .item {

    padding: 3px;

}

#related_slider .owl-carousel, #related_cat_slider .owl-carousel {

    padding: 0 0px;

}

.footer_top h5 {

    font-size: 18px !important;

}

.footer_widget {

	margin: 0 auto 30px;

	padding: 0 !important;

}

.footer_top {

	padding: 55px 0 30px;

}

.signup .logo {

    max-width: inherit;

}

.question-wrap {

    border-radius: 10px;

    padding: 40px 10px;

	overflow: scroll;

}

.banner.section-padding.bg-color {

    padding-bottom: 26px;

}

.banner.section-padding.bg-color::after {

    display: none;

}

#sub-header ul li {

	display: block;

	margin: 0 auto 5px;

}

#sub-header ul li a {

	font-size: 13px;

	padding: 1px 16px;

	line-height: 24px;

}

button#menu_slide {

	display: block;

	background: none;

	width: auto;

	cursor: pointer;

	margin: 8px auto;

	padding: 2px 6px;

	border: #fff solid 1px;

	border-radius: 4px;

	float: right;

}

button#menu_slide .menutext {

	display: inline-block;

	font-size: 16px;

	position: relative;

	line-height: 40px;

	font-weight: 500;

}

.meni-icon-wp {

	display: inline-block;

	vertical-align: middle;

	margin-left: 0;

}

#menu_slide .icon-bar {

	display: block;

	height: 3px;

	width: 30px;

	background: #fff;

	margin: 5px 0;

	float: none;

}

div#navigation {

	display: none;

}

#navigation.show, div#navigation.collapsing {

	display: block;

	padding-top: 15px;

	margin: 0 auto;

}

.navbar > .container, .navbar > .container-fluid {

	display: block;

}

#sub-header ul.nav {

	padding: 0;

	display: block;

}

#sub-header ul.nav li {

	display: block;

}

#sub-header ul.nav li a {

	font-size: 16px;

	padding: 10px 4px;

	font-weight: 500;

	display: block;

	text-transform: inherit;

	color: #fff;

	border: rgba(255, 255, 255, 0.1) solid 1px;

}

.nav-arrow {

	float: right;

	width: 30px;

	height: 30px;

	text-align: center;

}

.menutext {

	padding: 12px 0;

	font-size: 20px;

}

.navbar-default .navbar-nav li:hover ul.sub-menu, .navbar-default .navbar-nav li:hover ul.children {

	display: block;

	position: relative;

}

.resume-header h1 {

	font-size: 22px !important;

	margin: 0 auto 40px;

	line-height: 29px;

}	

.search-result-container {

	padding-top: 30px;

}

.result-listing {

	padding: 8px 20px 8px 14px;

	margin: 0px auto 5px;

}

.listing-tags a {

	padding: 0px 16px;

	margin: 0 2px 10px 0;

	font-size: 11px;

}

.input-wrap textarea {

	padding: 20px;

	height: 230px;

}

.detail-header-wp {

	padding: 15px;

}

.video-detail {

	float: none;

	width: 100%;

	margin: 0 auto 14px;

	border-radius: 6px;

}

.detail-info-wrap {

	float: none;

	width: 100%;

	padding: 10px 0;

}

.share-wrap {

	float: none;

	padding: 8px 0;

	transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	width: 100%;

	text-align: center;

}

.share-wrap .btn {

	padding: 5px 20px;

	font-size: 13px;

	width: 100%;

}

.share-btn {

	display:block;

	font-size: 13px;

}

.detail-info-wrap h2 {

	font-size: 19px !important;

	margin: 0 auto 14px;

	line-height: 25px;

}

.eud-wrap {

	font-size: 10px;

}

.edu-img {

	width: 20px;

	height: 30px;

	margin-right: 3px;

}

.schedule-wrap {

	padding: 15px 20px;

	margin: 0 auto 19px;

	display: table;

	width: 100%;

}

.lessons-date {

	width: 14%;

	height: 58px;

	margin-right: 0;

	display: inline-block;

	text-align: left;

}

.lessons-date h4 {

	font-size: 20px !important;

}

.lessons-detail {

	width: 84%;

}

.schedule-wrap .btn.btn-sm {

	margin-left: 30%;

	padding:1px 15px;

}

.lessons-detail {

	width: 82% !important;

	float: right;

}

.lessons-detail h6 {

	margin: 0 auto 1px;

	font-size: 14px !important;

	line-height: 1.3;

	font-weight: 600;

}

.lessons-detail p {

	font-size: 10px;

	opacity: 0.7;

}

.lessons-detail {

	padding: 5px 0 0;

}

.schedule-heading {

	margin: 0 auto 20px;

}

.schedule-heading h4 {

	font-size: 18px !important;

	margin: 0 auto 5px;

}

.company-wrap img {

	width: 100%

}

a.social-profile-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    border: #aba7a7 solid 1px;
    text-align: center;
    margin-left: 10px;
    border-radius: 20px;
    color: #fff;
    background: #aba7a7;
    line-height: 26px;
    font-size: 12px;
}

.nav-tabs .nav-link {

	font-size: 12px;

	padding: 2px 6px;

	margin-right: 1px;

}

.banner-text .btn {

	padding: 8px 0;

	font-size: 12px;

	margin: 0 auto 10px;

	width: 100%;

}

.coding-wrap {

	padding: 20px 20px 80px;

}

.code-img {

	display: none;

}

.coding-wrap .signup-form .btn {

	font-size: 12px;

}	

.coding-content ul {

	padding-top: 0;

	padding-left: 20px;

}

.coding-content li {

	font-size: 14px;

	margin: 0 auto 12px;

	line-height: 19px;

}

.form-arrow-img {

	display: none;

}

.coding-wrap .signup-form {

	padding: 30px;

}

.video-steps {

	padding: 20px 15px;

	height: auto;

	margin: 0 auto 15px;

}

.video-steps p {

	font-size: 14px;

	line-height: 24px;

}

.video-steps h5 {

	font-size: 19px !important;

}

.lg-btn .btn.btn-lg {

	font-size: 17px;

	padding: 7px 18px;

	border-radius: 11px;

}

.lg-btn .btn.btn-lg i {

	width: 40px;

	height: 40px;

	font-size: 18px;

	line-height: 42px;

	margin-right: 1px;

}

.lg-btn {

	padding-top: 5px;

}

.winner-content h2 {

	font-size: 18px !important;

}

.wn-text {

	font-size: 35px;

	line-height: 64px;

}

.steps-icon-wp {

	margin: 0 auto 15px;

	width: 70px;

	height: 70px;

	line-height: 50px;

}

h1, h2, h3, h4, h5, h6 {

	line-height: 1.4;

}

.company-wrap p {

	margin: 0 auto 5px;

}
.inner-header h1 {
	font-size: 26px !important;
	max-width: 100%;
}
.company-wrap {
	height: auto;
}
.card__footer {
	margin: 10px -20px -28px;
}
.company-wrap li {
	margin: 0 auto 12px;
	line-height: 22px;
}

}



@media (max-width:550px) {

.frame-container iframe {

	width: 100% !important;

	height: 220px !important;

}

.structure-col {

    width: 100%;

}

.search-filter input.form-control {

    max-width: 150px;

    font-size: 11px;

    height: 29px;

    padding: 5px 5px;

}

.search-filter input.btn {

    padding: 0px 6px;

    font-size: 11px;

    margin-left: 0px;

}

.filter-heading {

    font-size: 9px;

    margin: 0 3px 0px 0px;

    min-width: auto;

}

.info_list span {

    font-size: 14px;

    max-width: 96%;

    vertical-align: top;

}	

.new-home .header-btn .btn {

	padding: 2px 7px;

	font-size: 10px;

	line-height: 23px;

	text-transform: inherit;

}

.logo {

    max-width: 150px;

    margin-top: 4px;

}

.full_dec p {

    font-size: 14px;

    line-height: 24px;

    color: #333;

    font-weight: 400;

}

.full_dec ul {

    padding-left: 15px;

}

#related_slider .video-list-wrap, 

#related_cat_slider .video-list-wrap {

    margin: 0 auto 0px;

}

.inner-header h1 {

	font-size: 22px !important;

	margin: 0 auto;
	max-width: 100%;

}

.inner-header {

    padding: 40px 0 50px;

}

.listing-heading h2 {

	padding: 4px 10px;

	font-size: 16px !important;

}

.listing-heading.top-listing-wrap {

	margin-top: -60px;

}

.listing-heading {

	margin: 0 auto 35px;

}

.listing-heading::after {

	top: 14px;

}



.company-info-wrap ul li {

    display: block;

    width: 100%;

    list-style: none;

    margin: 0 auto 20px;

}

.company-info-wrap ul li:last-child {

	margin: 0 auto;

}

.company-info-wrap {

    padding: 30px ;

    border-radius: 0;

    margin-top: -70px;

    margin-bottom: 40px;

}

.company-inner-img img {

	width: 100%;

}

.company-detail, .left-side-float.company-detail {

	padding: 30px;

	border-radius: 0;

	padding-right: 30px;

	margin: 40px auto;

}

.company-inner-img {

	width: auto;

	height: auto;

	overflow: hidden;

	border-radius: 0;

	position: relative;

	top: 0;

	right: 0;

	margin: 0 auto 25px;

}

.header-info {

	float: none;

	width: 100%;

	clear: both;

	padding-top: 20px;

}

.open-roles {

	padding: 20px 30px;

}

.roles-logo {

	display: none;

}

.open-roles h6 {

	font-size: 16px !important

}

.signup-info {

	background: none;

	border-radius: 0;

	padding: 0;

	margin: 0 auto;

	max-width: 800px;

	width: 100%;

	box-shadow: none;

	bottom: 0;

	text-align: center;

}

.signup-intro {

	margin-bottom: 0;

}

.signup-info h1 {

	display: block;

	float: none;

	width: 100%;

	margin: 50px auto 28px;

}

.signup-banner-img img {

	border-radius: 50%;

	width: 210px;

	height: 210px;

	float: none;

	overflow: hidden;

	box-shadow: rgb(0 0 0 / 15%) 0 0 20px;

	margin-bottom: 60px;

}

.job-img-wp {

	max-width: 230px;

	margin: 0 auto;

}

.jobs-login-wrap {

	padding: 20px;

}

.jobs-login-wrap h5 {

	font-size: 19px !important;

}



	

}

/*---------------

	Resume

-------------------*/

.resume-search-wrap {

	padding: 0 120px 0 20px;

}

.resume-search-wrap form {

	position: relative;

	margin-bottom: 30px;

}

.resume-search-wrap .form-control {

	border-radius: 6px;

	padding: 0 22px;

}

.resume-search-wrap button {

	position: absolute;

	top: 0px;

	right: 0px;

	background: none;

	border: 0;

	height: 50px;

	width: 60px;

	font-size: 21px;

	color: #989696;

}

.act-words {

	padding-left: 80px;

	position: relative;

}

.act-words:after {

	position: absolute;

	top: 0;

	left: 0;

	content: "";

	width: 2px;

	height: 100%;

	background: #ebeaea;

}

.act-words:before {

	position: absolute;

	top: 50%;

	left: -40px;

	content: "";

	border-style: solid;

	border-width: 20px;

	border-color: transparent #ebeaea transparent transparent;

}

.actwords-list {

	position: relative;

}

.total-act {

	position: absolute;

	top: -50px;

	right: 30px;

	background: #f4f7fc;

	font-weight: 600;

	font-size: 13px;

	padding: 0 10px;

	border-radius: 6px;

	color: #5245de;

}

.actwords-list ul {

    margin: 0 auto;

    padding: 0;

    max-height: 400px;

    overflow-y: auto;

    min-height: 400px;

}

.actwords-list ul li {

	list-style: none;

	margin: 0 auto;

}

.actwords-list ul li a {

	font-size: 14px;

	color: #333;

}

.actwords-list ul li a:hover {

	color: #5144dc;

}

.resume-search-wrap .ms-options-wrap>button {

    border: #ccc solid 1px;

    border-radius: 6px;

    padding: 0 22px;

}

.resume-search-wrap .ms-options-wrap>button:after {

    right: 20px;

}

.resume-search-wrap .ms-options-wrap>.ms-options>.ms-search input {

    font-size: 13px;

    padding: 4px 20px;

}

.resume-search-wrap .ms-options-wrap>.ms-options>ul label {

    padding: 6px 35px !important;

    font-size: 14px;

}

.resume-search-wrap .ms-options-wrap>.ms-options>ul input[type=checkbox] {

    left: 14px;

    top: 15px;

}



@media (min-width:768px) and (max-width:1200px) {

.resume-search-wrap {

	padding: 0;

}

.act-words {

	padding-left: 30px;

	position: relative;

}

.resume-search-wrap h2, 

.act-words h2 {

	font-size: 22px !important;

}

	

}



@media (max-width:767px) {

.resume-search-wrap {

	padding: 0;

}

.act-words {

	padding-left: 0;

	position: relative;

	padding-top: 30px;

}

.act-words::before, .act-words::after {

	display: none;

}

.actwords-list ul {

    min-height: 100px;

}

	

}







/*============
	D2D
=================*/
.d2d-header {
	background: url("../images/d2d-header-bg.jpg") center / cover;
	padding: 25px 0 0;
}
.d2d-header h1 {
	 color: #fff;
}
.d2d-container {
	padding: 40px 0;
}
.deadline-date {
	margin: 0 auto 15px;
}
.deadline-date ul {
	padding: 0;
	margin: 0 auto;
}
.deadline-date ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 2px 15px;
	border: rgba(0, 0, 0, 0.5) solid 1px;
	border-radius: 6px;
	margin-right: 6px;
}
.d2d-details {
	padding-right: 80px;
}
.d2d-details h2 {
	text-decoration: underline;
	font-size: 24px !important;
}
.social-links {
	margin: 0 auto 40px;
}
.social-links a {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 12px;
	border: #5245df solid 1px;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin-right: 5px;
}
.social-links a:hover {
	background: #5245df;
	color: #fff;
}
.expected-wp {
	background: #f3f2fe;
	padding: 30px;
	border-radius: 6px;
	margin: 0 auto 36px;
}
.number-wp {
	position: relative;
	padding-left: 40px;
	margin: 0 auto 30px;
}
.number {
	background: #180c60;
	color: #fff;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	line-height: 26px;
	font-size: 15px;
}
.web-link {
	font-size: 13px;
	font-weight: 500;
	margin: 0 auto;
}
.d2d-details li {
	margin: 0 auto 10px;
	line-height: 24px;
}
.prize-wp {
	text-align: center;
	padding: 20px 0 30px;
}
.prize-wp img {
	margin: 0 auto 30px;
}
.prize-wp p {
	font-size: 21px;
	font-style: italic;
}
.d2d-sidebar {
	background: #fff;
	padding: 30px;
	margin: -100px 0 0 -40px;
	text-align: center;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px;
}
.accounce-date {
	font-size: 20px;
	line-height: 27px;
	margin-top: 16px;
	font-weight: 600;
}
.accounce-date span {
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.pdf-dw a {
	color: #e52200;
	font-weight: 600;
	display: block;
	position: relative;
	text-align: left;
	padding-left: 40px;
	line-height: 20px;
	font-size: 16px;
	background: url("../images/pdf-icon.png") no-repeat 0 0;
	margin: 0 37px;
}
.pdf-dw a span {
	font-size: 10px;
	color: #333;
	display: block;
}
.pdf-dw a:hover {
	color: #e52200;
}
.days-left {
	width: 110px;
	height: 110px;
	text-align: center;
	color: #fff;
	background: #180c60;
	margin: 40px auto 40px;
	font-size: 14px;
	border-radius: 50%;
	padding: 21px 0;
	position: relative;
	z-index: 1;
}
.days-left:after {
	position: absolute;
	top: -8px;
	left: -8px;
	bottom: -8px;
	right: -8px;
	background: #180c60;
	opacity: 0.4;
	content: "";
	z-index: -1;
	border-radius: 50%;
}
.days-left:before {
	position: absolute;
	top: -17px;
	left: -17px;
	bottom: -17px;
	right: -17px;
	background: #180c60;
	opacity: 0.2;
	content: "";
	z-index: -1;
	border-radius: 50%;
}
.days-number {
	display: block;
	font-size: 50px;
	font-weight: 600;
	line-height: 38px;
}
#d2dheader {
	background: #fff;
}
#d2dheader ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#d2dheader ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 16px;
}
#d2dheader ul li a {
	font-size: 14px;
	color: #343333;
	padding: 12px 10px;
	display: block;
	font-weight: 700;
}
#d2dheader ul li a:hover {
	color: #5245df;
}
#d2dheader.sticky {
	position: fixed;
	top: 0;
	background: #fff;
}
@-webkit-keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@-moz-keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		-o-transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-o-transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
#d2dheader.sticky, .fadeHeaderInDown {
	-webkit-animation-name: fadeHeaderInDown;
	-moz-animation-name: fadeHeaderInDown;
	-o-animation-name: fadeHeaderInDown;
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	display: block;
}
#d2dheader:not(.is-alternate) {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}


.step-wrap {
	background: #f3f3f3;
	padding: 24px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto 20px;
	display: flex;
}
.step-cal {
	display: flex;
	flex-basis: -moz-available;
	flex-direction: column;
	position: relative;
	padding-left: 45px;
	text-align: left;
}
.step-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #1b0653;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	font-size: 14px;
	line-height: 30px;
}
.step-cal h6 {
	text-align: left;
	margin: 0 0 8px;
	font-size: 15px !important;
}
.step-cal p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	opacity: 0.8;
}

@media (min-width:768px) and (max-width:1200px) {
.d2d-sidebar .btn {
	font-size: 14px;
	padding: 5px 20px;
}
.pdf-dw a {
	margin: 0 auto;
}
.d2d-sidebar {
	padding: 20px;
	margin: -60px 0 0 -80px;
}
.social-links a {
	padding: 2px 8px;
	font-size: 13px;
	margin-right: 0px;
}
#d2dheader ul li {
	margin: 0;
}
#d2dheader ul li a {
	font-size: 10px;
	padding: 12px 8px;
}
#d2dheader .navbar-header {
	float: left;
	max-width: 140px;
}

	
}

@media (max-width:767px) {
.d2d-sidebar {
	padding: 20px;
	margin: -40px 0 20px 0;
}
.pdf-dw a {
	margin: 0 8px;
}
.days-left {
	margin: 30px auto 30px;
}
.d2d-details {
	padding-right: 0;
}
.deadline-date ul li {
	display: block;
	padding: 4px 12px;
	margin-right: 0;
	font-size: 13px;
	line-height: 18px;
}
.d2d-details h2 {
	font-size: 20px !important;
}
.d2d-details h6 {
	font-size: 15px !important;
}
.deadline-date {
	margin: 0 auto 25px;
}
.social-links a {
	padding: 3px 9px;
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto 3px;
	min-width: 48%;
}
.expected-wp {
	padding: 14px;
	margin: 0 auto 26px;
}
.number-wp {
	padding-left: 30px;
}
.number {
	width: 20px;
	height: 20px;
	line-height: 19px;
	font-size: 13px;
}	
.d2d-details li {
	margin: 0 auto 10px;
	line-height: 20px;
	font-size: 14px;
}
.d2d-details ul, .d2d-details ol {
	padding-left: 8px;
}
.d2d-details p {
	line-height: 21px;
}
.prize-wp p {
	font-size: 16px;
	font-style: italic;
}
#d2dheader ul li a {
	font-size: 12px;
	padding: 7px 6px;
	line-height: 12px;
	border: #c6c6c6 solid 1px;
}
.d2d-sidebar .btn {
	padding: 0px 18px;
	font-size: 12px;
}
.accounce-date {
	font-size: 16px;
	line-height: 21px;
	margin-top: 11px;
}
.accounce-date span {
	font-size: 13px;
}
.days-left {
	width: 90px;
	height: 90px;
	font-size: 11px;
	padding: 18px 0;
}
.days-number {
	font-size: 40px;
	line-height: 33px;
}
.days-left {
	font-size: 11px;
}
.pdf-dw a {
	line-height: 17px;
	font-size: 14px;
}
.step-wrap {
	padding: 18px 10px;
	margin: 0 auto 20px;
	display: block;
}
.step-cal {
	padding-left: 37px;
	margin: 0 0 20px;
}
.step-cal:last-child {
	margin: 0;
}
.step-icon {
	width: 24px;
	height: 24px;
	font-size: 13px;
	line-height: 25px;
}
.d2d-details .step-cal h6 {
	font-size: 14px !important;
	margin: 0 0 6px;
}
.d2d-details  .step-cal p {
	font-size: 13px;
	line-height: 18px;
}
#d2dheader .navbar-header {
	float: none;
	overflow: hidden;
}
#d2dheader .logo {
	float: left;
}
#d2dheader .navbar-toggler {
	border: #5245df solid 1px;
	padding: 2px;
	width: 34px;
	height: 34px;
	float: right;
}
#d2dheader .navbar-toggler-icon {
	background: #5245df;
	height: 2px;
	width: 82%;
	position: relative;
}
#d2dheader ul {
	margin: 0 auto;
	display: block;
}
#d2dheader ul li {
	margin: 0;
	display: block;
	text-align: left;
}
	
	
}

.page-container .post-wrap-wp h2 {
	line-height: 24px;
	margin: 0 auto 18px;
	font-size: 20px !important;
}
.post-wrap-wp {
	border: rgba(0, 0, 0, 0.1) solid 1px;
	height: 95%;
}
.post-category a {
	font-weight: 600;
	color: #4460c8;
}
.post-info-wp {
	text-align: center;
}

.footer-popular-links h6 {
	color: #fff;
	font-size: 16px !important;
}
.footer-popular-links {
	background: #180c60;
	padding: 0 0 30px 0;
}
.searches-links a {
	padding: 0 15px 0 0;
	color: #efefef;
	font-size: 14px;
	position: relative;
}
.searches-links a::after {
	position: absolute;
	top: -7px;
	right: 6px;
	content: "|";
}
.searches-links a:last-child::after {
	display: none;
}
.footer-popular-links h6::after {
	position: absolute;
	border: rgb(255, 255, 255, 0.1) solid 1px;
	content: "";
	height: 1px;
	left: 162px;
	right: 20px;
	top: 10px;
}
.footer-popular-links h6 {
	color: #fff;
	font-size: 16px !important;
	position: relative;
}