		.p-b-40 
			{
			padding-bottom: 40px;
			}
		.footer-map 
			{
			background-image: url("/images/world-map.png");
			background-repeat: no-repeat;
			}
		.footer-one .about-text 
			{
			padding-right: 10%;
			line-height: 26px;
			margin-top: 20px;
			}
		.text-light 
			{
			color: #e0e0e0;
			}
        .text-white
			{
			color: #ffffff;
			}
		.footer-one 
			{
			color: rgba(255, 255, 255, 0.7);
			}
		.section-md 
			{
			padding-top: 75px;
			position: relative;
			overflow: hidden;
			}
        .orange-line 
			{
    		width: 50px;
    		border-bottom-width: 3px;
    		color: #ff4530;
    		border-bottom-style: solid;
    		border-top-color: #ff4530 !important;
    		height: 20px;
    		display: block;
    		margin-bottom: 20px;
    		font-size: 15px;
    		opacity: 1 !important;
    		margin-right: auto;
    		margin-left: auto;
			}			
        .orange-tick
			{
    		color: #ff4530;
			}
		.gold-star
			{
			color: #ffd700;
			}
		.bg-dark 
			{
			background-color: #28282e;
			}
		.bg-blue		
			{
			background-color: #33495f;
			padding: 30px 30px 30px 30px;
			color: #ffffff;
			}
		.bg-light-blue		
			{
			background-color: #afd3f6;
			padding: 30px 30px 30px 30px;
			}
		.bg-orange
			{
			background-color: #ff851b;
			padding: 30px 30px 30px 30px;
			color: #ffffff;
			}
		.bg-grey		
			{
			background-color: #eaeaea;
			padding: 30px 30px 30px 30px;
			}
		.footer-one-alt 
			{
			margin-top: 10px;
			padding: 20px 0;
			background-color: #1c1c20;
			}
		.footer-one h5 
			{
			color: #ffffff;
			font-size: 20px;
			margin-bottom: 20px;
			font-weight: 700;
			letter-spacing: 1px;
			}
		.gh_info 
			{
			overflow: hidden;
			padding: 20px 20px 20px 20px;
			bborder-right: 1px solid #ccc;
			}
		p.gh_name 
			{
			margin: 0;
			padding-top: 30px;
			font-size: 18px;
			line-height: 26px;
			font-weight: 700;
			text-transform: uppercase;
			}
img.gh_picture {
    float: left;
    margin-right: 30px;
    width: 100px;
    height: 100px;
    padding: 5px 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
}
img.gh_picture_large {
    width: 100px;
    height: 100px;
    padding: 5px 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
}

p.gh_name span {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
}
.testimonial .testimonial-header {
    margin-bottom: 20px;
    font-size: 12px;
}
.testimonial .testimonial-header a {
    color: #aaa;
}
.testimonial .testimonial-header img {
    width: 60px;
    height: 60px;
}

.testimonial .testimonial-body p {
    margin-bottom: 15px;  
    font-size: 14px;
}
.testimonial .testimonial-footer {
    font-size: 12px;
}
.testimonial .testimonial-header i,
.testimonial .testimonial-footer i {
    margin-right: 5px;
}
.testimonial .testimonial-footer a {
    color: #aaa;
    margin-left: 5px;    
}
.testimonial-center {
    text-align: center;
    padding: 0 30px;
}
.testimonial-left {
    text-align: left;
    padding: 0 20px;
}
.testimonial-right {
    text-align: right;
    padding: 0 20px;
}
.testimonial-center .testimonial-header img {
    margin: 0 auto;
}
.testimonial-left .testimonial-header {
    float: left;
    margin-right: 20px;
}
.testimonial-right .testimonial-header {
    float: right;
    margin-left: 20px;
}

.testimonial-left .testimonial-footer {
    margin-left: 80px;
}

.testimonial-right .testimonial-footer {
    margin-right: 80px;
}

/* Testimonial with Isoceles Icon */
.testimonial-triangle-isosceles .testimonial-body,
.testimonial-triangle-isosceles-has-bg .testimonial-body {
    position:relative;
    padding:20px 20px 10px 20px;
    margin: 20px;
    color:#000;
    background:#f5f7f9;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
   
}
.testimonial-triangle-isosceles .testimonial-body {
     -webkit-box-shadow: 0 1px 0 #ddd;
        -moz-box-shadow: 0 1px 0 #ddd;
             box-shadow: 0 1px 0 #ddd;
}
.testimonial-triangle-isosceles-has-bg .testimonial-body p {
    color: #fff;
    text-align: center;
}

/* Variant : for top positioned triangle
------------------------------------------ */
.testimonial-triangle-isosceles.top .testimonial-body {
    background:#f1f2f2;
}

/* creates triangle */
.testimonial-triangle-isosceles .testimonial-body:after {
    content:"";
    position:absolute;
    bottom:-15px;
    left:50px; 
    border-width:15px 15px 0;
    border-style:solid;
    border-color:#f1f2f2 transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body:after {
    content:"";
    position:absolute;
    bottom:-15px; 
    left:48%;
    border-width:15px 15px 0;
    border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body:after { border-color:#f1f2f2 transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-pasific:after { border-color: transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-primary:after { border-color:#337ab7 transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-success:after { border-color:#5cb85c transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-info:after { border-color:#5bc0de transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-warning:after { border-color:#f0ad4e transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-danger:after { border-color:#d9534f transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-light:after { border-color:#ffffff transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-gray2:after { border-color:#8b949b transparent; }
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-dark:after { border-color:#5f6467 transparent; }

/* Variant : top
------------------------------------------ */
.testimonial-triangle-isosceles.top .testimonial-body:after {
    top:-15px;
    right:50px;
    bottom:auto;
    left:auto;
    border-width:0 15px 15px;
    border-color:#f1f2f2 transparent;
}

.testimonial-triangle-isosceles .testimonial-footer { padding: 10px 0 0 55px; }
.testimonial-triangle-isosceles .testimonial-footer img { float: left; margin: -10px 20px 0 0; }
.testimonial-triangle-isosceles .testimonial-footer a {
    display: block;
    margin-top: 0;
    margin-left: 0;
    height: 30px;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-footer { 
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-footer img {
    margin: 0 auto 10px auto;
}
.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-footer a {
    display: block;
    margin-top: 5px;
}
.testimonial-triangle-isosceles.top .testimonial-header {
    padding-top: 10px;
    padding-right: 55px;
    text-align: right;
}
.testimonial-triangle-isosceles.top .testimonial-header img {
    float: right;
    margin: -10px 0 0 20px;
}
.testimonial-triangle-isosceles.top .testimonial-header a {
    display: block;
    margin-top: 0;
    margin-left: 0;
    height: 30px;
}
.testimonial-triangle-isosceles.top .testimonial-header i {
    float: right;
    margin-left: 10px;
}

	  
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #ffffff;background: #b7b2b2; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #5a4080 !important; background: #fff; }
.nav-tabs > li > a::after { content: ""; background: #5a4080; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: ##5a4080 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.nav-tabs > li  {width:20%; text-align:center;}
.card {background: #FFF none repeat scroll 0% 0%; margin-bottom: 30px; }
@media all and (max-width:724px){
    .nav-tabs > li > a > span {display:none;}
    .nav-tabs > li > a {padding: 5px 5px;}
}

