/* imported styles */
@import url('../jquery.fancybox.css');
@import url('../hover.css');
@import url('../jquery.bxslider.css');
@import url('../gradient.css');
@import url('../jquery.mCustomScrollbar.min.css');

@import url('../revolution-slider/settings.css');
@import url('../revolution-slider/layers.css');
@import url('../revolution-slider/navigation.css');



/*-------------- Global Style ----------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #fff !important;
}

.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_fix {
	clear: both;
}

.bold {
	font-weight: 700;
}

a {
	text-decoration: none;
	letter-spacing: .03em;
	color: #000000;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: #000000;
}

ul {
	list-style-type: none;
	padding: 0;
}

button:focus {
	outline: none;
}

h1,
h2,
h3,
h4 {
	letter-spacing: .03em;
}

p {
	letter-spacing: 0.03em;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
}

.temail {
	font-size: 1.125em;
	color: #323232;
	font-weight: 700;
}

.temail:hover {
	color: #3CB371;
}

.tcurs {
	font-style: italic;
}

svg path {
	fill: inherit;
	stroke: inherit;
	stroke-width: inherit;
}


/*========== Header ==========*/

/*----- top header -----*/
header .top_header {
	background: #2e2e2e;
	height: 66px;
}

header .top_header ul {
	margin: 0;
}

header .top_header ul li {
	display: inline-block;
	padding: 25px 10px;
}

header .top_header ul li i,
header .top_header ul li span {
	color: #7f8997;
	display: block;
}

header .top_header ul li i:hover,
header .top_header ul li i:focus {
	color: #fff;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

header .top_header ul li button {
	background: transparent;
	width: 30px;
	height: 30px;
	border: 1px solid #7f8997;
	border-radius: 50%;
}

.top_header #search_box input {
	background: transparent;
	border: 1px solid #fff;
	display: none;
	color: #fff;
	padding-left: 10px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
}

.top_header #search_box input:focus {
	outline: none;
}

.language-select {
	text-transform: uppercase;
}

.language-select li {
	font-weight: bold;
	width: 55px;
	height: 66px;
}

.language-select li a {
	color: #7f8997;
}

.language-select li:hover a {
	color: #000;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

.language-select li:hover {
	background: #fff;
}

.language-select .active-lang {
	background: #fff;
	color: #000;
}

.language-select .active-lang a {
	color: #000;
}

/*----- bottom header -----*/
header .bottom_header {
	padding: 28px 0;
}

header .bottom_header .logo {
	line-height: 57px;
	margin-left: 90px;
	margin-right: 40px;
}

header .bottom_header .logo img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

header .bottom_header .address p {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #000;
	margin: 0;
}

header .bottom_header .address {
	display: inline-block;
	line-height: 80px;
	margin-top: 30px;
}

header .bottom_header .address p>span {
	color: #9692a0;
}

header .bottom_header .address>span {
	color: rgba(40, 47, 57, 0.7);
	font-size: 1.875em;
	padding-right: 18px;
	margin-left: 42px;
}

header .bottom_header .address>span.separator {
	border-left: 1px solid #F7F7F9;
	padding-left: 25px;
	margin-left: 20px;
	position: relative;
}

header .bottom_header .address>span.separator:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #D0D0D0;
}

header .bottom_header .address .top-info {
	display: inline-block;
	padding-left: 20px;
}

header .bottom_header .address .top-info:first-child {
	padding-left: 0;
}

header .bottom_header .address .top-info:first-child .icon {
	padding-left: 0;
	border: none;
}

header .bottom_header .address .top-info:first-child .icon:after {
	display: none;
}

header .bottom_header .address .top-info .icon-box,
header .bottom_header .address .top-info .content-box {
	display: table-cell;
	vertical-align: middle;
}

header .bottom_header .address .top-info .icon-box {
	padding-right: 20px;
}

header .bottom_header .address .top-info .icon-box span {
	font-size: 30px;
	border-left: 1px solid #F6F6F7;
	padding-left: 25px;
	position: relative;
	color: #282F39;
}

header .bottom_header .address .top-info .icon-box span:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #CFCFD0;
}


/*==================== Menu ====================*/
.mainmenu-area .nav_main_list,
.mainmenu-area .find-advisor {
	display: inline-block;
}

.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
}

.mainmenu-area.stricky-fixed nav>div a.advisor {
	position: relative;
}

.mainmenu-area.stricky-fixed nav>div a.advisor:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 2000px;
	background: #3CB371;
	height: 100%;
	z-index: -1;
}

.mainmenu-area.stricky-fixed nav .find-advisor:hover a.advisor:after {
	background: #fff;
}



.mainmenu-area {
	position: relative;
	z-index: 999;
}

.mainmenu-area .container {
	position: relative;
	background: #fff;
	color: #000;
}

.mainmenu-area .container:before {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	content: '';
	display: block;
	z-index: 9;
}

.mainmenu-area .nav_main_list,
.mainmenu-area .find-advisor {
	display: inline-block;
}

.mainmenu-area nav {
	position: relative;
}

.mainmenu-area nav>.nav_main_list ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.855em;
	color: #323232;
	display: block;
	text-transform: uppercase;
	padding: 17px 17px;
	letter-spacing: .03em;
	line-height: 29px;
}

.mainmenu-area nav>.nav_main_list ul li:hover>a {
	color: #000;
	padding: 17px 17px 14px 17px;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
	border-bottom: 3px solid #000;
}

.mainmenu-area .find-advisor {
	background: #3CB371;
	position: relative;
}

.mainmenu-area .find-advisor:hover,
.mainmenu-area .find-advisor:hover:before {
	background: #000;
	color: #fff;
}

.mainmenu-area .find-advisor:hover a.advisor {
	color: #fff;
}

.mainmenu-area .find-advisor a.advisor {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.955em;
	color: #000;
	margin-left: 0;
	text-transform: uppercase;
	display: block;
	padding: 0 20px 0 0px;
	line-height: 65px;
	position: relative;
	z-index: 10;
}

.mainmenu-area .find-advisor:before {
	content: '';
	width: 75px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -32px;
	transform: skew(-45deg);
	background: #3CB371;
}

.mainmenu-area nav>.nav_main_list ul>li {
	position: relative;
	z-index: 99;
	padding: 0;
}

.mainmenu-area nav ul li.arrow_down .fa-bars {
	display: none;
}

.mainmenu-area nav>.nav_main_list ul>li>.sub-menu a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-right: 10px;
}

.mainmenu-area nav>.nav_main_list ul>li .sub-menu li {
	padding: 0 25px;
	background: #fff;
	color: #797a7c;
}

.mainmenu-area nav>.nav_main_list ul>li .sub-menu ul li:first-child a {
	padding-top: 16px;
}

.mainmenu-area nav>.nav_main_list ul>li .sub-menu li:last-child a {
	padding-bottom: 16px;
}

.mainmenu-area nav>.nav_main_list ul>li .sub-menu a {
	font-weight: 600;
	border-bottom: 1px solid #EBEBEB;
	margin: 0;
	padding: 5px 0px;
	letter-spacing: .03em;
	font-size: 0.725em;
	text-transform: uppercase;
	color: #797a7c;
	font-family: 'Open Sans', sans-serif;
}

.mainmenu-area nav>.nav_main_list ul>li .sub-menu a:hover {
	color: #3CB371;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

.mainmenu-area nav>.nav_main_list ul>li>.sub-menu li:last-child a {
	border: none;
}

.mainmenu-area nav>.nav_main_list ul>li>.sub-menu:before {
	content: '';
	background: url(../../images/menu-arrow.png) no-repeat;
	width: 28px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 45px;
}

.mainmenu-area nav>.nav_main_list ul>li>.sub-menu {
	position: absolute;
	width: 390px;
	padding-top: 20px;
	top: 200%;
	opacity: 0;
	visibility: hidden;
}

.mainmenu-area nav>.nav_main_list ul>li>.sub-menu ul {
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .11);
	box-shadow: 0 0 16px rgba(0, 0, 0, .11);
}

.mainmenu-area nav>.nav_main_list ul>li>.sub-menu-width-fix {
	width: 212px;
}

.mainmenu-area nav>.nav_main_list ul>li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
	left: 0px;
	-webkit-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
	-o-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
	transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}

/*.mainmenu-area nav> .nav_main_list ul>li>a {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}*/
.mainmenu-area nav>div>ul>li:last-child>a {
	border-right: 0px dashed rgba(255, 255, 255, 0.4);
}

.mainmenu-area nav>.nav_main_list ul a:hover,
.mainmenu-area nav>.nav_main_list ul a:focus {
	background: transparent;
}


/*==================== about_us Banner ====================*/
.about_banner {
	background: url(../../images/bg-background.png) no-repeat center;
	height: 300px;
}

.about_banner_opacity {
	height: 300px;
	position: relative;
}

.banner_info_about {
	text-align: center;
	padding-top: 80px;
}

.banner_info_about h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2.81em;
	color: #000;
	position: relative;
}

.banner_info_about h1:before {
	content: '';
	width: 60px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: -14px;
	right: 47.5%;
}

.banner_info_about ul {
	padding: 0px;
}

.banner_info_about ul li {
	display: inline-block;
	margin-left: 3px;
	margin-top: 25px;
}

.banner_info_about ul li i {
	font-weight: 800;
	color: #000;
}

.banner_info_about ul li a,
.banner_info_about ul li {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color: #323232;
	font-weight: 800;
	letter-spacing: .03em;
}

.banner_info_about ul li a:hover {
	color: #000;
	border-bottom: 2px solid #3CB371;
}


/*==================== Free consultation ==================*/
.consultation {
	background: #fff;
	padding-top: 28px;
	padding-bottom: 28px;
	/*	margin-top: 70px;*/
	border-top: 3px solid #323232;
	border-bottom: 3px solid #3CB371;
}

.consultation p {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1.35em;
	color: #323232;
	display: inline-block;
	margin: 0;
	line-height: 40px;
	padding-right: 30px;
	position: relative;
}

.consultation a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	background: #3CB371;
	position: relative;
	line-height: 40px;
	padding-left: 20px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.consultation a i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	border-left: 1px solid #323232;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	line-height: 28px;
}

.consultation a i:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #212832;
	position: absolute;
	left: -2px;
	top: 0;
}

.consultation a:hover,
.consultation a:focus,
.consultation a:active {
	background: #212832;
}

.consultation a:hover i,
.consultation a:focus i,
.consultation a:active i {
	border-color: transparent;
}

.consultation a:hover,
.consultation a:focus,
.consultation a:active,
.consultation a:hover i,
.consultation a:focus i,
.consultation a:active i {
	color: #fff;
}


/*========= Footer =========*/
/*--- Top footer---*/
footer {
	font-family: 'Open Sans', sans-serif;
}

footer .top_footer {
	background: #f5f5f5;
	padding: 55px 0 34px 0;
	border-bottom: 5px solid #3CB371;
}

footer .top_footer h5 {
	font-style: italic;
	font-weight: 600;
	font-size: 1.125em;
	color: #fff;
	position: relative;
}

footer .top_footer h5:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: -13px;
}

footer .top_footer .part1 {
	padding-top: 12px;
	text-align: center;
}

footer .top_footer .part1 img {
	border-radius: 50%;
}

/* footer .top_footer .part1 ul,
footer .top_footer .part1 p,
footer .top_footer .part1 img {
	margin-left: -35px;
} */

footer .top_footer .part3 {
	padding-left: 39px;
}

footer .top_footer .part4 {
	padding-left: 83px;
}

footer .top_footer .part1 p:nth-child(2) {
	font-size: 1em;
	color: #323232;
	line-height: 25px;
	padding-top: 16px;
	font-weight: 600;
}

footer .top_footer .part1 p:nth-child(3) {
	font-weight: 600;
	font-size: 1em;
	color: #323232;
}

footer .top_footer .part1 p:nth-child(4) {
	font-style: italic;
	font-size: 0.875em;
	color: #323232;
	padding-left: 27px;
	line-height: 4px;
}

footer .top_footer .part1 ul li {
	display: inline-block;
	margin-top: 33px;
}

footer .top_footer .part1 ul li a i {
	color: #323232;
	margin-top: 7px;
	margin-left: 3px;
	text-align: center;
}

footer .top_footer .part1 ul li a {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #323232;
	border-radius: 50%;
	margin-left: 3px;
}

footer .top_footer .part1 ul li a:hover {
	border: 1px solid #3CB371;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

footer .top_footer .part1 ul li a:hover {
	background: #000;
	border-color: #202020;
}

footer .top_footer .part1 ul li a:hover i {
	color: #fff;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

footer .top_footer .part2 ul li a {
	font-weight: 600;
	font-size: 0.875em;
	color: #323232;
	margin-top: 14px;
	display: block;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

footer .top_footer .part2 ul li:hover a {
	color: #3CB371;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

footer .top_footer .part2 ul {
	padding-top: 20px;
}

/*--- Bottom footer---*/
footer .bottom_footer {
	background: #2e2e2e;
}

footer .bottom_footer p {
	margin: 0;
	font-size: 0.875em;
	color: #fff;
	padding: 30px 0;
}


/*============ History ==========*/
.history_sec {
	margin-top: 80px;
	margin-bottom: 80px;
}

.history_sec .left-side {
	padding: 0 80px;

}

.history_sec h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #000;
}

.history_sec .tbold {
	font-weight: 700;
	color: #000;
}

.history_sec .caption {
	position: relative;
	top: 60px;
	width: 45px;
	border-bottom: 3px solid #3CB371;
}

.history_sec p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 25px;
	padding-top: 20px;
}

.history_sec .container .row img {
	border: 3px solid #3CB371;
	display: block;
	margin: 20px;
	max-width: 100%;
	max-height: 100%;
}

.history_sec .left-side i {
	margin-left: 20px;
}

.history_sec_main .left-side {
	padding: 50px;
	background: #f5f5f5;
	margin-bottom: 80px;
	margin-top: 20px;
}

.history_sec_main .left-side .logo_d {
	color: #3CB371;
	font-weight: 700;
}


/*============ Value of our company ======*/
.company_value_sec {
	height: 384px;
	padding-top: 80px;
	background: #f9f9f9;
}

.company_value_sec {
	background: rgba(0, 0, 0, 0.1);
}

.company_value_heading h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 25px;
	color: #404040;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

.company_value_heading p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #404040;
	padding-top: 16px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.company_value_heading .title-box,
.company_value_heading .text-box {
	display: table-cell;
	vertical-align: middle;
}

.company_value_heading .text-box {
	padding-left: 30px;
	border-left: 4px solid #3CB371;
}

.company_value_heading .title-box {
	padding-right: 30px;
	width: 225px;
}

.value_fact p {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #404040;
	text-transform: uppercase;
	padding-left: 21px;
	padding-top: 78px;
	padding-right: 41px;
	position: relative;
}

.value_fact p:not(.case):before {
	content: '';
	width: 1px;
	height: 81px;
	background: #3CB371;
	position: absolute;
	top: 38px;
	right: 1px;
}

.value_fact span {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 4.06em;
	color: #404040;
	padding-left: 40px;
	position: relative;
}

.value_fact span:before {
	content: '';
	width: 32px;
	height: 5px;
	background: #3CB371;
	position: absolute;
	top: 0;
	left: 43px;
}


/*============Testimonial & Company Values==========*/
.testimonial_sec {
	height: 636px;
}

.testimonial_sec .row {
	padding: 0 80px;
}

.testimonial_sec .testimonial h2,
.testimonial_sec .sec-title h2,
.testimonial_sec .company h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: #404040;
	text-transform: capitalize;
	position: relative;
}

.testimonial_sec .testimonial h2:before,
.testimonial_sec .sec-title h2:before,
.testimonial_sec .company h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	top: 40px;
	left: -2px;
}

.testimonial_sec .testimonial p:first-child,
.client_say_about_us .testimonial p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #404040;
}

.testimonial_sec .testimonial span,
.client_say_about_us .testimonial span,
.testimonial_sec p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #404040;
}

.testimonial_sec p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	padding-top: 27px;
}

.testimonial_sec p.john_speach {
	padding-right: 50px;
}

.testimonial_sec .testimonial img.round_img,
.client_say_about_us .testimonial img.round_img {
	border-radius: 50%;
	margin-top: 44px;
	width: 130px;
	height: 130px;
}

.testimonial_sec .testimonial .client_info {
	padding-top: 60px;
	line-height: 22px;
	margin-right: 77px;
}

.client_say_about_us .testimonial .client_info {
	padding-top: 60px;
	line-height: 22px;
}

.testimonial_container {
	padding-right: 31px;
}

.client_say_about_us .row {
	padding-top: 57px;
}

.client_say_about_us .testimonial .round_img,
.client_say_about_us .testimonial .client_info {
	float: left;
}

.client_say_about_us .testimonial .client_info {
	padding-left: 44px;
}

.client_say_about_us .right_part {
	padding-left: 110px;
}

.client_say_about_us .left_part {
	padding-right: 100px;
}

.client_say_about_us .testimonial .client_sign {
	padding-top: 17px;
}

.client_say_about_us .bottom_part {
	padding-top: 62px;
}

.testimonial_sec .testimonial .client_info ul li,
.client_say_about_us .testimonial .client_info ul li {
	display: inline-block;
}

.testimonial_sec .testimonial .client_info ul,
.client_say_about_us .testimonial .client_info ul {
	padding: 13px 0 0 0;
}

.client_say_about_us .testimonial .client_info ul li a {
	display: block;
	background: url(../../images/testimonial/star.png) no-repeat;
	width: 21px;
	height: 21px;
	margin-left: -3px;
}

.testimonial_sec .testimonial .client_info ul li a {
	display: block;
	background: url(../../images/star.jpg);
	width: 21px;
	height: 21px;
}

.testimonial_sec .company {
	padding-left: 0px;
}

.testimonial_sec .company .nav li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #404040;
	border: 1px solid #e9e9e9;
	border-radius: 0px
}

.testimonial_sec .company .nav li a:focus,
.testimonial_sec .company .nav li.active a {
	background: url(../../images/arrow-up.png) no-repeat center 101.5%;
	color: #fff;
	background-color: #3CB371;
	border-color: transparent;
}

.testimonial_sec .company .tab-content ul li i {
	color: #3CB371;
	margin-right: 12px;
}

.testimonial_sec .company .tab-content ul {
	display: inline-block;
}

.testimonial_sec .company .tab-content ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #404040;
}

.testimonial_sec .company .tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #404040;
	padding-top: 27px;
}

.testimonial_sec .company .tab-content p {
	color: #404040;
	padding-bottom: 31px;

}

.testimonial_sec .company .tab-content .list-two {
	padding-left: 86px;
}

.testimonial_sec .company .tab-content ul li {
	margin-top: 9px;
}


/*========== Our team + Leaders ==========*/
.our_advisor_inner_sec .container-fluid .container {
	padding-top: 27px;
}

.our_advisor_inner_sec .advisor_profile .profile {
	margin-top: 30px;
}

.our_advisor_inner_sec .advisor_profile .profile .caption_bg {
	background: #fff;
	padding: 10px;
	height: 260px;
}

.our_advisor_inner_sec .container-fluid .container .department_conteiner h2 {
	padding: 40px;
	font-weight: 700;
	text-align: center;
}

.our_advisor_inner_sec .container-fluid .container .department_conteiner_top h2 {
	padding: 40px;
	font-weight: 700;
	text-align: center;
}

.our_advisor_inner_sec .advisor_profile .profile .caption-text {
	background: #3CB371;
	padding: 10px;
	color: #000;
	height: 260px;
}

.our_advisor_inner_sec .advisor_profile h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	margin-top: 5px;
}

.our_advisor_inner_sec .advisor_profile span {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	text-transform: uppercase;
	color: #242424;
}

.our_advisor_inner_sec .advisor_profile p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #898989;
	line-height: 23px;
	margin-bottom: 20px;
}

.our_advisor_inner_sec .advisor_profile .profile .caption-text p {
	color: #242424;
}

.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul {
	padding: 0;
	margin-left: -10px;
}

.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li {
	display: inline-block;
	margin-left: 4px;
}

.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #28828a;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a i {
	color: #fff;
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}

.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li a i {
	color: #28828a;
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}

.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:hover,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:focus {
	border: 1px solid #28828a;
	;
}

.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:hover i,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:focus i {
	color: #28828a;
	;
}

.our_advisor_inner_sec .advisor_profile_bottom {
	margin-top: 30px;
}

.caption-style-3 .profile:hover .caption {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.caption-style-3 .caption {
	width: 270px;
	position: absolute;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	top: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.caption-style-3 .blur {
	background-color: rgba(40, 47, 57, 0.2);
	height: 272px;
	width: 270px;
	z-index: 5;
	padding-top: 8px;
}

.caption-style-3 .blur .border {
	width: 94%;
	height: 97%;
	margin: auto;
}


/*============== Our company growth + Honors ==========*/
.company_growth_sec .growth_title,
.our_advisor_inner_sec .advisor_inner_title {
	text-align: center;
}

.company_growth_sec .growth_title h2,
.our_advisor_inner_sec .advisor_inner_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #404040;
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 40px;
	margin-top: 97px;
}

.company_growth_sec .growth_title h2:before,
.our_advisor_inner_sec .advisor_inner_title h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
	left: 40%;
}

.company_growth_sec .growth_title p,
.our_advisor_inner_sec .advisor_inner_title p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #404040;
	line-height: 27px;
}

.company_growth_sec .container-fluid,
.our_advisor_inner_sec .container-fluid {
	background: #fff;
	margin-top: 80px;
	margin-bottom: 80px;
}

.company_growth_sec .container-fluid .container {
	padding-top: 50px;
}

/* ----- clients ----- */
.company_growth_sec .container-fluid-clients {
	margin-top: 65px;
	margin-bottom: 65px;
	padding-bottom: 50px;
	text-align: center;
}

.company_growth_sec .container-fluid-clients .clients {
	background: #f5f5f5;
	text-align: center;
	padding: 50px 0;
}

.company_growth_sec .container-fluid-clients iframe {
	text-align: center;
	width: 450px;
	height: 600px;
	margin: 15px;
}

/* ----- honors ----- */
.company_growth_sec .container-fluid-honors {
	margin-top: 80px;
	margin-bottom: 80px;
}

.company_growth_sec .container-fluid-honors .honors {
	background: #f5f5f5;
	padding: 50px 75px 50px 75px;
}

.company_growth_sec .container-fluid-honors .honors a {
	color: #404040;
	font-weight: 600;
}

.company_growth_sec .container-fluid-honors .honors a:hover {
	color: #3CB371;
}


/*============= Omnibus =============*/
.company_growth_sec .container-fluid-omnibus .omnibus {
	padding: 50px 75px 50px 75px;
	margin: auto;
}

.company_growth_sec .container-fluid-omnibus table,
.company_growth_sec .container-fluid-omnibus table tr,
.company_growth_sec .container-fluid-omnibus table tr th,
.company_growth_sec .container-fluid-omnibus table tr td {
	border: 1px solid #323232;
	margin: auto;
}

.company_growth_sec .container-fluid-omnibus table caption {
	font-weight: 700;
	color: #323232;
}

.company_growth_sec .container-fluid-omnibus table tr,
.company_growth_sec .container-fluid-omnibus table tr th,
.company_growth_sec .container-fluid-omnibus table tr td {
	padding: 10px 20px;
	text-align: center;
}

.company_growth_sec .container-fluid-omnibus table tr th {
	background: #e9e9e9;
}

.company_growth_sec .container-fluid-omnibus .price-table table tr td {
	padding: 10px 20px;
	text-align: left;
}

.company_growth_sec .container-fluid-omnibus .price-table table tr .cell-center {
	text-align: center;
}

.company_growth_sec .omnibus-text p {
	padding: 0 50px
}


/*============= Career Details =============*/
.career_details {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.career_details .left_side {
	margin-top: 80px;
	margin-bottom: 80px;
}

.career_details .left_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	background: #e9e9e9;
	text-align: left;
	margin: 0 50px 0 0;
	line-height: 62px;
	position: relative;
	z-index: 99;
}

.career_details .left_side h2:before {
	content: '';
	width: 2000px;
	height: 100%;
	background: #e9e9e9;
	position: absolute;
	right: 0;
	z-index: -1;
}

.career_details .left_side h4 {
	font-weight: 700;
	font-size: 1.125em;
	color: #323232;
	margin-top: 45px;
}

.career_details p {
	font-size: 14px;
	color: #323232;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 13px;
}

.career_details .left_side a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #323232;
	display: inline-block;
	background: #3CB371;
	position: relative;
	line-height: 40px;
	padding-left: 35px;
	border-radius: 3px;
	margin-bottom: 27px;
	padding-right: 9px;
	font-size: 14px;
	transition: all .3s ease;
}

.career_details .left_side a:hover {
	background: #323232;
	color: #fff;
}

.career_details .left_side a:hover i {
	border-color: transparent;
}

.career_details .left_side a:hover i:after {
	background: #fff;
}

.career_details .left_side a i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	border-left: 1px solid #000;
	position: relative;
	margin-left: 30px;
	font-size: 14px;
	line-height: 28px;
}

.career_details .left_side a i:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	left: -2px;
	top: 0;
}

.career_details .right_side {
	padding-left: 34px;
	background: #fff;
	position: relative;
	z-index: 99;
	margin-top: 80px;
	margin-bottom: 80px;
}

.career_details .right_side:after {
	content: '';
	width: 2000px;
	position: absolute;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.career_details .right_side:after {
	left: -15px;
}

.career_details .right_side:after {
	right: -15px;
}

.career_details .right_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	padding-bottom: 24px;
	position: relative;
}

.career_details .right_side h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
}

.career_details .right_side p:nth-child(2) {
	padding-top: 13px;
}

.career_details .right_side h2:nth-child(4) {
	margin-top: 62px;
	margin-bottom: 31px;
}

.career_details .right_side ul li input {
	color: #323232;
}

.career_details .right_side ul li a {
	display: inline-block;
	font-size: 0.875em;
	color: #3CB371;
	margin-left: 13px;
}

.career_details .right_side ul {
	margin-top: 32px;
}

.career_details .right_side ul li {
	margin-top: 12px;
	font-size: 14px;
	color: #323232;
}

.career_details .right_side ul li i {
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	vertical-align: bottom;
}

.career_details .right_side .tab_option h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.625em;
	color: #000;
}

.career_details .right_side .tab_option .panel-body p:nth-child(2) {
	padding-top: 1px;
}

.career_details .right_side .tab_option .panel-body ul {
	margin-top: -7px;
	margin-bottom: 20px;
}

.career_details .right_side .tab_option .panel-body {
	padding-bottom: 5px;
}

/* .career_details .right_side .tab_option .panel-body .vacantion_subparagraphs {
} */
.career_details .right_side .tab_option .panel-body h4 {
	font-weight: 600;
}

.career_details .right_side .tab_option .panel-default {
	border: none;
}

.career_details .right_side .tab_option .panel-heading {
	margin-top: 20px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 0;
}

.career_details .right_side .tab_option .panel-title a {
	font-size: 0.875em;
	color: #e9e9e9;
	display: block;
	position: relative;
	padding: 15px 19px;
}

.career_details .right_side .tab_option .panel-title a {
	text-transform: uppercase;
	color: #323232;
	font-weight: 600;
}

.career_details .right_side .tab_option .panel-title a img.active {
	position: absolute;
	right: 10px;
	right: 18px;
	bottom: 9px;
}

.career_details .right_side .tab_option .panel-title a img.hover {
	position: absolute;
	right: 10px;
	right: 18px;
	bottom: 9px;
	display: none;
}

.career_details .right_side .tab_option .panel-title a:focus,
.career_details .right_side .tab_option .panel-title a.active {
	background: #3CB371;
	color: #323232;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.career_details .right_side .tab_option .panel-title a:focus img.hover {
	display: block;
}

.career_details .right_side .tab_option .panel-title a:focus img.active {
	display: none;
}

.career_details .right_side .tab_option .panel-body {
	border: 1px solid #e9e9e9;
	border-top: none;
	padding-top: 21px;
	padding-left: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


/*======= Service =======*/
.service_facts {
	margin-top: 80px;
	margin-bottom: 80px;
}

.service_facts .left-side ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
	padding: 5px 0;
}

.service_facts .left-side ul li i {
	font-weight: 800;
}

.service_facts h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.45em;
	color: #404040;
	/*	text-transform: capitalize;*/
	position: relative;
	margin-bottom: 20px;
}

.service_facts h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
	top: 35px;
	left: 1px;
	line-height: 54px;
}

.service_facts h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	position: relative;
	line-height: 54px;
	padding-left: 4px;
}

.service_facts h3:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
	left: 3px;
}

.service_facts p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #323232;
	line-height: 25px;
	padding: 11px 0 0 4px;
}


/*============= Contact us ==========*/
.contact_us_container {
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: hidden;
}

.contact_us_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom: 13px;
}

.contact_us_container h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
	left: 48%;
}

.contact_us_container p {
	font-size: 1em;
	color: #898989;
	padding-top: 36px;
}

.contact_us_container .address_holder,
.contact_us_container .address_holder_first {
	font-size: 0.875em;
	color: #898989;
	line-height: 60px;
}

.contact_us_container .address_holder_first {
	line-height: 30px;
}

.contact_us_container .icon_holder span {
	display: block;
	color: #000;
	font-size: 2.8em;
	padding-right: 34px;
	padding-top: 6px;
}

.contact_us_container .form_holder {
	margin-top: 23px;
	padding-right: 53px;
}

.contact_us_container .form_holder input {
	height: 50px;
}

.contact_us_container .form_holder textarea {
	height: 216px;
	resize: none;
	width: 100%;
	display: block;
	padding-top: 10px;
	font-style: inherit;
}

.contact_us_container .form_holder input,
.contact_us_container .form_holder textarea {
	background: #fdfdfe;
	border: 1px solid #ececec;
	border-radius: 5px;
	outline: none;
	margin-top: 20px;
	padding-left: 20px;
	color: #8C8C8C;
	box-shadow: none;
}

.contact_us_container .form_holder input::-webkit-input-placeholder,
.contact_us_container .form_holder textarea::-webkit-input-placeholder,
.contact_us_container .form_holder_request input::-webkit-input-placeholder,
.contact_us_container .form_holder_request textarea::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #8C8C8C;
}

.contact_us_container .form_holder input:-moz-placeholder,
.contact_us_container .form_holder textarea:-moz-placeholder,
.contact_us_container .form_holder_request input:-moz-placeholder,
.contact_us_container .form_holder_request textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #8C8C8C;
}

.contact_us_container .form_holder input::-moz-placeholder,
.contact_us_container .form_holder textarea::-moz-placeholder,
.contact_us_container .form_holder_request input::-moz-placeholder,
.contact_us_container .form_holder_request textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #8C8C8C;
}

.contact_us_container .form_holder input:-ms-input-placeholder,
.contact_us_container .form_holder textarea:-ms-input-placeholder,
.contact_us_container .form_holder_request input:-ms-input-placeholder,
.contact_us_container .form_holder_request textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #8C8C8C;
}

.contact_us_container .form_holder input::-ms-input-placeholder,
.contact_us_container .form_holder textarea::-ms-input-placeholder,
.contact_us_container .form_holder_request input::-ms-input-placeholder,
.contact_us_container .form_holder_request textarea::-ms-input-placeholder {
	/* Edge */
	color: #8C8C8C;
}

.contact_us_container .form_holder input:placeholder-shown,
.contact_us_container .form_holder textarea:placeholder-shown,
.contact_us_container .form_holder_request input:placeholder-shown,
.contact_us_container .form_holder_request textarea:placeholder-shown {
	/* Standard one last! */
	color: #8C8C8C;
}

.contact_us_container .form_holder input.error,
.contact_us_container .form_holder textarea.error,
.contact_us_container .form_holder_request input.error,
.contact_us_container .form_holder_request textarea.error {
	border: 1px solid rgba(255, 0, 0, .3);
	background: rgba(255, 0, 0, .05);
}

.contact_us_container .form_holder label.error,
.contact_us_container .form_holder_request label.error {
	display: none !important;
}

.contact_us_container .form_holder input:focus,
.contact_us_container .form_holder_request input:focus {
	box-shadow: none;
}

.contact_us_container .form_holder button,
.contact_us_container .form_holder_request button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #3CB371;
	color: #282f39;
	padding: 12px 29px 12px 29px;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
	margin-top: 42px;
}

.contact_us_container .form_holder button i,
.contact_us_container .form_holder button i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}

.contact_us_container .form_holder button:hover,
.contact_us_container .form_holder_request button:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #000;
	color: #fff;
}

.contact_us_container .form_holder button:hover i,
.contact_us_container .form_holder_request button:hover i {
	color: #fff;
}

.contact_us_container .address {
	margin-top: 42px;
	padding-left: 39px;
	background: #f6f6f8;
	height: 428px;
	padding-top: 35px;
	position: relative;
	z-index: 99;
}

.contact_us_container .address:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #3CB371;
	position: absolute;
	left: -13px;
	top: 0;
}

.contact_us_container .address:after {
	content: '';
	width: 2500px;
	height: 100%;
	background: #f6f6f8;
	position: absolute;
	left: -13px;
	top: 0;
	z-index: -1;
}

.contact_us_container .address address {
	height: 116px;
	border-bottom: 1px solid #e7e7ed;
	margin: 0;
}

.contact_us_container .address address:nth-child(1) {
	padding-top: 19px;
}

.contact_us_container .address address:nth-child(2) {
	padding-top: 31px;
}

.contact_us_container .address address:nth-child(3) {
	padding-top: 32px;
	border: none;
}

.success {
	font-weight: 1.725em;
	vertical-align: middle;
	padding: 3px;
}


/*============= Request ==========*/
.contact_us_container .container-fluid-request {
	margin: 0 auto;
	width: 80%;
}

.contact_us_container .form_holder_request {
	margin-top: 23px;
	padding: 53px;
	border: 1px solid #e7e7ed;
	border-radius: 5px;
}

.contact_us_container .container-fluid-request p {
	font-size: 1em;
	color: #323232;
	padding-top: 15px;
}

.contact_us_container .container-fluid-request h5 {
	font-size: 1em;
	color: #323232;
	padding-top: 15px;
	line-height: 30px;
	font-weight: 600;
}

.contact_us_container .container-fluid-request .left_input {
	margin: 0;
	margin-left: 20px;
}

.contact_us_container .container-fluid-request .left_input {
	width: 170px;
}

.contact_us_container .container-fluid-request label {
	font-weight: 500;
	font-size: 0.925em;
	margin: 20px;
}

.contact_us_container .container-fluid-request .other {
	font-weight: 500;
	font-size: 0.925em;
	margin-left: 55px;
}

.contact_us_container .container-fluid-request .form-control {
	height: 50px;
	margin-top: 20px;
}

.contact_us_container .form_holder_request textarea {
	height: 150px;
	resize: none;
	width: 100%;
	display: block;
	padding-top: 10px;
	font-size: 14px;
}

.contact_us_container .form_holder_request input,
.contact_us_container .form_holder_request textarea {
	background: #fdfdfe;
	border: 1px solid #ececec;
	border-radius: 5px;
	outline: none;
	padding-left: 20px;
	color: #8C8C8C;
	box-shadow: none;
}

.contact_us_container .form_holder_request .reset:hover {
	border: 1px solid rgba(255, 0, 0, .3);
	background: rgba(255, 0, 0, .05);
	color: #000;
}

.contact_us_container .form_holder_request .reset:hover i {
	color: #000;
}

.contact_us_container .form_holder_request .reset {
	float: left;
}

.contact_us_container .form_holder_request .submit {
	float: right;
}

/* --- checkbox style --- */
.container_check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	margin-bottom: 10px;
}

.container_check:hover input~.checkmark {
	background-color: #ccc;
}

.container_check input:checked~.checkmark {
	background-color: #3CB371;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container_check input:checked~.checkmark:after {
	display: block;
}

.container_check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 10px;
	height: 15px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --- radio style --- */
.container_radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.container_radio:hover input~.radiomark {
	background-color: #ccc;
}

.container_radio input:checked~.radiomark {
	background-color: #3CB371;
}

.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

.container_radio input:checked~.radiomark:after {
	display: block;
}

.container_radio .radiomark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}


/*========= 404 page =======*/
.error_page_container {
	background: url(../../images/404/bg.jpg) no-repeat center;
	height: 582px;
}

.error_page_container .title_holder {
	padding-top: 129px;
	padding-left: 67px;
	text-align: center;
}

.error_page_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 3.125em;
	text-transform: uppercase;
	color: #000;
	word-spacing: 5px;
}

.error_page_container h2 span {
	font-size: 1.15em;
}

.error_page_container p {
	font-style: italic;
	font-size: 1.125em;
	color: #242424;
	text-align: center;
	padding-top: 12px;
	line-height: 28px;
}

.error_page_container a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #28828a;
	color: #fff;
	padding: 13px 12px 13px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	position: relative;
	margin-top: 45px;
}

.error_page_container a i {
	padding-left: 28px;
	color: #fff;
	font-size: 1.25em;
	vertical-align: middle;
}

.error_page_container a:before {
	content: '';
	width: 1px;
	height: 28px;
	background: #0b8391;
	position: absolute;
	right: 39px;
	top: 9px;
}

.error_page_container a:after {
	content: '';
	width: 1px;
	height: 28px;
	background: #21b3c5;
	position: absolute;
	right: 40px;
	top: 9px;
}

.top-footer-bg {
	margin-top: 70px;
	height: 10px;
	background: #323232;
}


/*=========== Single Advisor===========*/
.border-bottom {
	width: 65%;
	border-bottom: 3px solid #3CB371;
	margin: auto;
	margin-top: 50px;
}

.advisor_name.container {
	padding-top: 86px;
}

.advisor_name .advisor_img img:first-child {
	width: 265px;
	height: 265px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	padding: 5px;
	margin-top: 13px;
	margin-bottom: 26px;
}

.advisor_name .advisor_img img:last-child {
	margin-left: 33px;
}

.advisor_name .advisor_contact_info {
	padding-left: 54px;
}

.advisor_name .advisor_contact_info h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	padding-bottom: 13px;
	position: relative;
}

.advisor_name .advisor_contact_info h4:first-child:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
}

.advisor_name .advisor_contact_info h4:nth-child(4) {
	margin-top: 39px;
	margin-bottom: -8px;
}

.advisor_name .advisor_contact_info p,
.advisor_name .advisor_contact_info ul:nth-child(5) li a {
	font-size: 0.875em;
	color: #323232;
	line-height: 25px;
}

.advisor_name .advisor_contact_info p {
	padding: 15px 0;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li {
	display: inline-block;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li a,
.advisor_name .advisor_contact_info ul:nth-child(3) li {
	font-family: 'Open Sans', serif;
	font-style: italic;
	font-size: 1.5em;
	color: #323232;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child {
	font-size: 0.8em;
	margin-left: 4px;
	letter-spacing: 0.9px;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:hover,
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:focus,
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:active {
	text-decoration: underline;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li i {
	color: #3CB371;
	width: 43px;
	height: 43px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	text-align: center;
	padding: 7px;
	margin-right: 9px;
}

.advisor_name .advisor_contact_info ul:nth-child(3) li:first-child {
	letter-spacing: 0.8px
}

.advisor_name .advisor_contact_info ul:nth-child(3) li:last-child {
	margin-left: 0px;
}

.advisor_name .advisor_contact_info ul:nth-child(5) li {
	margin-top: 6px
}

.advisor_name .advisor_contact_info ul:nth-child(5) li i {
	margin-right: 11px;
}

/*=============Professional Experiences========*/
.experiences_sec {
	background: #fff;
	padding: 15px;
}

.experiences_sec h2,
.education_sec h2,
.leave_comment_sec h2,
.my_skills_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	padding-bottom: 13px;
	position: relative;
	margin: 0;
}

.experiences_sec h2:before,
.education_sec h2:before,
.leave_comment_sec h2:before,
.my_skills_sec h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
}

.experiences_sec p {
	font-size: 14px;
	color: #323232;
	line-height: 25px;
}

.experiences_sec p span {
	font-weight: 600;
	font-style: italic;
	font-size: 1.125em;
	color: #242424;
	display: block;
	margin-top: 7px;
	letter-spacing: 1.6px;
}

.experiences_sec>div>div>div:last-child {
	padding-left: 53px;
}

/* ====== Education ========*/
.education_sec {
	padding: 15px;
}

.education_sec span {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 2.18em;
	color: #3CB371;
	display: block;
	padding-left: 30px;
	margin-top: -10px;
	margin-bottom: 75px;
	letter-spacing: 1px;
}

.education_sec h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	color: #000;
	margin: 0;
}

.education_sec p {
	font-size: 14px;
	color: #323232;
	line-height: 25px;
	padding-top: 8px;
}

.education_sec .education_category {
	padding-left: 33px;
	margin-bottom: 39px;
}



/*============ pagination ==========*/
.blog-container .pagination ul {
	text-align: center;
	margin-left: 42px;
}

.blog-container .pagination ul li {
	display: inline-block;
	margin-top: 16px;
	margin-left: 6px;
}

.blog-container .pagination ul li a {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	color: #8e8d8d;
	border: 1px solid #e2e2e2;
	padding: 8px 17px;
}

.blog-container .pagination ul li a:hover,
.blog-container .pagination ul li a:focus,
.blog-container .pagination ul li a.active {
	background: #212832;
	border: 1px solid #212832;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}




/*============ Faqs ==========*/
.faqs_sec {
	overflow: hidden;
}

.faqs_sec .row .left_side {
	padding-right: 66px;
	padding-bottom: 67px;
	padding-top: 6px;
	margin-top: 50px;
}

.faqs_sec .left_side h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	position: relative;
	margin-bottom: 19px;
	margin-top: 19px;
}

.faqs_sec .left_side h4:before {
	content: '';
	width: 35px;
	height: 2px;
	background: #3CB371;
	position: absolute;
	bottom: -7px;
}

.faqs_sec .left_side form {
	background: #fff;
	border: 1px solid #e9e9e9;
	width: 320px;
	height: 48px;
	margin-top: 32px;
}

.faqs_sec .left_side input {
	border: none;
	background: transparent;
	height: 100%;
	width: calc(100% - 46px);
	color: #474747;
	outline: none;
	padding-left: 20px;
	font-size: 1em;
	margin-left: -5px;
}

.faqs_sec .left_side button {
	background: #12a0b1;
	width: 46px;
	height: 46px;
	color: #fff;
	text-align: center;
	border: none;
	position: relative;
	left: 1px;
	transition: all .3s ease;
}

.faqs_sec .left_side button:hover {
	background: #3CB371;
	color: #171B20;
}

.faqs_sec .left_side ul.category_item {
	margin-top: 0px;
	margin-bottom: 0px;
}

.faqs_sec .left_side p,
.faqs_sec .left_side .category_item li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
}

.faqs_sec .left_side .category_item li a {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 30px;
	margin-bottom: 3px;
	margin-top: 0px;
}

.faqs_sec .left_side .category_item li:last-child a {
	border: none;
}

.faqs_sec .left_side .category_item li a:hover,
.faqs_sec .left_side .category_item li a:focus {
	color: #323232;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.faqs_sec .left_side ul.post_item {
	margin-top: 13px;
	margin-bottom: 12px;
}

.faqs_sec .left_side .post_item li {
	font-size: 0.8125em;
	color: #999999;
	margin-bottom: 14px;
}

.faqs_sec .left_side .post_item li a {
	display: block;
	font-size: 1.07em;
	color: #12a0b1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-top: 5px;
}

.faqs_sec .left_side .post_item li:last-child a {
	border: none;
}

.faqs_sec .left_side h5 a {
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	color: #242424;
}

.faqs_sec .left_side ul.clouds {
	margin-top: 16px;
}

.faqs_sec .left_side .clouds li {
	display: inline-block;
	margin-right: 3px;
	margin-top: 12px;
}

.faqs_sec .left_side .clouds li a {
	font-size: 0.8125em;
	color: #a3a3a3;
	display: block;
	text-transform: uppercase;
	border: 1px solid #e2e2e2;
	padding: 10px 22px
}

.faqs_sec .left_side .clouds li a:hover,
.faqs_sec .left_side .clouds li a:focus {
	background: #272e37;
	color: #b3b3b3;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.faqs_sec .left_side h4:nth-child(3),
.faqs_sec .left_side h4:nth-child(5),
.faqs_sec .left_side h4:nth-child(13) {
	margin-top: 45px;
}

.faqs_sec .left_side h4:nth-child(7) {
	margin-top: 13px;
}

.faqs_sec .left_side p:nth-child(4) {
	padding-top: 14px;
}

.faqs_sec .left_side .img_holder {
	position: relative;
	display: inline-block;
}

.faqs_sec .left_side .img_holder:before {
	content: '';
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	border: 2px solid #fff;
	z-index: 99;
}

.faqs_sec .left_side .img_holder {
	margin-top: 26px;
	margin-bottom: 18px;
}

.faqs_sec .right_side {
	background: #fff;
	padding-left: 36px;
	position: relative;
	z-index: 99;
	padding-top: 76px;
	padding-bottom: 345px;
}

.faqs_sec .right_side:before {
	content: '';
	width: 2500px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.tab_option_right {
	padding-bottom: 40px;
}

.faqs_sec .right_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom: 11px;
}

.faqs_sec .right_side h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
}

.faqs_sec .right_side p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
}

.faqs_sec .right_side h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.625em;
	color: #000000;
}

.faqs_sec .right_side p:nth-child(2) {
	padding-top: 15px;
}

.faqs_sec .right_side form {
	height: 87px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-top: 48px;
}

.faqs_sec .right_side form input {
	height: 45px;
	background: #fff;
	border: 1px solid #e9e9e9;
	outline: none;
	width: 80%;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 24px;
	padding-right: 55px;
}

.faqs_sec .right_side form button {
	background: #1cbac8;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	border: none;
	margin-left: -40px;
	width: 17%;
	transition: all .3s ease;
}

.faqs_sec .right_side form button:hover {
	background: #171B20;
}

.faqs_sec .right_side .tab_option .panel-default {
	border: none;
}

.faqs_sec .right_side .tab_option .panel-heading {
	margin-top: 20px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 0px;
	padding: 0;
}

.faqs_sec .right_side .tab_option .panel-title a {
	font-size: 0.875em;
	color: #8e8d8d;
	display: block;
	position: relative;
	padding: 15px 19px;
}

.faqs_sec .right_side .tab_option .panel-title a img.active {
	position: absolute;
	right: 10px;
	right: 18px;
	bottom: 9px;
}

.faqs_sec .right_side .tab_option .panel-title a img.hover {
	position: absolute;
	right: 10px;
	right: 18px;
	bottom: 9px;
	display: none;
}

.faqs_sec .right_side .tab_option .panel-title a:focus,
.faqs_sec .right_side .tab_option .panel-title a.active {
	background: #1cbac8;
	color: #fff;
}

.faqs_sec .right_side .tab_option .panel-title a:focus img.hover {
	display: block;
}

.faqs_sec .right_side .tab_option .panel-title a:focus img.active {
	display: none;
}

.faqs_sec .right_side .tab_option .panel-body img {
	float: left;
	padding-right: 26px;
}

.faqs_sec .right_side .tab_option .panel-body {
	border: 1px solid #e9e9e9;
	border-top: none;
	padding-top: 21px;
	padding-left: 30px;
}

.faqs_sec .right_side .tab_option {
	margin-top: 49px;
}


/*============== Blog ===============*/
.blog-container {
	overflow: hidden;
}

.blog-container .white-left {
	background: #fff;
	position: relative;
	z-index: 99;
	margin-bottom: 50px;
}

.blog-container .white-left:before {
	content: '';
	/*width: 2500px;*/
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -17px;
	z-index: -1;
}

.blog-container .white-right {
	position: relative;
	z-index: 99;
}

.blog-container .white-right:before {
	content: '';
	width: 2500px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 1px;
	left: -15px;
	z-index: -1;
}

.blog-container .pbt-86 {
	padding-top: 86px !important;
}

.blog-container.blog-2-col .single-blog-post {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 50px;
}

.blog-container .ptb-13 {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 0;
}

.blog-container .right-side .single-blog-post {
	margin-left: 20px;
}

.blog-two .right-side .single-blog-post {
	margin-left: 0px
}

.blog-container .single-blog-post {
	margin-bottom: 15px;
}

.blog-container .single-blog-post .post-meta .title-holder ul {
	padding: 0;
}

.blog-container .single-blog-post .post-meta h2 a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.005em;
	color: #989898;
	line-height: 26px;
	margin: 0;
}

.blog-container .single-blog-post .post-meta h2 a:hover {
	color: #323232;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-container .single-blog-post .img-holder {
	display: inline-block;
}

.blog-container .single-blog-post .post-meta {
	margin: 16px 0 16px;
}

.blog-container .single-blog-post .post-meta .title-holder {
	display: table-cell;
	padding-left: 0px;
}

.blog-container .single-blog-post .post-meta .title-holder ul {
	padding-top: 6px;
}

.blog-container .single-blog-post .post-meta .title-holder ul li:last-child a:after {
	display: none;
}

.blog-container .single-blog-post .post-meta .title-holder ul li a:after {
	content: '/';
	display: inline-block;
	padding: 0 3px;
	color: #B5B5B5;
}

.blog-container .single-blog-post a.read-more {
	text-transform: uppercase;
	display: inline-block;
	color: #323232;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 20px;
	background: #3CB371;
	border-radius: 2px;
	margin-bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-container .single-blog-post a.read-more:hover {
	background: #323232;
}

.blog-container .single-blog-post a.read-more i {
	font-size: 1.3em;
	padding-left: 3px;
}

.blog-container .single-blog-post a.read-more:hover {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-container .single-blog-post {
	padding: 10px 55px 55px 55px;
	border: 1px solid #e9e9e9;
	box-shadow: 7px 10px 7px #C0C0C0;
	background: #FAFAFA;
}

.single-blog-post ul {
	padding: 19px 0 26px;
}

.single-blog-post ul li {
	display: inline;
}

.single-blog-post ul li a,
.single-blog-post ul li span {
	display: inline-block;
	font-style: italic;
	color: #ababab;
	font-size: 0.875em;
	line-height: 26px;
	font-weight: normal;
}

.single-blog-post ul li span:after {
	content: '|';
	color: #ababab;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 10px;
}

.single-blog-post h2.title {
	font-size: 1.375em;
	font-weight: 700;
	color: #323232;
	margin-bottom: 15px;
	line-height: 26px;
}

.single-blog-post p {
	font-size: 14px;
	line-height: 26px;
	color: #323232;
	margin-bottom: 16px;
	margin-top: -4px;
}

.single-blog-post a:hover {
	color: #323232;
}

.blog-two .row .left_side {
	border: 1px solid #eeeeee;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
	margin-bottom: 50px;
	box-shadow: 7px 10px 7px #C0C0C0;
}

/*========= Blog variation ========*/
.blog-variation-container {
	text-align: left;
	padding-bottom: 80px;
}

.blog-variation-container .blog_single_post {
	padding: 15px;
	padding-bottom: 48px;
	height: 417px;
}

.blog-variation-container .blog_single_post h4 {
	height: 145px;
	line-height: 25px;
	overflow: hidden;
}

.blog-variation-container .blog_single_post h4 a {
	font-weight: 600;
	color: #959595;
}

.blog-variation-container .blog_single_post h4 a:hover {
	font-weight: 600;
	color: #323232;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.blog-variation-container .blog_single_post .img_holder img {
	padding: 10px;
}

.blog-variation-container .blog_single_post .img_holder {
	position: relative;
}

.blog-variation-container .blog_single_post>div p:nth-child(3) {
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	background: #12a0b1;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	bottom: -15px;
	left: 43%;
	padding: 10px 16px;
	line-height: 27px;
	z-index: 2;
}

.blog-variation-container .blog_single_post>div p:nth-child(3) span {
	font-size: 1.625em;
	display: block;
}

.blog-variation-container .blog_single_post h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #000;
	margin-top: 34px;
	text-transform: uppercase;
	margin-left: -18px;
}

.blog-variation-container .blog_single_post ul li {
	display: inline-block;
	margin-top: 5px;
	padding-right: 12px;
	font-size: 0.875em;
	color: #959595;
}

.blog-variation-container .blog_single_post ul li a {
	font-size: 0.875em;
	color: #959595;
}

.blog-variation-container .blog_single_post ul li a i {
	color: #f6ba18;
	margin-right: 7px;
	font-size: 1.3em;
	margin-left: 17px;
}

.blog-variation-container .blog_single_post p {
	font-size: 0.875em;
	color: #323232;
	/*padding:10px 15px 0 15px;*/
	/*line-height: 25px;*/
	margin-bottom: 26px;
}

.blog-variation-container .blog_single_post>a {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #323232;
	background: #3CB371;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	padding: 12px 13px 10px 23px;
	margin-top: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-variation-container .blog_single_post>a:hover {
	background: #323232;
}

.blog-variation-container .blog_single_post>a i {
	font-size: 1.3em;
	padding-left: 3px;
}

.blog-variation-container .blog_single_post>a:hover {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.blog-variation-container .blog_single_post>a i {
	color: #282f39;
	padding-left: 32px;
	font-size: 1.1em;
}

.blog-variation-container .pagination ul {
	margin-left: 42px;
}

.blog-variation-container .pagination ul li {
	display: inline-block;
	margin-top: 16px;
	margin-left: 6px;
}

.blog-variation-container .pagination ul li a {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	color: #8e8d8d;
	border: 1px solid #e2e2e2;
	padding: 8px 17px;
}

.blog-variation-container .pagination ul li a:hover,
.blog-variation-container .pagination ul li a:focus,
.blog-variation-container .pagination ul li a.active {
	background: #212832;
	border: 1px solid #212832;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-variation-container .blog_single_post>a:hover,
.blog-variation-container .blog_single_post>a:hover i {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-variation-container .img_holder .img_overlay {
	background: rgba(246, 186, 24, 0.65);
	position: absolute;
	margin: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.blog_single_post:hover h3 {
	color: #f6ba18;
}

.blog_single_post:hover ul li a {
	color: #f6ba18;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog_single_post:hover ul li a i {
	color: #12a0b1;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog_four {
	padding-top: 65px;
}

.blog_four .blog_single_post_v4 {
	width: 100%;
	border: 1px solid #f1f1f1;
}

.blog_four .blog_single_post_v4 {
	margin-left: 0px;
	margin-top: 35px;
}

.blog_four .row {
	margin-left: 0;
	margin-right: 0;
}

.blog_four .blog_single_post>div p:nth-child(3) {
	bottom: -33px;
	left: 47%;
}

.blog_four .blog_single_post h3 {
	margin-top: 50px;
	margin-left: auto;
}

.blog_four .blog_single_post>a {
	margin-left: 0;
	margin-top: 9px;
}


/*======== Single Blog page ========*/
.single-blog-page .ptb-80 {
	padding-top: 100px;
	padding-right: 35px;
	position: relative;
	z-index: 99;
}

.single-page-content {
	margin-top: 50px;
}

.single-blog-page .ptb-80:before {
	content: '';
	width: 2500px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: -1;
}

.single-blog-page .left_side,
.search_container .left_side,
.no_result_show .left_side {
	padding-left: 68px;
}

.single-blog-page .pdr5,
.search_container .pdr5,
.no_result_show .pdr5 {
	padding-right: 15px !important;
}

.single-blog-page .single-blog-post .post-meta {
	margin: 38px 0 27px;
}

.single-page-content ul.list-item {
	padding-top: 0;
	padding-bottom: 19px;
	padding-right: 119px;
}

.single-page-content .dtc {
	display: table-cell;
	vertical-align: middle;
}

.single-blog-post ul {
	padding: 19px 0 26px;
}

.single-page-content ul.list-item.style-two li {
	color: #ff8c04;
	font-style: normal;
	font-size: 0.875em;
}

.single-page-content ul.list-item li {
	display: block;
	color: #6D6D6D;
	font-style: italic;
	line-height: 29px;
}

.single-page-content ul.list-item li i {
	margin-right: 12px;
}

.single-blog-post .content h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.375em;
	color: #2a2a2a;
	margin-bottom: 2px;
}

.single-page-content .dt {
	display: table;
}

.quote-box {
	background: #f7f7f7;
	padding: 14px 0px 34px 30px;
}

.quote-box i.dtc {
	vertical-align: top;
	color: #a52a2a;
	font-size: 55px;
	padding-right: 20px;
}

.quote-box .quote-content {
	padding-top: 20px;
	padding-right: 36px;
}

.quote-box span.name {
	text-align: right;
	display: block;
	font-style: italic;
	color: #E8A20C;
}

.quote-box p {
	color: #8e8d8d;
	margin: 0;
}

.single-blog-post p {
	font-size: 1em;
	line-height: 28px;
	color: #323232;
	margin: 0;
	margin-bottom: 15px;
}

.single-blog-post .content ul li,
.single-blog-post .content ol li {
	display: block;
	line-height: 26px;
}

.single-blog-post .content ul,
.single-blog-post .content ol {
	list-style-position: inside;
	padding: 0;
}

.single-blog-post .content a {
	background-image: linear-gradient(#3CB371 50%, #3CB371 50%), linear-gradient(silver 50%, silver 50%);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 0 .063em, 100% .063em;
	color: #909090;
	padding-bottom: .188em;
}

.single-blog-post .content a:hover {
	background-size: 100% .063em, 100% .063em;
	background-position: left bottom;
	color: #3CB371;
	/*font-weight: 600;*/
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.single-blog-post .content .download_om li {
	margin-top: 20px;
	color: #000;
	font-weight: 600;
}

.single-blog-post .content .download_om li a {
	font-weight: 600;
	font-size: 0.825em;
}

.single-blog-post .content .download_om li span:after {
	content: none;
}

.single-blog-post .content .download_om li span {
	color: #909090;
	width: 40px;
	height: 40px;
	border: 2px solid #909090;
	border-radius: 50%;
}

.single-blog-post .content .download_om li span i {
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
}

.single-blog-post .content .download_om li:hover span {
	color: #3CB371;
	border: 2px solid #3CB371;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



.author-box {
	margin-top: 44px;
}

.author-box .top-author-info {
	background: #3CB371;
	padding: 23px 32px;
}

/* .blog-container {
	margin-bottom: 30px;
} */
.blog-container .single-blog-post .img-holder {
	display: inline-block;
}

.author-box .img-holder {
	width: 122px;
}

.single-blog-post .img-holder {
	position: relative;
}

.author-box .img-holder img {
	border-radius: 50%;
}

.single-blog-post .img-holder img {
	width: 100%;
}

.author-box .top-author-info-content {
	padding-left: 30px;
}

.author-box h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.author-box h4 span {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}

.author-box p {
	color: #fff;
	line-height: 26px;
	margin: 0;
	font-size: 0.875em;
}

.author-box .bottom-author-info {
	padding: 15px 16px 0px 34px;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.author-box .submitted-post {
	float: left;
	/* display: inline-block; */
}

.author-box .submitted-post span {
	color: #242424;
}

.author-box .social-icons {
	float: right;
	/* display: inline-block; */
}

.author-box .social-icons ul {
	position: relative;
	z-index: 99;
	padding: 0;
	text-align: right;
	display: block;
}

.author-box .social-icons ul li {
	display: inline;
	font-size: 0;
}

.author-box .social-icons ul li a {
	display: inline-block;
	color: #2A2A2A;
	font-size: 16px;
	margin: 0 7.5px;
}

.comment-box {
	margin-top: 43px;
	margin-bottom: 50px;
}

.comment-box h3 {
	margin-bottom: 35px;
}

.single-page-content h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #242424;
	font-size: 1.125em;
}

.comment-box .comment-holder {
	border: 1px solid #EEEEEE;
}

.comment-box .single-comment {
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 28px 28px 28px;
}

.comment-box .single-comment .img-holder {
	display: table-cell;
	width: 70px;
	vertical-align: top;
}

.comment-box .single-comment .content {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

.comment-box .single-comment h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin: 0;
	color: #242424;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 1px;
}

.comment-box .single-comment p {
	margin: 0;
	color: #8E8D8D;
}

.comment-box .single-comment ul {
	padding: 0;
	margin: 0;
}

.comment-box .single-comment ul li a.date {
	color: #3CB371;
}

.comment-box .single-comment ul li a {
	font-family: 'Open Sans';
	font-size: 13px;
	font-style: normal;
	color: #a52a2a;
}

.comment-box .single-comment ul li:after {
	content: '|';
	color: #3CB371;
	font-size: 13px;
	padding: 7.5px;
	display: inline-block;
}

.comment-box .single-comment ul li:last-child:after {
	display: none;
}

.comment-form {
	margin-top: 64px;
}

.comment-form h3 {
	margin-bottom: 28px;
	color: #000;
}

.comment-form form {
	background: #f7f7f7;
	padding: 50px 25px;
	border: 1px solid #eeeeee;
}

.comment-form form .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.comment-form form .half {
	width: 50%;
	padding: 0 15px;
	float: left;
}

.comment-form form p {
	margin-bottom: 20px;
}

.comment-form form button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #a52a2a;
	color: #282f39;
	padding: 11px 9px 11px 26px;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
	margin-top: 5px;
}

.comment-form form button i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}

.comment-form form button:before {
	content: '';
	width: 1px;
	height: 28px;
	background: #d7a41b;
	position: absolute;
	right: 39px;
	top: 5px;
}

.comment-form form button:after {
	content: '';
	width: 1px;
	height: 28px;
	background: #ffcd47;
	position: absolute;
	right: 40px;
	top: 5px;
}

.comment-form form textarea {
	width: 100%;
	border: 1px solid #EEEEEE;
	outline: none;
	padding: 10px 20px;
	height: 170px;
}

.comment-form form input {
	width: 100%;
	height: 45px;
	border: 1px solid #EEEEEE;
	outline: none;
	padding: 0 20px;
}



.blog-container .growth_title {
	text-align: center;
}

.blog-container .growth_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #404040;
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 0px;
	margin-top: 50px;
	text-align: center;
}

.blog-container .growth_title h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #3CB371;
	position: absolute;
	bottom: 0;
	left: 40%;
}

.blog-container .growth_title p {
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.975em;
	color: #323232;
	line-height: 27px;
	text-align: center;
	padding: 20px;
}



/*gender-policy*/
.gender-policy {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	line-height: 1.5;
	font-size: 1em;
}

.gender-policy ul {
	padding-left: 20px;
}

.gender-policy ul li {
	list-style: disc;
	padding: 0.3em;
}

.gender-policy h2 {
	text-align: center;
	margin-bottom: 30px;
}

.gender-policy p {
	padding-top: 0;
	color: #000;
	line-height: 1.5;
	font-size: 1em;
}

.policy-caption,
.policy-download {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700;
}

.policy-caption {
	text-align: center;
}

.policy-download {
	margin-top: 50px;
	text-align: left;
}

.policy-download-i {
	margin-left: 0 !important;
}