/*-------------- Global Style ----------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.navbar-wrapper {
  
    background: #c91329;
}
.navbar-brand{white-space: nowrap;}
.navbar-brand span{font-size: 12px; color:#fff; display: inline-block; padding-left: 10px; vertical-align: middle; text-align-last: center;}

.navbar-nav a{color:#fff; font-size: 13px;}


.navbar{background:#c91329; padding-top: 10px; padding-bottom: 10px; transition: .4s;}
.navbar .navbar-brand img{transition: .4s; height: 78px;}

@media(min-width: 768px){
.navbar-wrapper{height: 99px}
.navbar-nav{margin:0; position: relative;top:28px;}
}

@media(max-width: 767px){
.navbar .navbar-brand img {
  height: 50px;
}
.navbar-wrapper{height: 70px}

.nav.navbar-nav{float: none!important; width: 100%; margin:0; padding-bottom: 15px;}
#navbar{margin-top: 10px;background: #c91329;position: absolute;
    z-index: 999; right: 0;max-height: calc(100vh - 70px);
    overflow: auto; min-width: 280px}
/*.navbar{position: static;}*/
.navbar-collapse{padding: 0}



}
.navbar.nav-sm .navbar-brand img{height: 50px;transition: .4s;}



.navbar.nav-sm .navbar-nav{top: 0}
.m0 {
	margin: 0;
}
.p0 {
	padding: 0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_fix {
	clear: both;
}
a {
	text-decoration: none;
	letter-spacing: .03em;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
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;
}
/*----- Header----*/
header .top_header {
	background: url(../../images/top-header.jpg) no-repeat center;
	height: 49px;
}
header .top_header p {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #7f8997;
	padding: 0;
	margin: 0;
	line-height: 50px;
}
header .top_header ul {
	margin: 0;
}
header .top_header ul li {
	display: inline-block;
	padding-left: 16px;
	line-height: 50px;
}
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: #12a0b1;
}
header .top_header ul li button {
	background: transparent;
	width: 30px;
	height: 30px;
	border: 1px solid #545a61;
	border-radius: 50%;
}
.top_header #search_box input {
	background: transparent;
	border: 1px solid #939393;
	display: none;
	color: #fff;
	padding-left: 10px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
}
.top_header #search_box input:focus {
	outline: none;
}
header .bottom_header .logo .logo_text p:nth-child(1) {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2em;
	color: #1c1a21;
	display: inline-block;
	padding-top: 44px;
	position: relative;
}
header .bottom_header {
	padding: 12px 0;
	background: #f5f5f5;
}
header .bottom_header .logo {
	line-height: 57px;
}
header .bottom_header .address p {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #232932;
	margin: 0;
}
header .bottom_header .address p>span {
	color: #9692a0; display: block;
}
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; vertical-align: middle;
}
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;
	text-align: left
}
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 i {
	font-size: 36px;
	padding-left: 25px;
	position: relative;
	color: #a2a2a2;
}
header .bottom_header .address .top-info .icon-box i.fa-envelope{font-size: 30px}
header .bottom_header .address .top-info .icon-box span:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #CFCFD0;
}
/*====================== Banner ===============*/
.banner {
	background: url(../../images/banner.jpg) no-repeat center;
	height: 763px;
}
.banner .banner_opacity {
	background: rgba(0, 0, 0, 0.5);
	height: 763px;
	position: relative;
}
.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: #c91329;
}
.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: #94101e;
	height: 100%;
	z-index: -1;
	transition: background .3s ease;
}
.mainmenu-area.stricky-fixed nav .find-advisor:hover a.advisor:after {
	background: #171B20;
}
.mainmenu-area {
	position: relative;
	z-index: 999;
}
.mainmenu-area .container {
	background: #c91329;
	padding: 0 5px;
	position: relative;
}
.mainmenu-area nav {
	position: relative;
}
.mainmenu-area nav > .nav_main_list ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0.9378em;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 0 18px;
	letter-spacing: .03em;
	line-height: 29px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mainmenu-area nav> .nav_main_list ul li:hover > a {
	color: #323232;
}
.mainmenu-area .find-advisor {
	background: #94101e;
	position: relative;
	margin-right: -5px;
	transition: all .3s ease;
}
.mainmenu-area .find-advisor:hover, .mainmenu-area .find-advisor:hover:before {
	background: #171b20;
}
.mainmenu-area .find-advisor:hover a.advisor {
	color: #fff;
}
.mainmenu-area .find-advisor a.advisor {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #171b20;
	margin-left: 0;
	text-transform: uppercase;
	display: block;
	padding: 0 30px 0 17px;
	line-height: 65px;
	position: relative;
	z-index: 10;
	transition: all .3s ease;
}
.mainmenu-area .find-advisor:before {
	content: '';
	width: 75px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -32px;
	transform: skew(-45deg);
	background: #94101e;
	transition: all .3s ease;
}
.mainmenu-area nav> .nav_main_list ul > li {
	position: relative;
	z-index: 99;
	padding: 18px 0;
}
.mainmenu-area nav ul li.arrow_down .fa-bars {
	display: none;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu li {
	padding: 0 25px;
	background: #fff;
}
.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:hover {
	color: #c91329;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a {
	font-weight: 400;
	border-bottom: 1px solid #EBEBEB;
	margin: 0;
	padding: 5px 0px;
	letter-spacing: .03em;
	font-size: 13px;
	text-transform: uppercase;
	color: #242424;
	font-family: 'Open Sans';
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.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: 240px;
	padding-top: 0px;
	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 .sub-menu a:hover {
}
.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;
}
.banner .banner_info {
	padding-top: 222px;
	margin-left: 380px;
	text-align: left;
}
.banner .banner_info h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2.812em;
	color: #fff;
	position: relative;
}
.banner .banner_info h1:before {
	content: '';
	width: 113px;
	height: 3px;
	background: #f6ba18;
	position: absolute;
	bottom: -19px;
	left: 2px;
}
.banner .banner_info p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.25em;
	color: #fff;
	padding-top: 42px;
}
.banner .banner_info a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	text-transform: uppercase;
	border-radius: 3px;
	display: inline-block;
	margin-top: 35px;
	position: relative;
}
.banner .banner_info a:nth-child(3) {
	background: #f6ba18;
	color: #282f39;
	padding: 15px 15px 15px 28px;
}
.banner .banner_info a:nth-child(3) i {
	padding-left: 43px;
	color: #282f39;
	font-size: 1.25em;
}
.banner .banner_info a:nth-child(3):hover, .banner .banner_info a:nth-child(3):hover i {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .banner_info a:nth-child(4) {
	background: #12a0b1;
	color: #fff;
	padding: 15px 13px 15px 20px;
	margin-left: 25px;
}
.banner .banner_info a:nth-child(4) i {
	padding-left: 35px;
	color: #fff;
	font-size: 1.25em;
}
.banner .banner_info a:nth-child(4):hover, .banner .banner_info a:nth-child(4):hover i {
	color: #282f39;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .banner_info a:nth-child(3)::before {
	content: '';
	width: 1px;
	height: 28px;
	background: #d7a41b;
	position: absolute;
	right: 44px;
	top: 12px;
}
.banner .banner_info a:nth-child(3)::after {
	content: '';
	width: 1px;
	height: 28px;
	background: #ffcd47;
	position: absolute;
	right: 43px;
	top: 12px;
}
.banner .banner_info a:nth-child(4)::before {
	content: '';
	width: 1px;
	height: 28px;
	background: #0b8391;
	position: absolute;
	right: 44px;
	top: 12px;
}
.banner .banner_info a:nth-child(4)::after {
	content: '';
	width: 1px;
	height: 28px;
	background: #21b3c5;
	position: absolute;
	right: 43px;
	top: 12px;
}
/*------about_us Banner---*/
.about_banner {
	
	height: 325px;
	margin-top: -65px;
	position:relative; overflow:hidden
}


.about_banner .slider-wrapper{position:absolute; top:-2px; left:0; right:0; bottom:0}
.slider-child-1{background: url(../images/cyc.png) no-repeat center; padding:165px 0}

.about_banner_opacity {
	background: rgba(0, 0, 0, 0.6);
	height: 326px;
	position: relative;
}
.banner_info_about {
	text-align: center;
	padding-top: 120px;
}
.banner_info_about h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2.81em;
	color: #fff;
	position: relative;
}
.banner_info_about h1:before {
	content: '';
	width: 60px;
	height: 3px;
	background: #f6ba18;
	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 {
	color: #fff;
}
.banner_info_about ul li a, .banner_info_about ul li {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.875em;
	color: #fff;
	font-weight: 600;
	letter-spacing: .03em;
}
.banner_info_about ul li a {
	font-size: 1em !important;
}
/*===========Welcome section========*/
.welcome_sec {
	padding: 78px 0;
	background: #f7f8fa;
}
.welcome_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 1.625em;
	color: #323232;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	line-height: 32px;
	padding-right: 25px;
}
.welcome_sec h2:before {
	content: '';
	width: 4px;
	height: 100%;
	background: #12a0b1;
	position: absolute;
	letter-spacing: 1px;
	right: -16px;
	top: 4px;
}
.welcome_sec .welcome_heading p {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
	font-size: 1em;
	color: #898989;
	padding-left: 30px;
	padding-top: 16px;
	line-height: 26px;
}
.welcome_item {
	position: relative;
	margin-top: 29px;
}
.welcome_details {
	margin-top: 50px;
}
.welcome_details img {
	background: #dedede;
	padding: 8px;
	position: absolute;
	z-index: 1;
	top: 14px;
}
.welcome_details .welcome_info {
	position: relative;
	
	background: #fdfdfd;
	border: 1px solid #e6e6e6;
	margin-left: 140px;
	padding-top: 7px;
	padding-bottom: 24px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.welcome_details h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	padding-left: 66px;
}
.welcome_details h3:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #f6ba18;
	position: absolute;
	top: 61px;
}
.welcome_details p {
	font-family: 'Open Sans', sans-serif;
	color: #898989;
	padding-left: 66px;
	padding-right: 41px;
	padding-top: 13px;
}
/*====== Who we are =========*/
.we_are .left_side {
	/*background: url(../images/5.jpg) no-repeat right;*/
	background-size: cover;
	height: 510px;
	width: 50%;
	position: relative;
}
.we_are .we_are_opacity {
	background: rgba(47, 45, 55, 0.2);
	height: 510px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.we_are .we_are_border {
	background: transparent;
	height: 95%;
	width: 98%;
	border: 1px solid #fff;
	position: absolute;
	top: 12px;
	right: 13px;
}
.we_are .we_are_border h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	background: #c91329;
	display: inline;
	position: absolute;
	padding: 12px 39px;
	top: 40px;
	right: -14px;
}
.we_are .right_side {
	background: url(../images/6.jpg) no-repeat right;
	background-size: cover;
	background-color: #202731;
	height: 510px;
	width: 50%;
	position: relative;
}
.we_are .we_are_deatails {
	padding-left: 61px;
}
.we_are .right_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	position: relative;
	padding-top: 47px;
	word-spacing: 6px;
	padding-bottom: 38px;
}
.we_are .right_side h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #f6ba18;
	position: absolute;
	top: 85px;
	left: 8px
}
.we_are .right_side .we_are_deatails>p {
	color: #bcc1c7;
	width: 72%;
}
.we_are .right_side .list_item p {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	color: #fff;
	padding-left: 35px;
	padding-right: 32px;
	margin-top: 63px;
	margin-right: 27px;
}
.we_are .right_side .list_item p:not(.support) {
	border-right: 1px dashed #6e6e6e;
}
.we_are .right_side img {
	vertical-align: baseline;
}
/*============Testimonial & Company Values==========*/
.testimonial_sec {
	height: auto;
}
.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: #323232;
	text-transform: capitalize;
	position: relative;
	text-align: left;
}
.testimonial_sec .testimonial h2:before, .testimonial_sec .sec-title h2:before, .testimonial_sec .company h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #f6ba18;
	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: #242424;
}
.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: #898989;
}
.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;
	border: 1px solid rgba(0, 0, 0, .1);
}
.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_sec .row {
	padding-top: 75px;
}
.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;
	padding-bottom: 20px
}
.testimonial_sec .company .nav li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #323232;
	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: #c91329;
	border-color: transparent;
}
.testimonial_sec .company .tab-content ul li i {
	color: #233859;
	margin-right: 12px;
}
.testimonial_sec .company .tab-content ul {
	display: inline-block;
}
.testimonial_sec .company .company-tab {
	margin-top: 61px;
}
.testimonial_sec .company .tab-content ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #6c6c6c;
}
.testimonial_sec .company .tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	padding-top: 27px;
}
.testimonial_sec .company .tab-content p {
	color: #898989;
	padding-bottom: 31px;
}
.testimonial_sec .company .tab-content .list-two {
	padding-left: 86px;
}
.testimonial_sec .company .tab-content ul li {
	margin-top: 9px;
}
/*=============Small business========*/
.small_business_sec {
	background: url(../images/sm-bg.jpg) no-repeat center;
	background-color: #23252a;
	background-size: cover;
	position: relative;
}
.business_opacity {
	background: rgba(23, 29, 38, 0.5);
}
.small_business_sec .small_business_sec-main {
	background: rgba(0, 0, 0, 0.45);
}
.small_business_sec .small_business_sec-main-box {
	max-width: 600px;
	padding: 60px 28px 28px;
}
.small_business_sec .container-fluid h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.562em;
	color: #fff;
	text-transform: uppercase;
}
.small_business_sec .container-fluid p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.125em;
	color: #fff;
	line-height: 25px;
	padding-top: 7px;
	padding-bottom: 13px;
}
.small_business_sec .container-fluid ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #fff;
}
.small_business_sec .container-fluid ul li i {
	color: #fff;
	margin-right: 12px;
}
.small_business_sec .container-fluid ul {
	display: inline-block;
}
.small_business_sec .container-fluid ul li {
	margin-top: 9px;
}
/*============== Some Facts =============*/
.some_facts {
	background: #c91329;
}

.some_facts ul{text-align:justify; text-align-last:justify;}
.some_facts ul li{display:inline-block}

.some_facts p {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	padding-left: 12px;
	padding-top: 70px;
	padding-right: 51px;
	position: relative;
}
.some_facts span {
	font-family: 'roboto', sans-serif;
	font-weight: 700;
	font-size: 3.06em;
	color: #fff;
	padding-left: 20px;
	position: relative;
}
.some_facts span:before {
	content: '';
	width: 32px;
	height: 5px;
	background: #f6ba18;
	position: absolute;
	top: 0;
	left: 23px;
}
/*============ Our Advisor ========*/
.our_advisor {
	padding-top: 57px;
	background: #fafbfc;
	padding-bottom: 87px;
}
.our_advisor h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: #323232;
	position: relative;
	padding-left: 12px;
}
.our_advisor h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #f6ba18;
	position: absolute;
	top: 42px;
	left: 14px;
}
.our_advisor .advisor_profile {
	margin-top: 57px;
}
.our_advisor .advisor_profile a {
	display: block;
	background: #282f39;
	text-align: center;
	line-height: 13px;
}
.our_advisor .advisor_profile a p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #1aacbe;
	text-transform: uppercase;
	border-top: 2px solid #f6ba18;
	padding-top: 18px;
}
.our_advisor .advisor_profile a p:last-child {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.our_advisor .advisor_profile .profile {
	position: relative;
	overflow: hidden;
}
.our_advisor .advisor_profile .caption-text a {
	display: block;
	background: #f6ba18;
	text-align: center;
	line-height: 13px;
	width: 270px;
	bottom: -346px;
	position: absolute;
}
.our_advisor .advisor_profile .caption-text a p:first-child {
	border-top: 2px solid #282f39;
	color: #242424;
}
.our_advisor .advisor_profile .caption-text a p:last-child {
	color: #4a4a4a;
	padding-bottom: 8px;
}
/*----- ------*/
.caption-style-2 .profile:hover .caption {
	opacity: 1;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
}
.caption-style-2 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	bottom: 256px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.caption-style-2 .blur {
	background-color: rgba(40, 47, 57, 0.6);
	height: 272px;
	width: 270px;
	z-index: 5;
	position: absolute;
	text-align: center;
}
.caption-style-2 .blur:before {
	content: '';
	position: absolute;
	border: 1px solid #A2A5AA;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
}
.caption-style-2 .blur ul {
	font-size: 0;
	margin-left: -4px;
	margin-right: -4px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.caption-style-2 .blur ul li {
	display: inline-block;
}
.caption-style-2 .blur ul li:hover a {
	background: #F6BA18;
	border-color: #F6BA18;
	color: #282F39;
}
.caption-style-2 .blur ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 28px;
	margin: 0 4px;
	transition: all .3s ease;
}
/*============ Latest News ===========*/

.latest_news_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	margin-top: 97px;
}
.latest_news_sec h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #f6ba18;
	position: absolute;
	top: 40px;
	left: -2px;
}
.latest_news_sec .news_highlight {
	margin-top: 52px;
}
.latest_news_sec .news {
	padding: 25px 50px 25px 50px;
	border: 1px solid #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

	.latest_news_sec .news img{width:100%}

.latest_news_sec .news .news_img_holder {
	position: relative;
	transition: all .3s ease;
}
.latest_news_sec .news_opacity {
	background: rgba(40, 47, 57, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.latest_news_sec .news_details span {
	font-family: 'roboto', sans-serif;
	font-style: italic;
	font-size: 1em;
	color: #f6ba18;
}
.latest_news_sec .news_details h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
}
.latest_news_sec .news_details p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.875em;
	line-height: 25px;
	color: #fff;
	line-height: 21px
}
.latest_news_sec .news_details {
	position: absolute;
	bottom: 0;
	padding-left: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.latest_news_sec .news_details:before {
	content: '';
	width: 2px;
	height: 61px;
	background: #12a0b1;
	position: absolute;
	left: 18px;
	bottom: 27px;
}
.news:hover .news_details {
	background: #12a0b1;
}
.news:hover .news_details:before {
	background: #fff;
}
/*=========== Our Partners ===========*/
.partner_touch_sec {
	background: #f1f1f1;
	padding-top: 75px;
	padding-bottom: 100px;
}
.our_partner h2, .get_touch h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
}
.get_touch h2:before, .our_partner h2:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #f6ba18;
	position: absolute;
	top: 40px;
	left: -2px;
}
.our_partner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
	padding-top: 45px;
}
.our_partner ul {
	padding: 0;
	margin:10px -15px 0;
}
.our_partner ul li {
	padding: 6px;
    display: block;
    float: left;
    
    /*width: 33.33%;*/
}

.our_partner ul li img{
    width:215px;
    height:110px;
}
.get_touch form {
	border: 8px solid #e0e0e0;
	background: #fff;
	padding: 30px;
	margin-top: 62px;
}
.get_touch form input, .get_touch form button.btn {
	height: 46px;
	border: 1px solid #eaeaea;
	border-radius: 0px;
	background: #fff;
	color: #6c6c6c;
}
.get_touch form button.btn i {
	float: right;
	margin-top: 5px;
}
.get_touch form button.btn {
	width: 100%;
	text-align: left;
	outline: none !important;
}
.get_touch form ul li {
	font-size: 1em;
	color: #9a9a9a;
	padding: 6px 10px;
	margin: 3px auto;
	cursor: pointer;
}
.get_touch form button.dropdown-toggle {
	background-color: #fff !important;
	color: #9a9a9a !important;
	box-shadow: none !important;
	border: 1px solid #eaeaea !important;
	border-radius: 0px;
}
.get_touch form ul {
	width: 100%;
	border-radius: 0px;
	box-shadow: none !important;
}
.get_touch form input:not(.name), .get_touch form button.btn {
	margin-top: 20px;
}
.get_touch form button.submit {
	background: #c91329;
	color: #fff;
	margin-top: 30px;
}
.get_touch form button.submit i {
	border-left: 1px solid #fff;
}
.get_touch form button.submit i:after {
	background: #fff;
}
.get_touch form button.submit {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 9px 0;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	line-height: 30px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	border: none;
	outline: none;
	letter-spacing: .03em;
	transition: all .3s ease;
}
.get_touch form button.submit i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	line-height: 28px;
	transition: all .3s ease;
}
.get_touch form button.submit i:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: -2px;
	top: 0;
	transition: all .3s ease;
}
.get_touch form button.submit:hover i {
	color: #fff;
	border-color: #fff;
}
.get_touch form button.submit:hover i:after {
	background: transparent;
}
.get_touch form button.submit:hover {
	background: #94101e;
	color: #fff;
}
/*==========Free consultation========*/
.consultation {
	background: #c91329;
	padding-top: 28px;
	padding-bottom: 28px;
}
.consultation p {
	font-family: 'roboto', sans-serif;
	font-size: 1.45em;
	color: #fff;
	display: inline-block;
	margin: 0;
	line-height: 30px;
	padding-right: 50px;
	position: relative;
	top: 5px;
}
.consultation a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 40px;
	padding-left: 27px;
	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 #ffcd47;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	line-height: 28px;
}
.consultation a i:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #d7a41b;
	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 =========*/
footer {
	font-family: 'Open Sans', sans-serif;
}
footer .top_footer {
	background: #212832;
	padding-top: 55px;
	padding-bottom:34px;
}
footer .top_footer h5 {
	font-weight: 600;
	font-size: 1.125em;
	color: #fff;
	position: relative;
}
footer .top_footer h5:before {
	content: '';
	width: 45px;
	height: 2px;
	background: #12a0b1;
	position: absolute;
	bottom: -13px;
}
footer .top_footer .part1 {
	padding-top: 12px;
}
footer .top_footer .part3 {
	padding-left: 39px;
}
footer .top_footer .part4 {
	padding-left: 83px;
}
footer .top_footer .part1 p:nth-child(2) {
	font-size: 0.875em;
	color: #797a7c;
	line-height: 25px;
	padding-top: 16px;
}
footer .top_footer .part1 p:nth-child(3) {
	font-weight: 600;
	font-size: 1.25em;
	color: #12a0b1;
}
footer .top_footer .part1 p:nth-child(4) {
	font-style: italic;
	font-size: 0.875em;
	color: #797a7c;
	padding-left: 36px;
	line-height: 4px;
}
footer .top_footer .part1 ul li {
	display: inline-block;
	margin-top: 33px;
}
footer .top_footer .part1 ul li a i {
	color: #6b6b6b;
	margin-top: 7px;
}
footer .top_footer .part1 ul li a {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #4a4a4a;
	border-radius: 50%;
	margin-left: 3px;
	text-align: center
}
footer .top_footer .part1 ul li a:hover {
	border: 1px solid #12a0b1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .top_footer .part1 ul li a:hover {
	background: #F6BB19;
	border-color: #F6BB19;
}
footer .top_footer .part1 ul li a:hover i {
	color: #171B20;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .top_footer .part2 ul li a {
	font-size: 0.875em;
	color: #797a7c;
	margin-top: 14px;
	display: block;
	transition: all .3s ease;
}
footer .top_footer .part2 ul li:hover a {
	color: #13A0B2;
}
footer .top_footer .part2 ul {
	padding-top: 20px;
}
footer .top_footer .part3 a {
	color: #12a0b1;
}
footer .top_footer .part3 p {
	font-size: 0.875em;
	color: #797a7c;
	padding-top: 31px;
}
footer .top_footer .part3 span {
	font-weight: 600;
	color: #797a7c;
	font-size: 0.75em;
	margin-top: -9px;
	display: block;
}
footer .top_footer .part4 img {
	float: left;
	margin: 0px 2.5px 5px;
}
footer .top_footer .part4 .gallery {
	margin-top: 43px;
	margin-left: -5px;
	margin-right: -5px;
}
/*--- Bottom footer---*/
footer .bottom_footer {
	background: #1c222a;
}
footer .bottom_footer p {
	margin: 0;
	font-size: 0.875em;
	color: #315857;
	padding: 30px 0;
}
/* banner customization styles */
.my-jumbotron {
	background: url(../images/jumbo-1.jpg) no-repeat center center;
	background-size: cover;
	padding: 220px 0 160px;
	
}
.mj-caption {
	line-height: 55px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 44px;
	white-space: nowrap;
	color: #fff;
}
.mj-caption:after {
	content: "";
	width: 113px;
	height: 3px;
	background: #f6ba18;
	display: block;
	margin: 16px 0 28px;
}
.mj-detail {
	line-height: 26px;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	opacity: .87
}
.mj-button {
	line-height: 28px;
	border-width: 0px;
	margin-top: 28px;
	padding: 8px 9px 8px 27px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 14px;
	background: #c91329;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.mj-button:hover {
	background: #94101e;
	color: #fff;
}
.mj-button i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	border-left: 1px solid #ffcd47;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	line-height: 28px;
}


/* dettil secion / page right-bar*/

.detail_sec .post-meta { margin: 38px 0 32px; }
.detail_sec .post-meta .date-holder, .detail_sec .post-meta .title-holder { display: table-cell; }
.detail_sec .post-meta .date-holder { width: 70px; height: 70px; text-align: center; background: #fff; color: #036564; border: 1px solid #eaeaea; border-bottom: 3px solid #eaeaea; font-size: 1.25em; line-height: 29px; padding: 0px 16px; }
.detail_sec .post-meta .date-holder span { font-family: 'PT Serif', serif; font-size: 1.5em; font-weight: 700; display: block; margin-top: 12px; }
.detail_sec .post-meta .title-holder { padding-left: 30px; }
.detail_sec .post-meta .title-holder ul { padding-top: 6px; }
.detail_sec .post-meta .title-holder ul li:last-child a:after { display: none; }
.detail_sec .post-meta .title-holder ul li a:after { content: '/'; display: inline-block; padding: 0 3px; color: #B5B5B5; }


.detail_sec .left-main .post-meta .title-holder ul {
  padding: 0;
}
.detail_sec .left-main .post-meta h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  color:#2a2a2a;
  line-height: 26px;
  margin: 0;
}



.post-meta ul { padding: 19px 0 26px; }
.post-meta ul li { display: inline; }
.post-meta ul li a, .post-meta ul li span { display: inline-block; color: #ababab; font-size: 0.875em; line-height: 26px; font-weight: normal; }
.post-meta ul li span:after { content: '|'; color: #ababab; font-size: 16px; line-height: 26px; display: inline-block; margin-left: 15px; margin-right: 10px; }



a.read-more { text-transform: uppercase; display: inline-block; color: #2A2A2A; font-weight: 600; font-size: 12px; line-height: 20px; padding: 7px 20px; background: #cdb380; border-radius: 2px; margin-top: -2px; transition: all .3s ease; }
a.read-more:hover { background: #171B20; }
a.read-more i { font-size: 1.3em; padding-left: 3px; }
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; }


.detail_sec { background: #f9f9f9; overflow: hidden; }
.detail_sec .row .right-side-bar {    padding: 40px 30px;}
.detail_sec .right-side-bar h4 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 18px; color: #000; position: relative; padding-bottom: 19px; }
.detail_sec .right-side-bar h4:before { content: ''; width: 35px; height: 2px; background: #cdb380; position: absolute; bottom: -1px; }
.detail_sec .right-side-bar form { background: #fff; border: 1px solid #e9e9e9; width: 320px; height: 48px; margin-top: 32px; }
.detail_sec .right-side-bar input { border: none; background: transparent; height: 100%; width: calc(100% - 46px); color: #474747; outline: none; padding-left: 20px; font-size: 1em; margin-left: -5px; }
.detail_sec .right-side-bar button { background: #036564; width: 46px; height: 46px; color: #fff; text-align: center; border: none; position: relative; left: 1px; transition: all .3s ease; }
.detail_sec .right-side-bar button:hover { background: #F6BB19; color: #171B20; }
.detail_sec .right-side-bar ul.category_item { margin-top: 15px; margin-bottom: 27px; }
.detail_sec .right-side-bar p, .detail_sec .right-side-bar .category_item li a { font-family: 'Open Sans', sans-serif; font-size: 0.875em; color: #898989; line-height: 25px; }
.detail_sec .right-side-bar .category_item li a { display: block; border-bottom: 1px solid #e1e1e1; line-height: 41px; margin-bottom: 3px; margin-top: 0px; }
.detail_sec .right-side-bar .category_item li:last-child a { border: none; }
.detail_sec .right-side-bar .category_item li a:hover, .detail_sec .right-side-bar .category_item li a:focus { color: #ffae00; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.detail_sec .right-side-bar ul.post_item { margin-top: 27px; margin-bottom: 28px; }
.detail_sec .right-side-bar .post_item li { font-size: 0.8125em; color: #999999; margin-bottom: 14px; }
.detail_sec .right-side-bar .post_item li a { display: block; font-size: 1.07em; color: #036564; border-bottom: 1px solid #e1e1e1; padding-bottom: 17px; margin-top: 12px; }
.detail_sec .right-side-bar .post_item li:last-child a { border: none; }
.detail_sec .right-side-bar h5 a { font-weight: 600; font-size: 1em; text-transform: uppercase; color: #242424; }
.detail_sec .right-side-bar ul.clouds { margin-top: 16px; }
.detail_sec .right-side-bar .clouds li { display: inline-block; margin-right: 3px; margin-top: 12px; }
.detail_sec .right-side-bar .clouds li a { font-size: 0.8125em; color: #a3a3a3; display: block; text-transform: uppercase; border: 1px solid #e2e2e2; padding: 10px 22px }
.detail_sec .right-side-bar .clouds li a:hover, .detail_sec .right-side-bar .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; }
.detail_sec .right-side-bar h4:nth-child(3), .detail_sec .right-side-bar h4:nth-child(5), .detail_sec .right-side-bar h4:nth-child(13) { margin-top: 45px; }
.detail_sec .right-side-bar h4:nth-child(7) { margin-top: 13px; }
.detail_sec .right-side-bar p:nth-child(4) { padding-top: 14px; }
.detail_sec .right-side-bar .img_holder { position: relative; display: inline-block; }
.detail_sec .right-side-bar .img_holder:before { content: ''; position: absolute; top: 8px; bottom: 8px; left: 8px; right: 8px; border: 2px solid #fff; z-index: 99; }
.detail_sec .right-side-bar .img_holder { margin-top: 26px; margin-bottom: 18px; }


/* dettil secion / page left-side*/

.detail_sec .row{margin-top:1px}

.detail_sec .left-main { background: #fff; padding-left: 36px; position: relative; z-index: 99; padding-top: 50px; padding-bottom: 90px; }
.detail_sec .left-main .img-holder img{max-width:100%}
.tab_option_right { padding-bottom: 40px; }
.detail_sec .left-main h2 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.625em; color: #323232; position: relative; padding-bottom: 11px; }
.detail_sec .left-main h2:before { content: ''; width: 45px; height: 3px; background: #cdb380; position: absolute; bottom: 0; }
.detail_sec .left-main p { font-family: 'Open Sans', sans-serif; font-size: 0.875em; color:#444444; line-height: 25px; }
.detail_sec .left-main h3 { font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 1.625em; color: #000000; }
.detail_sec .left-main p:nth-child(2) { padding-top: 15px; }
.detail_sec .left-main form { height: 87px; background: #f9f9f9; border: 1px solid #e9e9e9; margin-top: 48px; }
.detail_sec .left-main 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; }
.detail_sec .left-main 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; }
.detail_sec .left-main form button:hover { background: #171B20; }
.detail_sec .left-main .tab_option .panel-default, .career_details .left-main .tab_option .panel-default { border: none; }
.detail_sec .left-main .tab_option .panel-heading, .career_details .left-main .tab_option .panel-heading { margin-top: 20px; background: #fff; border: 1px solid #e9e9e9; border-radius: 0px; padding: 0; }
.detail_sec .left-main .tab_option .panel-title a, .career_details .left-main .tab_option .panel-title a { font-size: 0.875em; color: #8e8d8d; display: block; position: relative; padding: 15px 19px; }
.career_details .left-main .tab_option .panel-title a { text-transform: uppercase; color: #242424; font-weight: 600; }
.detail_sec .left-main .tab_option .panel-title a img.active, .career_details .left-main .tab_option .panel-title a img.active { position: absolute; right: 10px; right: 18px; bottom: 9px; }
.detail_sec .left-main .tab_option .panel-title a img.hover, .career_details .left-main .tab_option .panel-title a img.hover { position: absolute; right: 10px; right: 18px; bottom: 9px; display: none; }
.detail_sec .left-main .tab_option .panel-title a:focus, .detail_sec .left-main .tab_option .panel-title a.active, .career_details .left-main .tab_option .panel-title a:focus, .career_details .left-main .tab_option .panel-title a.active { background: #1cbac8; color: #fff; }
.detail_sec .left-main .tab_option .panel-title a:focus img.hover, .career_details .left-main .tab_option .panel-title a:focus img.hover { display: block; }
.detail_sec .left-main .tab_option .panel-title a:focus img.active, .career_details .left-main .tab_option .panel-title a:focus img.active { display: none; }
.detail_sec .left-main .tab_option .panel-body img { float: left; padding-right: 26px; }
.detail_sec .left-main .tab_option .panel-body, .career_details .left-main .tab_option .panel-body { border: 1px solid  #e9e9e9; border-top: none; padding-top: 21px; padding-left: 30px; }
.detail_sec .left-main .tab_option { margin-top: 49px; }

/*binod*/
.fullwidth{width:100%;}
.formBackground {
    background-color:#fdfef7;
}
.forgotPass {
    color:red;
    font-size: 13px;
    text-align:center;
    padding-top:10px;
}
.validation { border: solid 2px red; }
.formLabel {
    color:#808080;
    font-weight:bold;
}
.headingIconDiv{
    background-color:#beca28;
    padding:8px;
    color:white;
    font-size:16px;
    border-bottom: 1px solid #beca28;
    max-width:45px;
    max-height:32px;
}

.headingTextDiv{
    border-bottom: 1px solid #beca28;
    padding:8px;
    font-size: 12px;
    font-weight:bold;
    max-height:32px;
  /*  top: -530px;
    left: 100px;*/
}
.textmajor {
    font-weight:bold;
    color:#424242;
}
.title_line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #beca28;
    margin: 1em 0;
    padding: 0;
}
