@charset "utf-8";

/*==============================font-face By Dilip Kumar Ray====================================*/

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Regular.eot');
    src: url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Regular.woff') format('woff'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Semibold.eot');
    src: url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Semibold.ttf') format('truetype'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Bold.eot');
    src: url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Bold.woff') format('woff'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('https://hcfellows.com/demo/assets/front/css/fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*==============================font-face====================================*/

/*====================
	1. General code
==========================*/
body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
	overflow-x: hidden;
	font-weight: 300;
	color: #6c7178
}
/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #1c1e20;
	font-weight: 400;
	margin: 0 auto 15px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
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: #4460c8;
}
a:hover, a:focus, a strong:hover {
	text-decoration: underline;
	outline: none;
	color: #082cb0;
}
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;
}
/*-----------------
	1.2. Button
-------------------------*/
.btn {
	background: #e89b05;
	border: medium none;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	height: auto;
	margin: auto;
	letter-spacing: 2.5px;
	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: #f9a501;
	box-shadow: none;
	border-color: #f9a501;
}
.btn-link {
	font-weight: 500;
	color: #f9a501;
}
.btn.outline-btn {
	background: none;
	color: #f9a501;
	border: #f9a501 solid 1px;
	letter-spacing: 1px;
	font-weight: 700;
}
/*-----------------
	1.4. Form
---------------------------*/
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-label {
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto 1px;
	display: block;
}
.search_input_div .input-group-text{
   padding: 5px 5px 5px 10px !important;
}
.search_input{
   padding: 10px 10px 10px 5px !important;
}
.form-control {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	border: #ccc solid 1px;
	box-shadow: none;
	color: #888888;
	font-size: 14px;
	height: 54px;
	line-height: 45px;
	padding: 11px 40px;
}
textarea.form-control {
	padding: 15px 20px;
	min-height: 150px;
}
.form-control:hover {
	box-shadow: none;
	outline: none
}
.form-control:focus {
	box-shadow: none;
	border-color: #cbe3f6;
	outline: none
}
/*-----------------------------------------------------------
	1.7. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
.secondary-bg {
	background: #14181a;
}
.primary-bg {
	background: #4460c8;
}
.gray-bg {
	background: #f5f6fd;
}
.dark-overlay {
	position: relative;
}
.dark-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}
.section-padding {
	padding: 80px 0;
}
.section-header {
	margin: 0 auto;
	max-width: 650px;
	padding-bottom: 30px;
}
.section-header h2 {
	margin: 0 auto 36px;
	font-size: 44px;
}
.z-index {
	z-index: 2;
	position: relative;
}
.divider {
	border-top: #e7e7e7 solid 1px;
}
.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color: #fff;
}
/*================
	 2. Header
===========================*/
#header {
	background: none;
	left: 0;
	right: 0;
	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: 999;
	position: fixed;
	padding: 15px 0;
}
#header.nav-stacked {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
}
#header.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);
	}
}
#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;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#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;
}
#header.nav-stacked.transparent {
	position: absolute;
	background: none;
	box-shadow: none;
}
#header.nav-stacked.transparent.sticky {
	position: fixed;
	top: 0;
	background: #1d1d1d;
}
/*================
	 Intro
===========================*/
#intro {
	background: #f5f6fd;
	padding: 180px 0 120px;
}
.intro_text {
	margin: 0 auto;
	max-width: 650px;
	text-align: center;
}
.intro_text h1 {
	font-size: 52px;
	line-height: 58px;
}
.intro_text p {
	font-size: 18px;
	color: #484747;
	letter-spacing: 1px;
}
.intro_text .search_wrap p {
	font-size: 12px;
	letter-spacing: 0.2px;
	opacity: 0.7;
	text-align: left;
	padding-left: 38px;
}
.search_wrap {
	margin: 0 auto;
	width: 95%;
}
.search_wrap form {
	position: relative;
}
.search_wrap .form-control {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.04) 0 0 20px;
	margin: 0 auto 5px;
}
.search_wrap .btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #e89b05;
}
.search_wrap .btn i {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	color: #4460c8;
	vertical-align: middle;
	line-height: 26px;
	margin-left: 15px;
}
.navbar-header {
	float: left;
}
.header-btn {
	float: right;
}
.header-btn .btn {
	background: #e89b05;
	padding: 6px 26px;
}
.header-btn .btn.outline {
	background: none;
	border: #e89b05 solid 1px;
	color: #e89b05;
	margin-right: 8px;
}
.leftside_img {
	position: absolute;
	top: 45%;
	left: -20px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.rightside_img {
	position: absolute;
	top: 45%;
	right: -70px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	;
}
/*================
	 Company-Logo
===========================*/
#company_logo {
	border-bottom: #e2e8ee solid 1px;
	padding: 45px 0;
}
#company_logo h5 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto 34px;
}
.logo_wrap img {
	display: inline-block;
	margin: 0 16px;
}
/*================
	 Facts
===========================*/
.facts_icon {
	position: absolute;
	top: 10px;
	right: 60px;
}
.facts_info {
    padding: 0px 220px 0 130px;
    border-right: #e2e8ee solid 1px;
}
.facts_info.rightside {
	text-align: left;
	border: 0;
	padding: 0 0 0 220px;
}
.facts_info.rightside .facts_icon {
	right: inherit;
	left: 50px;
}
.facts_info p {
	font-size: 20px;
	line-height: 30px;
}
.facts_info h3 {
	font-size: 80px;
	font-weight: 800;
}
.pattern_bg {
	background-image: url(../images/bg-pattern.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.primary-bg .section-header h2 {
	color: #fff;
}
/*================
	 Featured-Counselor
===========================*/
#featured-counselor {
	position: relative;
}
.counselor_box {
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	top: 0;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.counselor_box:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
	top: -5px;
}
.counselor_img {
	margin: 0 auto 25px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
}
.counselor_box h5 {
	margin: 0 auto 5px;
	font-weight: 500;
}
.counselor_box p {
	color: #3246ca;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 0 auto 15px;
}
.company_logo {
	margin: 0 auto 20px;
	min-height: 50px;
}
/*================
	 how-it-work
===========================*/
.steps_img {
	text-align: right;
}
.steps_img img {
	max-width: inherit;
	float: right;
}
#how_it_work h2 {
	margin: 0 auto 45px;
	letter-spacing: 1px;
}
.steps_wp {
	position: relative;
	padding: 0 0 20px 140px;
}
.steps_icon {
	position: absolute;
	top: 5px;
	left: 0;
}
.steps_wp h3 {
	font-size: 25px;
}
/*================
	 Services
===========================*/
.services-box {
	background: #fff;
	padding: 40px 17px;
	text-align: center;
	height: 100%;
}
.services-box img {
	margin: 0 auto 20px;
}
.services-box p {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto;
}

/*================
	 Testimonial 
===========================*/
#testimonials .section-header {
	padding-bottom: 00px;
}
.testimonial_wrap {
	padding: 70px 70px 70px 350px;
	border-radius: 30px;
	max-width: 1000px;
	margin: 50px auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
	position: relative;
	background: #fff;
}
.client_image {
	position: absolute;
	top: 50px;
	left: 50px;
	border-radius: 30px;
	overflow: hidden;
}
.testimonial_wrap h5 {
	font-weight: 600;
	margin: 0 auto 5px;
}
.client_company {
	color: #2a66b0;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 auto 20px;
}
.testimonial_wrap p {
	margin: 0 auto;
}
.testimonial_wrap:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #f3f2f2;
	border-radius: 30px;
	z-index: -1;
}
.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -25px;
	right: -25px;
	height: 1px;
}
.owl-nav div {
	float: left;
	font-size: 0;
	height: 50px;
	width: 50px;
	margin-top: -22px;
	position: relative;
}
.owl-nav div.owl-next {
	float: right;
}
.owl-nav div::after {
	position: absolute;
	top: 0;
	content: "\f104";
	font-family: fontawesome;
	font-size: 40px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	line-height: 48px;
}
.owl-nav div.owl-next:after {
	content: "\f105";
}
.owl-dot {
	display: inline-block;
	height: 4px;
	width: 17px;
	background: #d6dcf9;
	margin: 0 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.owl-dot.active {
	background: #3246ca;
	width: 26px;
}

/*================
	 Videos
===========================*/
.video_wrap_m {
	background: #fff;
	border-radius: 6px;
	padding: 35px;
	box-shadow: rgba(0, 0, 0, 0.04) 0 0 20px;
}
.vodeo_img_wp {
	overflow: hidden;
	border-radius: 6px 6px 0 0;
	margin: -35px -35px 30px;
}
.author-info {
	margin: 0 auto 20px;
	overflow: hidden;
}
.author-img {
	overflow: hidden;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
.author-info  {
	font-weight: 500;
	font-size: 13px;
}
.video_wrap_m h4 {
	font-size: 23px;
	line-height: 30px;
}
.video_wrap_m h4 a {
	color: #000;
}
#videos .btn-link {
	font-size: 22px;
}

/*================
	 Footer
===========================*/
.footer_bottom {
	padding: 20px 0;
	background: #fff;
}
.footer_bottom p {
	margin: 0 auto;
	font-weight: 400;
}
.follow_us {
	text-align: right;
}
.follow_us ul {
	padding: 0;
	margin: 0 auto;
}
.follow_us ul li {
	display: inline-block;
	margin: 0 0 0 5px;
}
.follow_us ul li a {
	display: block;
	color: #fff;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	background: #111;
	opacity: 0.7;
}
.follow_us ul li a:hover {
	opacity: 1;
}
.follow_us ul li a.facebook {
	background: #4a72b8;
}
.follow_us ul li a.twitter {
	background: #00c1f7;
}
.follow_us ul li a.linkedin {
	background: #0b82c4;
}
.follow_us ul li a.youtube {
	background: #f53630;
}
.follow_us ul li a.snapchat {
	background: #dec918;
}
.follow_us ul li a.instagram {
	background: #54539d;
}
.footer_top {
	background: #1e2b41;
	padding: 55px 0;
	color: #fff;
}
.footer_top h5 {
	color: #fff;
	font-weight: 600;
	margin: 0 auto 26px;
	font-size: 20px;
}
.footer_top ul {
	padding: 0;
	margin: 0 auto;
}
.footer_top ul li {
	list-style: none;
	margin: 0 auto 2px;
}
.footer_top ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.download-btn {
	padding: 7px 25px;
	border-radius: 3px;
	border: #fff solid 1px;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	margin: 0 auto 11px;
	min-width: 170px;
	text-align: center;
}
.download-btn i {
	font-size: 20px;
}
.download-btn:hover {
	background: #4460c8;
	color: #fff;
	text-decoration: none;
	border-color: #4460c8; 
}

.quick_help {
	padding: 50px 0;
	color: #fff;
}
.more_help {
	border-right: rgba(255, 255, 255, 0.2) solid 1px;
	padding: 15px 60px 15px 0;

}
.more_help h6 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 auto 6px;
}
.more_help h2 {
	color: #fff;
	margin: 0 auto 25px;
}
.newsletter_wrap h2 {
	color: #fff;
	margin: 0 auto 25px;
	font-size: 33px;
}
.more_help .btn, .newsletter_wrap .btn {
	background: #e89b05;
	padding: 6px 26px;
}

.more_help .white-btn {
	background: no-repeat;
	color: #fff;
	border: #fff solid 1px;
	margin-left: 10px;
}
.newsletter_wrap .form-group {
	float: left;
	width: 32.33%;
	margin: 0 1% 0 0;
}
.newsletter_wrap .form-control {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	border: 0;
	box-shadow: none;
	color: #888888;
	font-size: 13px;
	height: 44px;
	line-height: 39px;
	padding: 7px 24px;
}

/*================
	Inner-Pages
====================*/
.inner_pages {
	background: #f4f6fe;
}
.inner_pages #header {
	position: relative;
	background: #fff;
	overflow: hidden;
}
#inner_intro {
	padding: 60px 0 110px;
	text-align: center;
}
#inner_intro h1 {
	color: #fff;
	margin: 0 auto 20px;
	max-width: 85%;
	font-size: 44px;
	
}
#inner_search {
	margin-top: -78px;
}
#inner_search .form-group {
	float: left;
	width: 21%;
	margin-right: 1%;
	margin-bottom: 0;
}
#inner_search form {
	background: #fff;
	padding: 30px 27px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.09) 0 0 30px;
	display: table;
	width: 100%;
}
#inner_search .form-control {
	font-size: 13px;
	height: 52px;
	line-height:30px;
	padding: 10px 22px;
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
#inner_search .btn {
	padding: 11px 28px;
	margin-top: 28px;
}
#inner_search .form-label {
	margin-left: 14px;
}
.page-container {
	padding: 60px 0;
}
.sidebar_widgets {
	background: #fff;
	padding: 30px 26px;
	margin: 0 auto 20px;
}
.widgets_title {
	background: #f5f6fd;
	padding: 15px 14px;
	margin: 0 auto 20px;
	border-left: #4460c8 solid 3px;
}
.widgets_title h6 {
	margin: 0 auto;
	font-weight: 500;
}
.sidebar_widgets p {
	margin: 0 auto 15px;
	font-size: 15.5px;
	line-height: 27px;
}
.sidebar_points {
	padding: 8px 12px;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	margin: 0 auto 20px;
}

.sidebar_points h6 {
	font-size: 16px;
	font-weight: 500;
}
.sidebar_points img {
	margin-right: 5px;
}
.sidebar_points ul {
	padding: 0 0 0 16px;
}
.listing_container {
	overflow: hidden;
	background: #fff;
	padding: 22px 25px;
	border-radius: 5px;
	border: #ececec solid 1px;
	margin: 0 auto 25px;
}
.counselor_image {
	float: left;
	width: 20%;
	position: relative;
}
.counselor_image p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: #f94e78;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.counselor_info {
	float: left;
	width: 51%;
	margin-left: 3%;
	padding: 13px 0;
}
.counselor_action {
	float: right;
	width: 24%;
	text-align: center;
	padding: 10px 0;
}
.counselor_action p {
	color: #949494;
	font-size: 14px;
	letter-spacing: 0.7px;
	margin: 0 auto 8px;
}
.counselor_action .btn.btn-sm {
	background: #4460c8;
	letter-spacing: 0.2px;
	text-transform: inherit;
	padding: 6px;
	width: 100%;
	margin: 0 auto 8px;
	border: 0;
	font-size: 14px;
	font-weight: 400;
}
.counselor_action .btn.btn-sm:hover {
	background: #5372e6;
}
.image_wrap {
    overflow: hidden;
    border-radius: 6px;
    width: 134px;
    height: 134px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.image_wrap a {
	display: block;
	width: 100%;
	height: 100%;
}
.counselor_image p {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: #f94e78;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 auto;
	font-size: 14px;
	line-height: 33px;
}
.counselor_info h4 a {
	color: #1f1f1f;
}
.counselor_info h4 a:hover {
	color: #4460c8;
}
.counselor_info h4 {
	margin: 0 auto 10px;
	font-weight: 500;
}
.counselor_info .btn-link {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #4460c8;
}
.verified_label {
	border: #03bc19 solid 1px;
	font-size: 12px;
	color: #03bc19;
	border-radius: 30px;
	padding: 3px 10px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
.counselor_info h6 {
	font-size: 15px;
	font-weight: 400;
	color: #6c6c6c;
}
.counselor_info h6 img {
	display: inline-block;
	margin-right: 7px;
	vertical-align: sub;
}
.ratings {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    color: #a0a0a0;
}
i.active {
	color: #E1B004;
}


/*================
	Listing-Detail
====================*/
#listing-header {
	padding: 45px 0;
}
.pricing-wrap {
	background: #fff;
	padding: 30px 0;
	border-radius: 5px;
	text-align: center;
}
.pricing-wp:first-child {
	padding: 0 20px 30px;
	border-bottom: #e4e4e4 solid 1px;
	margin: 0 auto 24px;
}
.price {
	color: #5c5b5b;
	font-size: 50px;
	font-weight: 600;
	line-height: 54px;
	margin: 0 auto 2px;
}
.pricing-wp p {
	font-size: 17px;
	margin: 0 auto 15px;
}
.pricing-wp .btn {
	font-size: 13px;
	padding: 8px 40px;
}
.listing-info {
	text-align: center;
	color:#fff;
	position:relative;
}
.listing-info .image_wrap {
	margin: 0 auto 30px;
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 6px;
	overflow:visible;
}
.listing-info .verified_label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	z-index: 223;
	background: #fff;
	padding: 4px 10px;
	max-width: 90px;
	line-height: 18px;
	margin: 0 auto;
	font-size: 13px;
}
.listing-info h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 0 auto 10px;
}
.listing-info h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin: 0 auto 14px;
}
.listing-info h4 img {
	background: #fff;
	width: 32px;
	padding: 3px 3px 5px;
	border-radius: 50%;
	height: 32px;
}
.listing-info h4 {
	color: #fff;
	font-size: 25px;
}
.content-wrap {
	background:#fff;
	padding:35px;
	margin:0 auto 40px;
}
.content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
	font-weight:500;
}
.card-header {
	background-color: #fff;
	border: 0;
}
.card-header h5 {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
}
.card-body {
	border-top:1px solid rgba(0,0,0,.125);
	padding:25px 30px;
}
.card-body p {
	margin:0 auto 8px;
}
.card {
	margin: 0 auto 12px;
	border: 0;
}
.card-header div {
	position: relative;
	padding: 16px 0 16px 75px;
	cursor: pointer;
}
.card-header .services-icons-box {
	position: absolute;
	top: 5px;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 0;
}
.card-heading:after {
	position:absolute;
	top:50%;
	right:10px;
	content:"";
	width:15px;
	height:2px;
	background:#111;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.card-heading::before {
	position: absolute;
	top: 49%;
	right: 10px;
	content: "";
	width: 15px;
	height: 2px;
	background: #111;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.collapsed.card-heading::before {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

#accordion {
	margin:0 auto 40px;
}
.training__info {
	padding: 20px 0;
}
.post_category {
	margin: 0 auto 10px;
}
.post_category a {
	border: 1px solid #4460c8;
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	margin: 0 1px 0 0;
	padding: 0px 10px;
	text-transform: uppercase;
}
.post_category a:hover {
	background: #4460c8;
	color: #fff;
	text-decoration: none;
}
.post_by {
	color: #777;
	font-size: 14px;
	font-style: italic;
	margin: 0 auto 15px;
}
.post_by > a {
	font-weight: 700;
}
.training-header {
	float: left;
	width: 78%;
	margin: 0 auto 20px;
	border-right: #eee solid 1px;
}
.course_meta.training-price {
	float: right;
	width: 21%;
	text-align: center;
	padding:0 8px;
}
.training-price p {
	color: #111;
	font-weight: 600;
	font-size: 20px;
	margin: 0 auto 12px;
}
.training-price p span {
	display: block;
	font-weight: 300;
	color: #555;
	font-size: 15px;
	letter-spacing: 1px;
}
.ratings_wrap_wp {
	position: absolute;
	bottom: -80px;
	margin: 0 auto;
	background: #fff;
	padding: 5px;
	color: #777;
	font-size: 14px;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
	left: 0;
	right: 0;
	max-width: 210px;
}
i.active, .yellow-color {
	color: #ea7d1c;
}
.reviews-list-wp {
    position: relative;
    padding: 0 0 1px 80px;
    margin: 30px auto 0;
}
.reviews-list-wp p {
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 24px;
}
.reviews-list-wp h6 {
	margin:0 auto 0px;
}
.reviews-list-wp h6 span {
	font-size:12px;
	color:#777;
	margin-left:5px;
}
.us-img {
    position: absolute;
    top: 0;
    left: 0;
}
.avg-ratings {
    border-bottom: rgba(0, 0, 0, 0.08) solid 1px;
    padding: 0 0 25px;
}
.review-time {
    font-size: 13px;
    font-weight: 300;
    color: #777;
    letter-spacing: 0.3px;
	margin:0 auto 5px;
}

/*================
	Blog
====================*/
#blog_intro {
	padding: 50px 0;
	text-align: center;
}
#blog_intro h1 {
	color: #fff;
	margin: 0 auto;
	max-width: 85%;
	font-size: 44px;
}
.post-wrap-wp {
	background: #fff;
	margin: 0 auto 30px;
	box-shadow: rgba(0, 0, 0, 0.03) 0 10px 20px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.post-wrap-wp:hover {
	box-shadow: rgba(0, 0, 0, 0.08) 0 10px 40px;
}
.author-img-wp {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.post-info-wp {
	padding:26px 30px 30px;
}
.post-info-wp h2 {
	font-size: 26px;
	margin: 0 auto 22px;
}
.post-info-wp h2 a {
	color: #222;
}
.post-info-wp h2 a:hover, .post-category a:hover {
    color: #4460c8;
	text-decoration: none;
}
.post-category {
	margin: 0 auto 10px;
}
.post-author a {
	color: #555;
	font-size: 16px;
}
.post-category a {
	font-weight: 500;
	font-size: 16px;
	color: #ed9f06;
}


/*-----------Login-----------*/

.inner_pages #header {
    overflow: visible !important;
    display: table;
    width: 100%;
}
span.login-btns {
    position: relative;
	display: inline-block;
}
span.login-links {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
    padding: 15px 20px;
	display: none;
}

span.login-btns:hover span.login-links {
	display: block
}
.login-links a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border: #eee solid 1px;
    padding: 2px 14px;
    border-radius: 50px;
    display: block;
    white-space: nowrap;
    margin: 7px auto;
}
/* developer css added */
.company-image img {
    height: 170px !important;
    width: 100%;
}
.table-pagination-wrapper .dataTables_length .form-control {
  -webkit-appearance: none;
        -moz-appearance: none; 
        background-image: url("../images/lms/qna-arrow.svg");
        background-repeat: no-repeat;
        background-position: right center; 
        background-position: calc(100% - 10px) center;
}