﻿@charset "utf-8";
/* CSS Document */
@import 'bootstrap.min.css';


/*Flex Slider CSS**/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.FlxSldrPortableDevice{display:none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { position:relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width:100%; position:absolute; right:0px; top:0px; /*width: 100%; display: block;*/ max-width:100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/

.flexslider { margin: 0 0 0px; /*background:url(../images/bannerbg.png) repeat-x top center;*/  position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; width:100%;}
.flex-viewport { width:100%; height: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; overflow:hidden; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px;}

/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav a  { display: block; width: 42px; height: 42px; margin: -20px 0 0; font-size:0px; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; background:url(../images/banner-arrow.png) no-repeat 0px 0px; top:161px;}
.flex-direction-nav .flex-next { right: -50px; background:url(../images/banner-arrow.png) no-repeat 0px -60px; top:161px;}
.flexslider:hover .flex-prev { opacity: 0.5; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.5; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 0px; display: inline-block; }
.flex-direction-nav a.flex-next:before  {  }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: 30px; text-align:left; padding-left:80px;}*/
.flex-control-nav {width: 100%; position: absolute; top:242px; text-align:left; padding-left:80px;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #3b3b3b; background: rgba(0,0,0,); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #db3043; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #db3043; background: rgba(219,48,67,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.body1
{
	color:#000000;
	margin-top:15px;
	text-align:left;
}
.width_label label
{
	width:50% !important;
}
.txt_aln
{
	text-align:center;
}
.img_left
{
	float:left !important;
}

.two-drop-down{ position:absolute; background:#000; padding:5px; margin-left:-10px; display:none;}
.two-drop-down a{ display:block;}
.drop-down-menu:hover .two-drop-down{display:block !important;}

.margin_and{ display:block; margin-left:140px;}
/*Reset CSS**/
body{margin:0px; padding:0px; font-family:'Open Sans', serif; font-size:13px; color:#f1f3f2; background:#fff;}
.wrapper{max-width:1200px; margin:0 auto;}
a{outline:none; color:#f1f3f2; text-decoration:none;}
a:hover{color:#b8060b; text-decoration:underline;}
a img{border:0px;}
ul,h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;color:#000;}
img{ max-width:100%; }
.header-site{background:url(../images/header.png) repeat-x; height:82px; width:100%; float:left; padding:0px 70px 10px 70px; border-bottom:4px solid #b8060b;}
/*.header .wrapper{width:auto; padding:0 40px 0 80px;}*/
.logo{margin-top:7px; float:left;}
.toplinks{padding-top:10px; width:212px; text-align:right;}
.toplinks a{margin-bottom:10px; margin-left:10px; font-size:13px; line-height:18px;}
.searchbox{position:relative; float:right; margin-top:10px;}
.search2 {background:url(../images/search.png) repeat-x; border: 1px solid #121212; border-radius: 20px; color: #EFF1F0; height: 29px; padding: 0 35px 0 10px;	width:167px; font-size:13px;}
.lens {background: url("../images/lens.png") no-repeat 0 0; border:none; height: 20px; position: absolute; right: 10px; text-indent: -9999px; top: 5px;
width: 21px; cursor:pointer;}
.fleft{float:left;}
.fright{float:right;}
.slider{ width:100%; float:left; height: 283px; }
.main-flex-slider{ border-bottom: 5px solid #B8060B; margin-bottom:13px; background:url(../images/sliderbg.png) repeat 50% 0;}
.slider_container{position:relative; height:auto; background:#f7f6f4 url(../images/qualities.png) repeat-x bottom; border-radius:4px; border:1px solid #56bdf6; padding:10px; color:#3d3939; font-size:14px;}
.mainlinks{width:1200px;margin:0 auto; position:relative; }
.mainlinks ul{background:url(../images/mainlinks.png) repeat-x; list-style:none; height:50px;}
.mainlinks ul li a {color: #FFFFFF; display: table-cell; height: 50px; text-align: center; vertical-align: middle; width: 140px; font-size:14px; line-height:18px;}
.mainlinks ul li a:hover{background:url(../images/mainlinks_li_hover.png) repeat-x left 2px;}
.mainlinks ul li {display:inline-block; background:url(../images/mainlinks_li.png) no-repeat right top; float:right; padding-right:2px;}
.mainlinks_container{position:absolute; z-index:1000; bottom:0px; width:568px; right:0px;}
.mainlinks_container ul.bottom{position:absolute; bottom:0px;}
.mainlinks_container ul.middle{position:absolute; bottom:50px; right:0px;}
.mainlinks_container ul.top{position:absolute; bottom:100px; right:0px;}

/*.bottom{position:fixed; bottom:0px; width:100%; float:left; z-index:1000;}
.bottom .nav{ padding:0px 40px 0px 70px; }
.nav{background:url(../images/nav.png) repeat-x; min-height:42px; border-top:3px solid #b8060b; width:100%; float:left;}
.nav ul{list-style:none; position:relative;}
.nav li{ display: inline-block; padding-left:11px; float:left; position:relative;}
.nav li:hover{background:url(../images/nav_hover.png) repeat-x;}
.nav a{font-family:'PillGothic600mgRegular'; font-size:17px; text-shadow:2px 2px 3px #000000; line-height:39px; padding-right:17px; background:url(../images/nav_sep.png) no-repeat top right; display:block;}
.nav a:hover{text-decoration:none; color:#fff;}
.nav ul ul {border: 3px solid #B8060B; bottom:39px; display: none; margin:0 10px 0 0; width:160px; padding: 0; position: absolute; z-index: 9999; left:0px;}
.nav ul li:hover ul{ display:block;}
.nav ul ul li{display:block; background:url(../images/nav.png) repeat-x; position:relative; width:100%; padding:0 10px;}
.nav ul ul li a{background:none; padding-right:0px; font-size:14px;}
*/


.bottom {
    bottom: 0;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 11111;
}
.bottom .nav {
    /*padding: 0 40px 0 70px;*/
	padding:0px;
}
.nav {
    background-image: url("../images/nav.png");
	background-repeat: repeat-x;
	background-position: 0 0;
    border-top: 3px solid #B8060B;
    float: left;
   /* min-height: 42px;*/
    width: 100%;
}
.nav ul {
    list-style: none outside none;
    position: relative;
}
.nav li {
    display: inline-block;
    float: left;
    padding-left: 11px;
    /*position: relative;*/ /*Not required in new Design*/
}
.nav li:hover {
    /*background: url("../images/nav_hover.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
}
.nav a {
    background: url("../images/nav_sep.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: block;
    font-family:'PillGothic600mgRegular';
    font-size: 17px;
    line-height: 39px;
    padding-right: 17px;
    text-shadow: 2px 2px 3px #000000;
}
.nav a:hover {
   /* color: #FFFFFF;*/
    text-decoration: none;
}
.nav ul ul {
    border: 3px solid #B8060B;
    /*bottom: 39px;*/
    display: none;
    left: 0;
    margin: 0 10px 0 0;
    padding: 0;
    /*position: absolute;*/ /*Not required in new Design*/
    width: 260px;
    z-index: 9999;
}
.nav ul li:hover ul {
    /*display: block;*/
}
.nav ul ul li {
    background-image: url("../images/nav.png");
	background-repeat: repeat-x;
	background-position:0 0; 
	/*background:#b41317;*/
    display: block;
	border-bottom: 1px solid #E67578;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
/*.nav ul ul li:hover{background:#960509;}*/
.nav ul ul li:last-child{border-bottom:none;}
.nav ul ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    padding-right: 0;
}
.footer{background:#303030 url(../images/footer.png) repeat-x top; width:100%; float:left; padding-top:16px; }

.full{width:100%;}
/*.bottom_menus{float:right; margin-top:3px;}
.bottom_menus ul{list-style:none;}  
.bottom_menus ul li{display:inline; background:url(../images/bottom_li.png) no-repeat right center; margin-right:6px; padding-right: 11px;}
.bottom_menus ul li:last-child{background:none; padding-right:0px; margin-right:0px;}
.bottom_menus a{color:#9b9b9b; font-size:12px;}
.bottom_menus a:hover{color:#fff;}*/

.bottom_menus {
    float: right;
    margin-top: 3px;
}
.bottom_menus ul {
    list-style: none outside none;
}
.bottom_menus ul li {
    background: url("../images/bottom_li.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline;
    margin-right: 6px;
    padding-right: 11px;
}
.bottom_menus ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-right: 0;
}
.bottom_menus a {
    color: #9B9B9B;
    font-size: 12px;
}
.bottom_menus a:hover {
    color: #FFFFFF;
}
.connect{float:left; width:200px; margin-left:15px;}
.connect a{margin-right:8px;}
.connect a.mail{background:url(../images/mail.png) no-repeat; width:30px; height:26px; float:left; text-indent:-9999px;}
/*.connect a.youtube, .connect a.twitter, .connect a.fb{ width:30px; height:30px; float:left; }
.connect a.fb{background:url(../images/fb.png) no-repeat left 0px !important; }
.connect a.twitter{background:url(../images/linkedin.png) no-repeat left 0px; }
.connect a.youtube{background:url(../images/youtube.png) no-repeat left 0px ; }*/
.footer_links{background:#1d1c1c; float:left; width:100%;  padding:10px 0; }
.footer_links span{margin-right:10px; font-size:13px; margin-top:3px;  color: #F1F3F2;}
.footer_links ul{list-style:none;}
.footer_links ul li{float:left; margin-right:15px !important;}
.footer_links a{color:#e03b50; font-size:13px;}

.member_ship label
{
	float: left;
    padding: 5px;
    text-align: right;
    width: 55%;
}

.banner{background:url(../images/innerbg.png) center top no-repeat; float:left; width:100%; overflow:hidden; border-bottom:1px solid #e7e8ea;}
.banner .slidetitle{ font-size:35px; margin-bottom:10px;}
.contentbanner.course_banner .slidetitle{ font-family:"Adobe Caslon Pro"; font-weight:600;}
.banner .subtitle{ font-size:30px; margin-bottom:10px;}
.contentbanner.course_banner .subtitle{ font-family:"Adobe Caslon Pro"; font-weight:600;}
.banner .slide_content{ font-size:23px;margin-bottom:13px;}
.contentbanner.course_banner .slide_content{ font-family:"Adobe Caslon Pro"; font-weight:600;}

.banner .slidebox{margin-top:16px; padding-left:0px;}
.develop{background:url(../images/develop.png) repeat-x #900e1b; border-radius:4px; color:#fff; line-height:33px; padding:0 10px 3px; display:inline-block; border:1px solid #ce1b2e; font-size:13px;}
.develop:hover{background:url(../images/develop_hover.png) repeat-x #a51825; color:#fff; text-decoration:none;}
.public_traing_banner{

	background:url(../images/Website-Web-Banner-background.png) no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.spanish{background:url(../images/spanish.png) repeat-x; border-radius:3px; color:#fff !important; line-height:33px; display:inline-block; border:1px solid #c7c7c5; padding:0 10px 3px;font-size:13px;}
.spanish:hover{color:#fff; text-decoration:none;}*/

.spanish {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:black !important;
	font-family:'Open Sans', serif;
	font-size:14px;
	font-weight:bold;
	padding:6px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.spanish:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
	color:#333333;
}

.spanish:focus {
	text-decoration:none !important;
}

.links{ display:inline;}
.certificate{width:24.8%; float:left; height:187px;  background:url(../images/certificatebg.png) repeat-x bottom; border:1px solid #dddddd; border-top:none; text-align:center;}
.certificate a:hover{text-decoration:none;}
.main_container{background:#fff; float:left; width:100%; margin-bottom:135px;}
.main_container p{color: #565453; line-height: 23px; margin:20px; font-size:14px; text-align:justify;margin-left:0}
.certificate div.certificate_box{background:url(../images/certificate_shadow.png) right top no-repeat; display:block;}
.certificate_img{ display:block; padding-top:36px;}
.certificate_name{color:#2a2a2a; font-size:18px; font-family:'Roboto Slab', serif; line-height:23px; text-shadow:1px 1px 1px #d7d7d7; display:block; margin-top:10px;}
.certificate_container{background:url(../images/certificate_container.png) repeat-x bottom; float: left; padding-bottom: 33px; width: 100%;}
.certificate div.certificate_box:hover{background:url(../images/containerbg.png) repeat-x top;}
.left_sidebar{ margin-right:0px; }
.text_container{margin-top:30px; margin-bottom:30px; display:inline-block; width:100%;	display:block;}
.main_heading{color:#548dd4; font-size:22px; line-height:23px;font-family:'PillGothic600mgRegular'; ) /*background:url(../images/heading.png*/
repeat-x bottom; margin-bottom:16px; padding-bottom:6px; display:block;}
.td_top td
{
	vertical-align:top !important;
}
.txt_aln
{
	text-align:center !important;
}
.left_sidebar p{color:#565453; line-height:23px; margin-bottom:20px; font-size:13px;}
.left_sidebar a{color:blue;}
.left_sidebar p img{float:right;}
.city_courses p{margin-bottom:6px;}
.sub_head{color:#b8060b; font-size:20px; line-height:18px; font-family: 'EbrimaRegular'; margin-bottom:10px; display:inline-block;}
.right_sidebar{background:#f0f1f3/*ebe9e9*/; border-radius:4px; float:right; padding:15px; margin-bottom:40px;}
.sidebar_links a{
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#fff; 
	line-height:33px; 
	padding:0 10px 3px; 
	display:block; 
	border:1px solid #ffaa22;
	margin-bottom:6px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
}
.sidebar_links a:hover{
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
	color:#333333;

}
.quality_title{color:#1491c5; font-size:17px; font-family:'Roboto Slab', serif; display:block;}
.testimonials {color:#B8060B;}
#banner-slide{margin-top:20px; margin-bottom:20px;}
#banner-slide .flexslider{ height:auto!important; background:none;}
#banner-slide .flexslider .slides > li{ display:block;}
#banner-slide .flexslider .flex-viewport{height:auto!important; background:none!important;}
#banner-slide .flexslider ol.flex-control-nav, #banner-slide .flexslider ul.flex-direction-nav{display:none;}
.downloads{background:#fff; border:1px solid #ccd0d0; border-radius:4px; padding:15px; color:#a3a0a0; font-size:14px; position:relative;}
.downloads p{margin:0px; background:url(../images/seperator.png) no-repeat bottom center; padding-bottom:15px; margin-bottom:5px;}
.downloads p:last-child{background:none; padding-bottom:0px; margin-bottom:0px;}
.downloads p a{color:#e03b50;}
.chart{margin-bottom:20px; display:block;}
.certificate_names{background:#fff url("../images/certificatebg.png") repeat-x center bottom; border:1px solid #d7d7d7; border-radius:4px; display:block; float:left; width:100%; padding:15px; margin-bottom:50px;}
.certificate_names ul li{display:inline; color:#141414; font-size:14px; margin-right:20px; margin-bottom:20px;}
.certificate_names ul li span.abbr{color:#24558d; font-size:18px;}
.bannerbox{width:783px; float:left; margin-top:9px; position:relative; z-index:100; height:500px; margin-left:0px;}
.bannercontent{width:783px; float:left; margin-top:9px; position:relative; z-index:100; height:500px; margin-left:0px;}
.text_bg{/*background:rgba(255,255,255,0.5);*/ padding:10px;}
.points{border:1px solid #d3d3d3; background:#fff url(../images/points.png) repeat-x left bottom; border-radius:2px; margin-bottom:30px;}
.points ul li{ list-style:none; display:inline-block; margin-left:6px; background:url(../images/points_sep.png) no-repeat right; padding-right:11px;}
.points ul li:last-child{background:none;}
.points li a{ line-height:42px; color:#565353; font-size:14px; font-family:'EbrimaRegular'; display:block;}
.title{color:#3c3c3c; font-size:26px; line-height:32px; font-family:'MuseoSlab500'; margin-bottom:20px; display:block;}
.display-con-page ul, ul.features{margin-bottom:20px;}
.display-con-page ul a, ul.features a{color:#565353; display:block;}
.diff-a-sec li a{display:inline-block;color:#b8060b;}
.display-con-page ul a:hover, ul.features a:hover{color:#B8060B;}
.display-con-page ul li, ul.features li,ol li ul li{background:url(../images/bullet-black.png) no-repeat left 5px; color:#565353; font-size:13px; font-family:'Open Sans', serif; display:block; padding-left:23px; margin-bottom:6px; line-height:22px;list-style:none; }
ul.star_backg li{background:url(../images/star_features.png) no-repeat left 5px;}
.display-con-page ul li:last-child, ul.features li:last-child{border-bottom:none;}
span.strong{color:#548dd4; font-weight:bold;}
.block{display:block; margin:8px 0; color:#000; font-family:'Open Sans', serif;}
.downloads a.pagelinks{color:#777777; display:block;}
.downloads a.pagelinks:hover{color:#B8060B; text-decoration:none;}
.bottom20{margin-bottom:20px;}
.downloads .certificate_box {border-bottom: 1px solid #D7D7D7; padding-bottom: 10px; padding-top: 10px;}
.downloads .certificate_box a:hover{text-decoration:none;}
.downloads .certificate_img{padding-top:0px; text-align:center;}
.downloads .certificate_img img{width:auto;}
.downloads .certificate_name {font-size: 13px; line-height: 20px; margin-top: 0px; padding-top: 0px; text-align: center; font-family:'Open Sans', serif;}
ol{color:#565453;}
ol li{ margin-bottom:6px;}
ol li ul{ margin:10px 0;}
.default_link{color:#b8060b;}
.category_title {background: url("../images/points.png") repeat-x left bottom #FFFFFF; border-bottom: 1px solid #D3D3D3; color: #000;
display: block; font-size: 14px; line-height: 21px; margin-bottom:5px; padding: 8px 10px;}
.req_cate{margin-bottom:20px;}
.req_cate ul li{border-bottom:1px dotted #7c7c7c; padding-bottom:3px;margin-left: 30px;}
.req_cate .col-md-4{margin-bottom:0px;}
.req_cate .cate_box{border:1px solid #d3d3d3; margin-bottom:20px;}
.req_cate ul.features{ padding:0 10px; margin-bottom:10px;}
.req_cate ul.features ul{margin:5px 0;}
.req_cate ul.features ul li{color:#1E1E1E; border-bottom:none; background:url(../images/bulllet.png) no-repeat left 4px; padding-left:20px;}
.req_cate ul.features ul ul li{background:url(../images/bullet3.gif) no-repeat left 1px; font-style:italic; color:#565353;}
.req_cate ol{ padding:0 10px 0 30px; margin-bottom:10px;}
.req_cate p{margin:0 10px;}
.bottom0{margin-bottom:0px!important;}
.widget_title
{background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
color:#000000; font-size:18px; margin-bottom: 10px;  padding-bottom: 10px;  display:block; padding-left:14px; border-bottom:1px solid #d3d3d3; margin-bottom:0px; border-radius:4px 4px 0 0; position:relative; width:113%; left:-15px;
font-family: 'Roboto Slab', serif;
}
div.gurantee{ display:block; text-align:center; margin-bottom:15px;}
.right_sidebar ul.features{}
.right_spacing{padding-right:25px;}
.note{border:1px solid #c2e57a; background:#f4fae6; text-align:center; padding:15px; margin:15px 0;}
.note .note_title{font-size:20px; color:#3e5907; display:block;}
.note .schedule{font-size:16px; color:#ca3b2d; display:block;}
.locations_chart .city_info a.day_title{font-size:15px; display:block; color:#202c5a; font-style:normal; line-height: 20px; margin-bottom: 8px;} 
.locations_chart .city_info a.day_title:hover{ text-decoration:underline;}
.locations_chart .city_info a{color:#767676; font-size:13px; font-style:normal;}
.city_info .name{color:#b8060b;font-size:13px; display:block; margin-top:8px;}
.downloads .locations_chart{margin-bottom: 3px; margin-top: 17px;}
.downloads .locations_chart th{ line-height:18px;font-size: 14px;}
.downloads .locations_chart tr{font-size:13px;}
.cityoptions{ display:block;}
.cityoptions a{color:#b8060b; font-size:13px;}
.cityoptions a:hover{text-decoration:underline;}
.cityoptions li{background:url(../images/cityoptions.png) no-repeat 0% 50%; padding-left:10px; display:inline; margin-right:10px;}
.hotel_image{border:1px solid #d3d3d3; padding:5px; display:inline-block; margin-right:20px; margin-bottom: 20px;}
.hotel_details{display:inline-block; vertical-align:top;}
.address, .phoneno{color:#767676; display:block; font-family:Arial, Helvetica, sans-serif; margin-bottom:5px;}
.hotels{margin-bottom:30px; display:block;}
.city{color:#b8060b; font-family:'EbrimaRegular'; font-size:18px;}
.cost{text-aliggn:center; font-size:20px; color:#3c3c3c;}
.price{color:#b8060b; font-size:25px;}
.course{text-align:center; color:#3C3C3C; font-family:'MuseoSlab500'; font-size:20px; margin-bottom:40px;}
.course .block{ font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:18px;}
.right_spacing .onlinemenus a{font-size: 12px;}
.right_sidebar #banner-slide.onlinetrainingslider{margin-top:0px; margin-bottom:0px;}
a.information{background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
color:#565353; font-size:14px; line-height:30px; display:inline-block; padding:0 9px; border:1px solid #d3d3d3; margin-bottom:0px; border-radius:2px;  margin-bottom:20px;}
a.information:hover{background:#fff; text-decoration:none;}
.maqruee{min-height:400px;}
.space15{padding:15px;}
.space10{padding:10px;}
.training_courses{text-align:center;}
.training_courses .category_title{text-align:left;}
.training_courses{padding-bottom:10px;}
.training_courses img{margin:10px 0;}
.training_courses a{font-size:16px; line-height:40px;}
.courses_details{ display:none;}
.contentbanner{float: left; height:228px; margin-left: 0; margin-top: 9px; position: relative; width: 787px; z-index: 100;}
.img_banner{float:right; position:absolute; right:0px; top:0px;}
.img_banner img{float:right;}
.img_banner img.consulting{max-width: 76%;}
.img_banner img.professor{max-width:auto;}
.container_banner{ position:relative;}
/*************************************************************** slider */
	.slider{ overflow:hidden;}
	.slidebox{width:834px; float:left; margin-top:18px; position:relative; z-index:100; height:500px; margin-left:70px;}
	.slidesjs-control img{ position:absolute; bottom:0px; right:0px;}
	.slidetitle{color:#222222; font-size:35px; line-height:40px; font-family: 'GadugiRegular'; display:block; margin-bottom:15px;}
	.subtitle{font-family:'IdiomLightSSKRegular'; font-size:30px; line-height:34px; color:#b8060b; display:block; margin-bottom:10px;}
	.slide_content{color:#2a2a2a; font-family:'EbrimaRegular'; font-size:23px; line-height:28px; display:block;}
	.author{color:#2a2a2a; font-family:'EbrimaRegular'; font-size:25px; line-height:25px; display:inline;}
	.slidesjs-navigation {
      margin-top:3px;
    }

    .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
		bottom: 17px;
		float: right;
		list-style: none outside none;
		margin: 6px 0 0;
		position: absolute;
		z-index: 999;
	}

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 12px;
      background-image:url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }
.footer-top{ 
	min-height:40px;
	padding:0px;
	}	
.clearF{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	}
.header-site, .slider, .bottom{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }	
.panel-title a:hover{ color:#FFF ;}
.panel-default > .panel-heading {
	color:#FFF; 
	border-bottom:solid 1px #7b0b16;
	background-image:url("../images/nav.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	}
.panel-default > .panel-heading + .panel-collapse .panel-body{ background-color:#3e3e3e; border:solid 1px #3e3e3e;}	
ul.dropdownMenu{
	list-style:none;
	font-size:12px;
	}
ul.dropdownMenu li{
	list-style:none;
	padding:3px 0px;
	}
	
	.certi
	{
		width:248px;
	}
.panel-group .panel + .panel { margin-top:0px;}
.panel-group{ display:none; width:100%;}			
.panel-heading{ padding:0px 15px;}
.panel-title > a{ font-size:13px; display:block; line-height:30px;}
.chart{ width:100%; }
.chart img{ max-width:1199px; width:100%; }
.flex-viewport{}
.slide1{ background:url(../images/person1.png) no-repeat right top; }
.slide2{ background:url(../images/person2.png) no-repeat right top; }
.slide3{ background:url(../images/person3.png) no-repeat right top; }
.slide4{ background:url(../images/person4.png) no-repeat right top; }
.slide5{ background:url(../images/person5.png) no-repeat right top; }	
.slide6{ background:url(../images/person6.png) no-repeat right top; }	
.slide7{ background:url(../images/person7.png) no-repeat right top; }
/*.slide8{ background:url(../images/person8.png) no-repeat right top; }*/
.slide8{ background:url(../images/onlinetraining.png) no-repeat right top; }
.slide9{ background:url(../images/person9.png) no-repeat right top; }
.slide10{ background:url(../images/person5.png) no-repeat right top; }
.slide11{ background:url(../images/PSQT-BANNER-for-Web.jpg) no-repeat right top; }
.panel-heading, .panel-group .panel{ border-radius:1px; }
.banner-certification, .slide-cstp-a_banner,.slide-onlinetraining_banner{ width:100%; display:inline-block;}
.slide-cstp-a_banner{ background:url(../images/cstp-a_banner.png) no-repeat right top; }
.banner-certification{ background:url(../images/certification_img.png) no-repeat right top; position:relative; }
.slide-stpw_banner {background:url(../images/stpw.png) no-repeat right top; width:100%; display:inline-block;}
.slide-onlinetraining_banner{background:url(../images/onlinetraining.png) no-repeat right top; width:100%; display:inline-block;}
.slide-cstp-a_banner .bannerbox, .banner-certification .bannerbox, .slide-stpw_banner .bannerbox,.slide-stpw_banner .bannercontent,.slide-cstp-a_banner .bannercontent, .banner-certification .bannercontent,.slide-onlinetraining_banner .bannercontent{ height:228px; }
.crow {bottom: 0; display: inline-block; left: 0; margin-bottom: 12px; position: absolute; width: 100%; z-index: 9999;}
.qtmw{ text-align:center;}
.qtmw .center_title{color: #3C3C3C; display: block; font-family: 'Open Sans', serif; font-size: 25px; line-height: 32px; margin-bottom:10px;}
.stpw_subtitle{font-family:'Roboto Slab', serif; color:#548dd4; font-style:normal; font-size:18px; margin-left:3px;}
.certifications{ text-align:center; display:block;}
.certifications{margin-top:30px;}
.certificate_shadow{background:url(../images/shadow.png) no-repeat bottom left; padding-bottom:10px; margin-bottom:30px; margin-top:0px;}
.certifications div{display: inline-block; height:54px; width: 154px; margin-right:15px; margin-bottom:10px;}
.certifications div a{display:block; height:100%;}
.certifications .cstpa a{background:url(../images/cstp-a.png) no-repeat;  background-size:100%;}
.certifications .cstpp a{background:url(../images/cstp-p.png) no-repeat;  background-size:100%;}
.certifications .castpp a{background:url(../images/castp-p.png) no-repeat;  background-size:100%;}
.certifications .cstpm a{background:url(../images/cstp-m.png) no-repeat;  background-size:100%;}
.certifications .castpm a{background:url(../images/castp-m.png) no-repeat;  background-size:100%;}
.certifications .cstas a{background:url(../images/cstas.png) no-repeat;  background-size:100%;}
.certifications .csqm a{background:url(../images/csom.png) no-repeat;  background-size:100%;}
.certifications .ctm a{background:url(../images/ctm.png) no-repeat;  background-size:100%;}
.certifications .ispic a{background:url(../images/ISPICp.jpg) no-repeat;  background-size:100%;}
.certifications .cmstp a{background:url(../images/CMSTP-204X73.png) no-repeat;  background-size:100%;}
.locations_chart{border:1px solid #d3d3d3; text-align:left; color:#565353; font-size:14px; font-family:'Open Sans', serif; margin-bottom:35px; min-width:40%; margin-top:30px;}
.locations_chart a{color:black;}
.locations_chart a:hover{text-decoration:underline;}
.locations_chart th{background:url("../images/points.png") repeat-x left bottom #FFFFFF; display:table-cell; vertical-align:middle; text-align:center; color:#010101; font-family:'Open Sans', serif; font-size:15px; font-weight:normal; line-height:22px; border-right:1px solid #D3D3D3; padding:7px 0; text-align:left;}
.locations_chart th,.locations_chart td{ padding-left:7px; padding-right:7px;} 
.locations_chart tr{border-top:1px solid #D3D3D3;}
.locations_chart td{border-right:1px solid #D3D3D3; padding-top:8px; padding-bottom:8px; vertical-align:top;}
.oddtd{background:#f8f8f8;}
p.black{color:#000;}
span.block{ font-size:13px;}
ol li{ font-size:13px;}
span.phoneno{ font-size:13px;}
.no-border{ border:none !important;}
.no-bottom-border{ border:none !important;}
.t-a-center{ text-align:center !important;}
.t-a-left{ text-align:left;}
.t-a-right{ text-align:right;}
.req_cate ul.no-bottom-border li{ border-bottom:none !important; background:none !important; text-align:center; padding-left:0;}
.yellow-back li, .yellow-back{ background:#FFFF00;}
.no-l-r-padding{ padding:0px !important;}
.p-13 p{ font-size:13px !important;}
.faculty a{ color:#565353; display:inline !important;}
.line-stroke{ text-decoration:line-through;}
.red-col{ color:#FF0000; }
.blu-col{ color:#0000FF !important;}
.new-col {color:#548dd4;}


/*form -layout*/
.form-fields input[type='text'], .form-fields select, .form-fields textarea, .form-fields input[type='password'], .form-fields input[type='textbox']{background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
color:#565353; font-size:14px; line-height:30px; height:38px; display:inline-block; padding:3px 9px; border:1px solid #d3d3d3; font-weight:normal; margin-bottom:0px; border-radius:2px;  margin-bottom:12px;}
.exam-form input[type="text"]
{
	width:350px;
}
.form-fields label{ color:#565353; font-size:14px; font-weight:normal;}
.form-fields .clsSpn{ color:#565353; font-size:12px; font-weight:normal;}
.form-fields .nontext{font-size:14px; font-weight:normal; border: 0px !important; background: transparent !important; height: 31px !important;}
.form-fields input[type='submit'], .form-fields input[type='button']{ padding:8px 22px;}
.form-logo{ background:#2A2A2A; text-align:center; padding:20px; margin-bottom:20px; border-radius:49px;}
.avd-normal-text-italic{ font-style:italic;}
.publish-box{ max-width:800px; margin:auto; border-top:2px solid #D3D3D3; padding-top:20px; padding-bottom:20px;}
.comment-form label{ width:120px; text-align:right; padding:5px; float:left;}
.member-ship-form label{ width:42%; text-align:right; padding:5px; float:left;}
.member-ship-form_comm label{ width:16%; text-align:right; padding:5px; float:left;}
.member-ship-form span.r-label{ color:#565453}
.w-100{ width:100%; display:block;}
.gre-col{ color:#565453; text-decoration:underline;}
.member-ship-form .inner-f-form label{ width:23%;}
.s-b-buttom{ padding-top:7px !important; padding-bottom:7px !important;}
.m-b-20{ margin-bottom:20px; display:block;}
.m-b-zero{ margin-bottom:0 !important;}
.col-sec td span{color: #565353;display: inline-block;font-size: 14px; padding-left: 10px;padding-top: 5px;}

.inp, select.inp {
    background: url("../images/stpw/inp-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D4D4D4;
    color: #666666;
    font-size: 13px;
    padding: 6px;
    width: 241px;
}

.star {
    color: #C44441;
}

.text-sp{
	font-size:14px;
}

.cost-inp{
	width:75px !important;
}

.logout_information {
    min-height: 120px;
}

.logout_information a {
    display: block;
    padding: 14px 0 0;
	font-weight:bold;
}

.suggestions-sec td{
	 color: #565353;
    font-size: 14px;
    font-weight: normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
}

.suggestions-sec td a{
	 color: #565353;
	 text-decoration:underline;
	 }
.suggestions-sec td a:hover{
	 color: #B8060B;
	  text-decoration:none;
}

.suggestions-sec {
    margin: auto;
    width: 54%;
}

.links-zone-sec{
	
}

.links-zone-sec .zone-btn{
	float:left;
	margin-right:10px;
	width:27%;
	text-align:center;
}

.heading2
{
	color:#f00000;
	font-weight:20px;
}

.links-zone-sec p{
	float:left;
	width:72%;
}

.links-zone-sec p a{
	 color: #B8060B;
	 text-decoration:underline;
}

.bugfreezone{
	float:right;
}

.get-Adobe{
	margin-bottom:10px;
}

.clear{
	clear:both;
}
.black_col
{
	color:#000000 !important;
}
.li_shift li
{
	margin-left:15px !important;
}
.fon_col a
{
	color:#fff !important;
}
.mar_top
{
	margin-top:10px !important;
}

.registerDiv
	{
		float:left;
		margin:10px 1%;
		text-align:center !important;
		width:31.33%;
/*		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BBE6F9), to(#BAE4FA));
		background: -webkit-linear-gradient(#BBE6F9, #BAE4FA);
		background: -moz-linear-gradient(#BBE6F9, #BAE4FA);
		background: -ms-linear-gradient(#BBE6F9, #BAE4FA);
		background: -o-linear-gradient(#BBE6F9, #BAE4FA);
		background: linear-gradient(#BBE6F9, #BAE4FA);
*/		
		
	}
	
	.registerDiv h3
	{
		line-height:30px
	}
	
	.registerDiv p
	{
		margin:10px 0 0 0;
		text-align:center;
	}
	.registerDiv p a
	{
		color:#b8060b;
		text-decoration:none;
	}

	.registerDiv.registerimage a{ display:block;}
	
	.registerDiv.registerimage a img{ width:100%;}
	
	.button-full-width-image img{ max-width:400px; width:100%;}
	
.iframe-sec iframe{ width:100% !important; max-width:560px; }

.course-chart-list ul.features li{ background:none !important; padding-left:0 !important; min-height:74px;}
	
.course-chart-list ul.features li a{ min-height:70px;}

.course-chart-list ul.features li p{ text-align:center; min-height:46px;}

.trgtLink {color: black !important;text-decoration: underline;}

@media (max-width:1200px) {
	
	.banner-wrapper-new{ max-width:none; margin:auto;}
.banner-wrapper-new .contentbanner{ margin-left:0;}

	}

	
	.left-form{width:100%;height:auto;margin:auto;margin-top:10px;padding:0px;text-align:center;border:none;}
	.form-head{color:#333333;}
	.form-bottom-area{}
	
	#div_margin
	{
	margin:auto !important;
	width:432px;
	float:none !important;
	border:none;
	height:auto;
	}
	
	.labelclassnew{margin-bottom:-5px;}
	.on-line-cor-topic{ font-family:Arial, Helvetica, sans-serif; font-size:12px;}
	
	span.prev-price{ text-decoration:line-through;}
	
	/*custom css*/
	.course-drop-down{display:none; position:absolute; top:35px; left:0px;}
	.course-drop-down ul li{ background:none !important;}
	.course-drop-down ul li a{ line-height:30px;}
	ul li.drop-d-menu:hover .course-drop-down{display:block !important;}
	
	/*course list page css */
	.course-list-links ul.features{ margin-bottom:0;}
	.course-list-links .menu_body ol{ margin-bottom:20px;}
	
	/*exam page css*/
	.edit-exam-form label { color: #000; font-size: 13px; }
	.edit-exam-form textarea, .edit-exam-form input[type='text'], .edit-exam-form select { border: 1px solid #bcbcbc; border-radius: 5px; color: #7c7c7c; margin: 0 0 10px; padding: 3px 5px; width: 100%; }
	/*.form_1 .content .wrap ul li { margin: 5px 0;}	
	.form_1 .content .wrap ul li .common_select_list { width: 192px; }
	
	.width_550 { width: 550px !important; }	
	.common_textarea, .common_textbox { border: 1px solid #bcbcbc; border-radius: 5px; color: #7c7c7c; margin: 0 0 10px; padding: 5px; width: 230px;}
	.width_538 { width: 538px !important;}	
	.form_1 .content .wrap ul { color: #333; float: left; font-family: Arial,Helvetica,sans-serif; font-size: 12px; }
	.liststyle { color: #333; font-family: Arial,Helvetica,sans-serif; font-size: 12px; list-style: outside none none; margin: 0; outline: medium none; padding: 0; }
	.width_314 { width: 314px !important; }*/
	
	
	/*CUSTOM CSS*/
	
	.span_width td span{text-align: left; width: 45%;}
	.reg-t-label {float: left;padding: 5px;text-align: right;width: 48%; color:gray;}
	.reg-s-span{ color: #565353;display: inline-block;font-size: 14px;padding-left: 10px;padding-top: 5px;}
	.red-a-member {color:#b8060b !important;}
	.bugfreezoneimg
	{
		background-image:url('../images/bugfreezone.jpg');
		width:150px;
		height:223px;
	}
	
/*publication responsive css*/
.rb-galen-row{ min-height:150px; margin-bottom:15px;}
.rb-galen-row .first-col{ width:20%; float:left; text-align:center;}
.rb-galen-row .first-col p{ text-align:center; line-height:16px;}
.rb-galen-row .middle-col{ width:50%; margin:0px 5%; float:left;}
.rb-galen-row .third-col{ width:20%; text-align:center; float:left;}
.rb-goldsmith-row{ min-height:157px; margin-bottom:15px; }
.rb-goldsmith-row .first-col{ width:20%; float:left; text-align:center;}
.rb-goldsmith-row .first-col p{ text-align:center; line-height:16px;}
.rb-goldsmith-row .second-col{ width:70%; margin:0 5%; float:left; text-align:center;}
.mr-Sweeney-row{ min-height:170px; margin-bottom:15px;}
.mr-Sweeney-row .first-col{ width:20%; float:left; text-align:center;}
.mr-Sweeney-row .first-col p{ text-align:center; line-height:16px;}
.mr-Sweeney-row .middle-col{ width:30%; float:left; text-align:center; margin:15px 5% 0; }
.mr-Sweeney-row .third-col{ width:30%; float:left; text-align:center; margin:15px 5% 0;}
.rb-goldsmith-row{ min-height:170px; margin-bottom:15px;}
.rb-goldsmith-row .first-col{ width:20%; float:left; text-align:center;}
.rb-goldsmith-row .first-col p{ text-align:center; line-height:16px;}
.rb-goldsmith-row .middle-col{ width:26%; float:left; text-align:center; margin:15px 5% 0; }
.rb-goldsmith-row .third-col{ width:34%; float:left; text-align:center; margin:15px 5% 0;}
.gg-last-row{ min-height:170px; margin-top:15px;}
.gg-last-row .g-g-requr{ text-align:right; width:70%; margin:0 5%; float:left;}
.gg-last-row .req-gath{ width:20%; float:left; text-align:center;}
.course_banner span{font-weight:bold;}

.pop-up-data .table_style td .comment_none p
{
	line-height:20px !important;
	margin:1px;

}
img{ max-width:100%; height:auto}

.points.onlinemenus.on-sma-fonts ul li a{ font-size:12px; }
.sidebar_links.small-text-button a{ font-size:12px;}

.list li
{
		color: #565453;
		font-size: 13px;

}
.list
{
	margin:0 0 20px 20px;
}
.footer-review
{
	float:right;
	margin:0 5% 0 0;
	font-size:14px;
}
.footer-review a
{
	text-decoration:none;
	color:#f00;

}
 .form-fields a
	{
		color:#C83F42
	
	}
	
.title_backg	
{
	
	margin-top:-1px;
	margin-left:-1px;
	margin-right:-1px;
	background:none;
	background-color:#376092;
	font-weight:bold;
	color:#fff;
}

.cate_margin
{
	margin-bottom:10px !important;
}

.certif-banner{
    background: rgba(0, 0, 0, 0) url("../images/sliderbg.png") repeat scroll 50% 0;
    border-bottom: 5px solid #b8060b;
    float: left;
    overflow: hidden;
    width: 100%;
}

.certif-banner .contentbanner{
	float: left;
    height: 265px;
    margin-left: 70px;
    margin-top: 18px;
    position: relative;
    width: 834px;
    z-index: 100;
}

.certif-banner .slidetitle {
    color: #222222;
    display: block;
    font-family: "GadugiRegular";
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}

.certif-banner  .slide_content {
    color: #2a2a2a;
    display: block;
    font-family: "EbrimaRegular";
    font-size: 23px;
    line-height: 28px;
	margin-bottom: 13px;
}

.pointsNew {
    background: none;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 30px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.pointsNew ul li{
	background: none;
    display: inline-block;
    list-style: outside none none;
    margin-left: 0px;
    padding-right: 0px;
	color: white;
}

.pointsNew li a {
    color: black;
    display: block;
    font-family: 'Open Sans', serif;
    font-size: 13px;
	font-weight:bold;
    line-height: 32px;
}

.pointsNew li a:focus{
	text-decoration: none;
}

.CrsSample {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.CrsSample:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
	color:#333333;
}

.linkFlag {
	background:none !important;
	border: none !important;
	box-shadow: none !important;
}

.linkFlag img:hover {
	box-shadow: 1px 1px 1px 1px black; 
	background:none; 
	border-radius: 25px;
}

.book_mark_margin{
	padding-top: 164px !important; margin-top: -140px !important;
}

.main_container{margin-bottom: 30px !important;}

.bannerMain .banner_title{color: white !important; text-shadow: 2px 2px black !important;}
.bannerMain .banner_content{color: white !important; text-shadow: 2px 2px black !important;}